alexbakker / melcloud-exporter

Prometheus exporter for MELCloud data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

melcloud-exporter build

melcloud-exporter is a Prometheus exporter for a MELCloud data. It currently only exports a very limited set of metrics: the device's power state, the target temperature and the current temperature sensor reading.

I hear you asking: "Wait so this guy is using his air conditioning units to monitor temperature in his house?". Well yes, yes I am:

Temperature dashboard screenshot

Metrics

This service exports the following metrics:

Name Labels Type
melcloud_device_power building_id, device_id, device_name gauge
melcloud_device_temperature_room building_id, device_id, device_name gauge
melcloud_device_temperature_set building_id, device_id, device_name gauge

About

Prometheus exporter for MELCloud data

License:GNU General Public License v3.0


Languages

Language:Go 89.9%Language:Nix 10.1%