Skip to content

remmelt/evohome-prometheus-export

 
 

Repository files navigation

evohome-prometheus-export

Exposes prometheus formatted data for your Evohome temperature controlled zones.

Building

On a system with docker installed:

make build

Installation

Run the resulting Docker image in k8s/Nomad/etc. Set the SERVER_PORT env var.

Configure Prometheus

Add the following to your prometheus.yml file

  - job_name: 'evohome'
    scrape_interval: 3m
    static_configs:
      - targets: ['<hostname>:8080']
    metrics_path: /zoneTemperatures

About

Expose statistics from Honeywell EvoHome for prometheus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Dockerfile 1.5%
  • Makefile 0.4%