Export metrics from Nibe heatpumps in prometheus format
Run service (as of now):
go run cmd/main.go
Add as a job to your prometheus config:
- job_name: "nibe"
static_configs:
- targets: ["192.168.1.225:2112"]
Metrics should then be exposed for use in Grafana under the prefix nibe
- Learn Go
- Add more Metrics
- Dockerize