No description
  • Go 98.6%
  • Dockerfile 1.4%
Find a file
2024-05-01 21:26:49 -05:00
.github/workflows add config via env; dockerfile 2024-05-02 02:24:50 +00:00
.gitignore readme and service file 2023-12-09 13:16:40 -05:00
.golangci.yaml lots of improvements 2023-12-09 00:23:51 -05:00
docker-compose.yaml add config via env; dockerfile 2024-05-02 02:24:50 +00:00
Dockerfile add config via env; dockerfile 2024-05-02 02:24:50 +00:00
frigate-object-events.service much simpler entities, just one entity per label, attributes for cameras and zones 2023-12-09 23:46:11 -05:00
go.mod lots of improvements 2023-12-09 00:23:51 -05:00
go.sum parsing events 2023-12-08 16:20:55 -05:00
LICENSE readme and service file 2023-12-09 13:16:40 -05:00
main.go add config via env; dockerfile 2024-05-02 02:24:50 +00:00
README.md readme and service file 2023-12-09 13:16:40 -05:00

Add moving and stationary detectors for all labels in frigate to home assistant.

This daemon looks for frigate events from MQTT and track when an event's motion starts and ends, publishing a moving and stationary count for each label in frigate.

It also publishes the sensors for automatic discovery in home assistant.

Install

1: Download frigate-object-events from releases, or compile with go build . and put in /usr/local/bin 2: Put the systemd unit in /etc/systemd/system 3: Reload your units (systemctl daemon-reload) and start the service (systemctl start frigate-object-events.service)