sfudeus / homematic_exporter

Prometheus exporter for homematic ccu3
Apache License 2.0
23 stars 17 forks source link

Fix lost zeros #22

Closed sfudeus closed 3 years ago

sfudeus commented 3 years ago

This fixes an issue with missing updates to metrics when the value is 0. Should fix as well that boolean metrics are never reset to false.

sfudeus commented 3 years ago

Fixed in #16 already