POC event handler

This commit is contained in:
2026-08-22 14:22:26 +02:00
parent 6995ae8dba
commit 35969ad305
9 changed files with 582 additions and 10 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=Zigbee MQTT event logger
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/service_zigbee
ExecStart=/opt/service_zigbee/.venv/bin/python /opt/service_zigbee/zigbee_events.py --config /opt/service_zigbee/events.yaml
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target