hass_nibe icon indicating copy to clipboard operation
hass_nibe copied to clipboard

defrost history problem

Open SzymaneKwr opened this issue 2 years ago • 3 comments

the sensor.nibe_91210_44703 entity does not show any data in history. 2022-11-30_13h26_27

SzymaneKwr avatar Nov 30 '22 12:11 SzymaneKwr

It would be very helpful if this entity could report something useful. Is it just a case of setting the unit_of_measurement value to a string?

NickSutton avatar Mar 03 '23 18:03 NickSutton

the sensor_class also need to be set to measurement. I wonder why it has no unit.

elupus avatar Mar 03 '23 19:03 elupus

Spot on, in fact just adding sensor_class: measurement in the dev tools then plotted the graph properly.

I'm going to have a go at using Customize Entity to temporarily fix the issue:

homeassistant:
  customize:
    # Add an entry for each entity that you want to overwrite.
    sensor.nibe_XXXXXX_44703:
      sensor_class: measurement
Screenshot 2023-03-04 at 06 51 58

NickSutton avatar Mar 04 '23 06:03 NickSutton