Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alpha_ess_actual_house_consumption and alpha_ess_actual_house_consumption unavailable #13

Open
uchristo opened this issue Feb 7, 2024 · 1 comment

Comments

@uchristo
Copy link

uchristo commented Feb 7, 2024

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 ) }}"

@fluese
Copy link

fluese commented Apr 10, 2024

Thanks! Is working for me as well.

umrath added a commit to umrath/homeassistant_alphaess_modbus_tcp that referenced this issue Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants