[Support]: MQTT Error on 0.15 Beta 7 #16075
-
Checklist
Describe the problem you are havingMQTT disconnecting periodically. During the connected period, it seems to be updating the MQTT topic. Works fine with 0.14 Steps to reproduceenable mqtt Version0.15.0 Beta 7 In which browser(s) are you experiencing the issue with?No response Frigate config filemqtt:
enabled: true
host: 192.168.1.71
user: '{FRIGATE_MQTT_USER}'
password: '{FRIGATE_MQTT_PASSWORD}' docker-compose file or Docker CLI commandservices:
frigate:
privileged: true
container_name: frigate
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:0.15.0-beta7-tensorrt
shm_size: "8gb"
devices:
- /dev/dri/renderD128
runtime: nvidia
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/config
- /shared/recordings:/media/frigate
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 2000000000
ports:
- "1984:1984"
- "8971:8971"
- "5000:5000" # Internal unauthenticated access. Expose carefully.
# - "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: "password"
FRIGATE_MQTT_USER: "dev"
FRIGATE_MQTT_PASSWORD: "password"
YOLO_MODELS: "yolov7-320" Relevant Frigate log output2025-01-21 18:05:39.126739533 [2025-01-21 18:05:39] frigate.comms.mqtt ERROR : MQTT disconnected
2025-01-21 18:05:41.145429343 [2025-01-21 18:05:41] frigate.comms.mqtt ERROR : MQTT disconnected
2025-01-21 18:05:43.168564317 [2025-01-21 18:05:43] frigate.comms.mqtt ERROR : MQTT disconnected
2025-01-21 18:05:45.184057978 [2025-01-21 18:05:45] frigate.comms.mqtt ERROR : MQTT disconnected
2025-01-21 18:05:47.206026451 [2025-01-21 18:05:47] frigate.comms.mqtt ERROR : MQTT disconnected
2025-01-21 18:05:49.238623075 [2025-01-21 18:05:49] frigate.comms.mqtt ERROR : MQTT disconnected
2025-01-21 18:05:51.259577669 [2025-01-21 18:05:51] frigate.comms.mqtt ERROR : MQTT disconnected
2025-01-21 18:05:53.281791066 [2025-01-21 18:05:53] frigate.comms.mqtt ERROR : MQTT disconnected
2025-01-21 18:05:55.306716854 [2025-01-21 18:05:55] frigate.comms.mqtt ERROR : MQTT disconnected Relevant go2rtc log outputnot relevant Operating systemOther Linux Install methodDocker Compose Network connectionWired Camera make and modeliPro Screenshots of the Frigate UI's System metrics pagesnot relevant Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
toperichvania
Jan 22, 2025
Replies: 1 comment 4 replies
-
This is not a bug, the actual bug was in 0.14 where the MQTT disconnected log was not printed correctly #14593 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had another instance with same topic prefix running on same network connecting to same mqtt.. my bad..
Thanks for your help!