xperimental / netatmo-exporter

Prometheus exporter for Netatmo sensor data.
MIT License
44 stars 18 forks source link

Switch to API fork and update parsed data #29

Closed xperimental closed 1 year ago

xperimental commented 1 year ago

Switches the API used to xperimental/netatmo-api-go on branch "new-api".

The StationName field has been deprecated in the API, HomeName and ModuleName should be used instead. The HomeName has been added as an additional label called home. This should fix issues with empty station label and related crashes.