golles / ha-kamstrup_403

Custom component that integrates the Kamstrup 403 heating system into Home Assistant. This component does also support a few other heating systems
MIT License
70 stars 10 forks source link

Some quick corrections #71

Closed HAEdwin closed 1 year ago

HAEdwin commented 1 year ago

Issue: Entity sensor.kamstrup_403_minflow_y (<class 'custom_components.kamstrup_403.sensor.KamstrupMeterSensor'>) is using native unit of measurement 'l/h' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°F', '°C']; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author. Same goes for sensor.kamstrup_403_maxflow_y.

To prevent mix up with the event status of the meter I renamed the Entity to Info-event_counter. This entity represents the number of times the info code has been changed. The value is increased every time the info code is changed. The actual Info-event has to be found, I guess it could be 112 but still to be determined.