Skip to content

Exports prometheus metrics from Nibe heatpumps using modbus protocol

Notifications You must be signed in to change notification settings

dsteininger86/nibe-prom-modbus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nibe-prom-modbus

What

Export metrics from Nibe heatpumps in prometheus format

How

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

TODO

  • Learn Go
  • Add more Metrics
  • Dockerize

Nibe modbus documentation.

About

Exports prometheus metrics from Nibe heatpumps using modbus protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%