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:
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 |
