Replies: 2 comments 1 reply
|
Entity sensor.xyz_price (<class 'homeassistant.components.template.sensor.SensorTemplate'>) is using state class 'total_increasing' which is impossible considering device class ('monetary') it is using; expected None or one of 'total'. Es gibt drei classes: measurement Somit bleibt wie in der Info aus der Log nur noch total |
1 reply
|
Ja das ist genau wie bei den Volumenströmen m3/h gibt es auch nicht. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bist Du sicher, dass
SensorStateClass.TOTALhier für den Preis korrekt ist?octopus_germany/custom_components/octopus_germany/sensor.py
Line 109 in c519218
Der Preis pro kWh ist doch ein absoluter Wert. Normalerweise verwendet man Total für aufsummierende Werte. Wäre also korrekt, wenn das der monatliche Gesamtpreis wäre.
All reactions