barleybobs / homeassistant-ecowater-softener

A Homeassistant custom component to integrate Ecowater water softeners
https://github.com/barleybobs/homeassistant-ecowater-softener
MIT License
31 stars 9 forks source link

device/entities present, no/zero values #41

Closed Nick4-1 closed 11 months ago

Nick4-1 commented 11 months ago

Hi, thanks for this component!

It seems that it has been setup successfully, entities were created but I get no values. This is the only error from the logs related to this:

Logger: homeassistant.components.sensor
Source: components/sensor/__init__.py:505
Integration: Sensor (documentation, issues)
First occurred: 11:12:22 AM (1 occurrences)
Last logged: 11:12:22 AM

Entity sensor.ecowater_xxxxx_water_available (<class 'custom_components.ecowater_softener.sensor.EcowaterSensor'>) is using state class 'measurement' which is impossible considering device class ('water') it is using; expected None or one of 'total_increasing', 'total'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.

It's not clear to me if this error is the reason or just a minor thing.

TIA

Nick4-1 commented 11 months ago

So apparently I had to install v2 first - which is not mentioned, only the update process.