Bonjour,
Je dispose d’une installation HAOS à jour, et j’ai frigate qui tourne sans problème.
je passe par duckdns pour un acces externe.
J’ai essayé d’installer le blue print pour avoir les notifications sur frigate ( celui de sgtbatten à jour) .
Malgré la configuration, je n’ai aucune notification meme si frigate détecte des évenements.
J’en ai conclu que j’avais un probleme avec MQTT. La difficultée, c’est que je suis un béotien sur ce sujet:
Ce que j’ai fait :
- j’ai crée un utilisateur mqtt avec un mot de passe (toto) sur home assistant
- j’ai installé mosquitto broker MQTT et je l’ai démarré
- j’ai modifié le fichier frigate.yml pour qu’il connaisse MQTT :
mqtt:
enabled: true
host: ip d'home assistant
user: mqtt
password: toto
dans l’intégration mqtt j’ai mis les infos à jour :
le journal de Mosquitto broker me donne ca :
[13:09:07] INFO: Certificates found: SSL is available
cont-init: info: /etc/cont-init.d/mosquitto.sh exited 0
cont-init: info: running /etc/cont-init.d/nginx.sh
cont-init: info: /etc/cont-init.d/nginx.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun mosquitto (no readiness notification)
services-up: info: copying legacy longrun nginx (no readiness notification)
[13:09:07] INFO: Starting NGINX for authentication handling…
s6-rc: info: service legacy-services successfully started
[13:09:08] INFO: Starting mosquitto MQTT broker…
2025-02-11 13:09:08: Warning: Mosquitto should not be run as root/administrator.
2025-02-11 13:09:08: mosquitto version 2.0.20 starting
2025-02-11 13:09:08: Config loaded from /etc/mosquitto/mosquitto.conf.
2025-02-11 13:09:08: Loading plugin: /usr/share/mosquitto/go-auth.so
2025-02-11 13:09:08: ├── Username/password checking enabled.
2025-02-11 13:09:08: ├── TLS-PSK checking enabled.
2025-02-11 13:09:08: └── Extended authentication not enabled.
2025-02-11 13:09:08: Opening ipv4 listen socket on port 1883.
2025-02-11 13:09:08: Opening ipv6 listen socket on port 1883.
2025-02-11 13:09:08: Opening websockets listen socket on port 1884.
2025-02-11 13:09:08: Opening ipv4 listen socket on port 8883.
2025-02-11 13:09:08: Opening ipv6 listen socket on port 8883.
2025-02-11 13:09:08: Opening websockets listen socket on port 8884.
2025-02-11 13:09:08: mosquitto version 2.0.20 running
2025-02-11 13:09:08: New connection from ::1:44862 on port 1883.
2025-02-11 13:09:08: Client disconnected due to protocol error.
[13:09:08] INFO: Successfully send discovery information to Home Assistant.
[13:09:09] INFO: Successfully send service information to the Supervisor.
2025-02-11 13:09:12: New connection from Ipdehomeassistant:41069 on port 1883.
2025-02-11 13:09:12: New client connected from Ipdehomeassistant:41069 as 1YoK3wENQiMYyilAIK0eot (p2, c1, k60, u’mqtt’).
2025-02-11 13:10:10: New connection from 172.30.32.2:46236 on port 1883.
2025-02-11 13:10:10: Client closed its connection. Citation
a priori c’est le chien de garde, du coup je n’ai désactivé.
Pourtant, les notifications par le blueprint ne fonctionne toujours pas …
Pouvez vous m’aider ?
nicolas
Mon problème
Renseigner votre problème
Ma configuration
Comment récupérer ma configuration :
Dans votre HA, Menu latéral
Paramètres > Système > Corrections puis les trois petits points en haut a droite > Informations Système puis une fois en bas Copier




