frigate-telegram
frigate-telegram copied to clipboard
New feature: Using MQTT to get the frigate events
I found a simulair project which is using MQTT to learn about the frigate events. The repo can be found here.
As you can see in the docker-compose.yml this solution is spinning up an MQTT container so I you want you can use MQTT without having it running elsewhere, for example home assistant.
I used this version without the MQTT container, and pointed the config to my existing one. This solution makes the notification system much faster without having to send a lot of API calls to learn about new frigate events.