[Bug]: Events created via HTTP api don't seem to create MQTT frigate/events messages #15884
Replies: 1 comment
-
This is not a bug. The majority of fields that are shown in /events are not relevant to custom events. And logically it doesn't make sense for frigate to tell the user about an event that the user told frigate about. I will update the docs to make this clear |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
Describe the problem you are having
Recently SeeedStudio released a compact wifi/ethernet camera that has built in NodeRed/MQTT and more specifically can run yolo models directly on device.
NOTE: Frigate has its own working local MQTT host that it publishes messages too and it's own working node-red. This is not the same as the reCamera one.
Is there a way to have the Frigate treat these HTTP created events the same way as a locally detected event? My ultimate goal is to have the end cameras which have a small 'TPU' in it do the object detection so that the Frigate host is really just storing and presenting the events as though it did all the work.
Steps to reproduce
...
Version
0.14.1-f4f3cfa
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Debian
Install method
Docker Compose
Network connection
Mixed
Camera make and model
Seeedstudio reCamera
Screenshots of the Frigate UI's System metrics pages
NA
Any other information that may be helpful
Screenshots:
Workflow on reCamera:
POST event logged:
UI showing event (yep it's night time)
No MQTT event - This MQTT and node red is running on the same host as Frigate not on the camera?
Beta Was this translation helpful? Give feedback.
All reactions