kamaradclimber / heishamon-homeassistant

An integration for heatpumps handled by heishamon
Apache License 2.0
50 stars 25 forks source link

Missing S0 sensors since HA 2023.3 update #87

Closed vandermark1977 closed 1 year ago

vandermark1977 commented 1 year ago

Since the update to HA 2023.3 I get errors in the log regarding the S0 sensors:

Logger: homeassistant.util.logging
Source: util/logging.py:168
First occurred: 21:32:53 (62 occurrences)
Last logged: 21:37:44

Exception in message_received when handling msg on 'panasonic_heat_pump/s0/Watt/1': '894' Traceback (most recent call last): File "/config/custom_components/aquarea/sensor.py", line 260, in message_received description = HeishaMonSensorEntityDescription( TypeError: HeishaMonSensorEntityDescription.__init__() got an unexpected keyword argument 'native_precision'
Exception in message_received when handling msg on 'panasonic_heat_pump/s0/Watt/1': '896' Traceback (most recent call last): File "/config/custom_components/aquarea/sensor.py", line 260, in message_received description = HeishaMonSensorEntityDescription( TypeError: HeishaMonSensorEntityDescription.__init__() got an unexpected keyword argument 'native_precision'
Exception in message_received when handling msg on 'panasonic_heat_pump/s0/Watt/1': '893' Traceback (most recent call last): File "/config/custom_components/aquarea/sensor.py", line 260, in message_received description = HeishaMonSensorEntityDescription( TypeError: HeishaMonSensorEntityDescription.__init__() got an unexpected keyword argument 'native_precision'
Exception in message_received when handling msg on 'panasonic_heat_pump/s0/Watt/1': '891' Traceback (most recent call last): File "/config/custom_components/aquarea/sensor.py", line 260, in message_received description = HeishaMonSensorEntityDescription( TypeError: HeishaMonSensorEntityDescription.__init__() got an unexpected keyword argument 'native_precision'
Exception in message_received when handling msg on 'panasonic_heat_pump/s0/Watt/1': '889' Traceback (most recent call last): File "/config/custom_components/aquarea/sensor.py", line 260, in message_received description = HeishaMonSensorEntityDescription( TypeError: HeishaMonSensorEntityDescription.__init__() got an unexpected keyword argument 'native_precision'
BurgerMario commented 1 year ago

https://github.com/kamaradclimber/heishamon-homeassistant/issues/86

Same höre…

vandermark1977 commented 1 year ago

I think it has maybe to do with the new display precision settings for sensors?

https://www.home-assistant.io/blog/2023/03/01/release-20233/#sensor-display-precision

PGnl commented 1 year ago

This is the same as issue #86 Please keep to one location.

kamaradclimber commented 1 year ago

Let's continue the discussion in #86 . Thanks for the logs @vandermark1977