[Support]: MQTT reviews topic doesn't send update on zone change #20438
Replies: 1 comment 3 replies
-
Based on the documentation and GitHub discussions, this appears to be a known behavior that has been addressed in previous versions. The However, there are some documented inconsistencies with how zone changes are handled in review messages. According to GitHub discussions, there was a bug where update messages weren't being sent for zone changes, which was reportedly fixed in earlier beta versions (2). The discussion indicates that For your specific case where you're seeing zones appear in the The recommended approach for notifications is to configure your desired zones/objects to classify as "alerts" in your Frigate config and use the severity field to trigger notifications, rather than relying on zone change detection between messages (2). For reliable zone-based notifications, you might want to use a trigger that checks for 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you are having
The docs say that an update mqtt message will be sent when there is a zone change. I'm not seeing that. I get a 'new' message like this:
then I get an 'end' message like this:
The biggest challenge here is that I'm using these messages to send a notification when the zones change, but the new message has no zones and the end message [incorrectly] says that before.zones was populated and there was no change. Basically, no single message signifies the zones ever changed.
Steps to reproduce
Version
0.16.1-e664cb2
In which browser(s) are you experiencing the issue with?
Chrome 140.0.7339.186
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Other
Install method
Docker Compose
Network connection
Wired
Camera make and model
Lots of Dahua
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
I'm using MQTTX to watch the mqtt traffic.
Beta Was this translation helpful? Give feedback.
All reactions