Exposes prometheus formatted data for your Evohome temperature controlled zones.
On a system with docker installed:
make build
Run the resulting Docker image in k8s/Nomad/etc. Set the SERVER_PORT env var.
Add the following to your prometheus.yml file
- job_name: 'evohome'
scrape_interval: 3m
static_configs:
- targets: ['<hostname>:8080']
metrics_path: /zoneTemperatures