Privacy-aware MQTT and Home Assistant metrics collector
Find a file
2026-07-31 09:17:25 +02:00
.gitignore add .gitignore 2026-07-31 09:17:25 +02:00
collector.py add collector.py 2026-07-31 09:17:22 +02:00
compose.yaml add compose.yaml 2026-07-31 09:17:23 +02:00
Dockerfile add Dockerfile 2026-07-31 09:17:20 +02:00
README.md add README.md 2026-07-31 09:17:24 +02:00
requirements.txt add requirements.txt 2026-07-31 09:17:21 +02:00

Home Monitoring

Privacy-aware collector for the Pfannkuchen monitoring stack.

  • subscribes read-only to MQTT on 10.10.1.1
  • stores numeric and boolean MQTT values in the existing InfluxDB bucket telegraf
  • polls Home Assistant only through Butler and stores numeric/boolean entity states
  • exports no raw string payloads, credentials, location entities, camera/audio/video payloads or discovery documents
  • uses the existing monitoring_network, InfluxDB and Grafana installation

Runtime secrets INFLUX_TOKEN and BUTLER_TOKEN are stored only in Dockhand stack variables.