You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: