Remove last_reset attribute from FritzBoxEnergySensor#54644
Remove last_reset attribute from FritzBoxEnergySensor#54644frenck merged 2 commits intohome-assistant:devfrom
Conversation
|
Hey there @mib1185, mind taking a look at this pull request as it has been labeled with an integration ( |
|
@mib1185 With |
|
Your tests still think that the last_reset property is set. |
I'm not sure, if I get your question correct, but this sensor should always return the total used energy, since there are only smart plug devices available, which measures the used energy of connected devices. |
|
change it self looks good, but you still need to adopt the test, so that |
Proposed change
Remove last_reset attribute from
FritzBoxEnergySensorand set device class toSTATE_CLASS_TOTAL_INCREASINGThere are two options for sensors representing meters such as energy meters, where the sensor itself doesn't have a
last_resetavailable:STATE_CLASS_TOTAL_INCREASINGWith STATE_CLASS_TOTAL_INCREASING, a new meter cycle will be detected if the value of the sensor's value decreases. This should be correct if the sensor only counts used (or delivered) energy, but not both in a single sensor, i.e. the sensor's value can't be decreased. Things will then work as expected if the sensor is for some reason reset to 0, for example after a firmware upgrade or factory reset.
STATE_CLASS_TOTALWith STATE_CLASS_TOTAL, a new meter cycle will never be detected, and the statistics won't be correct if the sensor is reset.
This PR sets the device class to
STATE_CLASS_TOTAL_INCREASINGBackground in #54523
Type of change
Additional information
Checklist
black --fast homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all..coveragerc.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: