Good morning (o;
I have added a power sensor based on another thread here:
sensor:
- platform: template
sensors:
hp6632b2:
friendly_name: "Current Power"
unit_of_measurement: "W"
value_template: "{{ states.switch.hp_6632b_21.attributes['current_power_w'] }}"
When I add a new sensor in lovelace and switch on the WLAN switch the power consumption is displayed and logged correctly…
But as soon I switch off the WLAN switch, the power is displayed correctly as 0, but the graph stays at the last level…sometimes it is displayed correct when doing several web page reloads…
I saw on github that I have to modify the mystrom.py file, but this file is nowhere to be found in my installation…
Any hints