You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entity sensor.solax_remaining_battery_capacity (<class 'custom_components.solax_modbus.sensor.SolaXModbusSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/wills106/homsassistant-solax-modbus/issues
Entity sensor.solax_remaining_battery_capacity (<class 'custom_components.solax_modbus.sensor.SolaXModbusSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/wills106/homsassistant-solax-modbus/issues
Additional context
Hello,
got Error message shown above.
Workaround I used, was to set a # in front of the state class line at line 5247 at solax.py
The opposit entity chargable battery capacity hasn't any state class... so ... 🤷🏼♂️
May be, its an unnecessary line, that state class at remaining capacity entitiy 🤔
The text was updated successfully, but these errors were encountered:
Describe the bug
Logger: homeassistant.components.sensor
Quelle: components/sensor/init.py:571
Integration: Sensor (Dokumentation, Probleme)
Erstmals aufgetreten: 11:33:44 (1 Vorkommnisse)
Zuletzt protokolliert: 11:33:44
Entity sensor.solax_remaining_battery_capacity (<class 'custom_components.solax_modbus.sensor.SolaXModbusSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/wills106/homsassistant-solax-modbus/issues
Integration Version
newest
Homeassistant core version
newest
Inverter brand
SolaX G3 Hyb
Plugin used
plugin_solax.py
Serial prefix
unnecessary here
Inverter firmware versions
35 9 36
Connection Method
SolaX Lan/Wlan Dongle
Dongle firmware
3.0
Detailed Error Log
__Logger: homeassistant.components.sensor
Quelle: components/sensor/init.py:571
Integration: Sensor (Dokumentation, Probleme)
Erstmals aufgetreten: 11:33:44 (1 Vorkommnisse)
Zuletzt protokolliert: 11:33:44
Entity sensor.solax_remaining_battery_capacity (<class 'custom_components.solax_modbus.sensor.SolaXModbusSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/wills106/homsassistant-solax-modbus/issues
Additional context
Hello,
got Error message shown above.
Workaround I used, was to set a # in front of the state class line at line 5247 at solax.py
The opposit entity chargable battery capacity hasn't any state class... so ... 🤷🏼♂️
May be, its an unnecessary line, that state class at remaining capacity entitiy 🤔
The text was updated successfully, but these errors were encountered: