MQTT events no events published #4265
-
|
Hi, i do not receive any mqtt messages on my broker, but i can see events in the frigate ui. I can publish and subscribe to Mosquitto over websocket with http://www.hivemq.com/demos/websocket-client/: As soon as i write a wrong IP-Adress in the configuration, i will get an host unknown message in the logs, but if its the correct there is not error message at all. By the way there is no logging from the module frigate.mqtt. This is my log on startup: Frigate - Docker-Compose Frigate - Config Mosquitto - Docker-Compose Mosquitto - Config What i'am doing wrong? PS: "I have done a search for similar discussions" .. i hope so .. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Does MQTT have any logs when running frigate? |
Beta Was this translation helpful? Give feedback.
-
|
This is the mosquito config that i use, as you can see I create a listener on 1883 any ip for mqtt |
Beta Was this translation helpful? Give feedback.

This is the mosquito config that i use,
as you can see I create a listener on 1883 any ip for mqtt
and listener 1884 any ip for websockets
http://www.steves-internet-guide.com/mqtt-websockets/
hope this can help you
Ciao