You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had an issue with a dockerized HA to get the values for alpha_ess_actual_house_consumption and alpha_ess_actual_house_consumption
The solution was to edit the yaml:
Had an issue with a dockerized HA to get the values for alpha_ess_actual_house_consumption and alpha_ess_actual_house_consumption
The solution was to edit the yaml:
Line 433:
state: "{{ states('sensor.alpha_ess_total_energy_from_pv') | float + states('sensor.alpha_ess_total_energy_consumption_from_grid') | float - states('sensor.alpha_ess_total_energy_feed_to_grid') | float }}"
Line 441
state: "{{ (states('sensor.alpha_ess_total_power_inverter') | float + states('sensor.alpha_ess_total_power_grid') | float ) }}"
The text was updated successfully, but these errors were encountered: