dentra / esphome-ewh

Control Electrolux Water Heater via uart
MIT License
25 stars 8 forks source link

Energy Calculation #2

Open Korol-Yurii opened 2 years ago

Korol-Yurii commented 2 years ago

Perhaps it is possible to "catch" the idle state of the water heater by the help of small calculations between current water temperature and set water temperature. In case current_temperature<set_temperature the water heater is working. The power consumption is also known because it can be of 3 states. I usually use my water heater only at 2000W. So in configuration.yaml I've created a simple binary sensor to measure power consumption.

`binary_sensor:

sensor:

I'm still testing this scenario. Any thoughts about its usability?

dentra commented 1 year ago

I already thought about a similar implementation, but I didn't get around to checking everything ) So if your test was good enough I will implement this feature.