I can not by the live of me reset the value of a sensor that integrates over the power to calculate the energy of an appliance. The underlying power-sensor is NOT configured for recorder.
This is happening with ALL integration-sensors.
What I have tried:
- Set the state in dev-tools
- disable recorder
- purge the history from the database
- delete statistics from database
- completely remove sensor from configuration.yaml, reboot and readd
Whatever I do, after a few seconds the state goes back to the last known state.
This is the sensor:
- platform: integration
name: kitchen_outlet_boiler_energy_total
source: sensor.kitchen_outlet_boiler_power
round: 2
unit_prefix: k
method: left
Any ideas how to get rid of the faulty value?