Sascha Braun
Results
3
comments of
Sascha Braun
trafficstars
Can someone review and merge this please?
I have the same issue. As soon as the inverter goes offline after sunset, the last power value stays. So it keeps counting that power for the whole night and...
I solved it now with a custom template sensor: ``` {% if is_state('sensor.mithras_status', 'assume_offline') %} 0 {% else %} {{ (float(states('sensor.mithras_inverter_output_watts'))) }} {% endif %} ```