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

No values when charging and discharging the batteries. #179

Open
Goldi5 opened this issue Feb 9, 2024 · 1 comment
Open

No values when charging and discharging the batteries. #179

Goldi5 opened this issue Feb 9, 2024 · 1 comment

Comments

@Goldi5
Copy link

Goldi5 commented Feb 9, 2024

Hello and thank you very much for the great work on this integration.

I have had an Enphase system for about 2 months and this integration is going well so far. I have a storage unit on my system and the individual storage units are also displayed correctly. I have the sensors
sensor.envoy_xxxxxx_battery_energy_charged and sensor.envoy_xxxxxx_battery_energy_discharged, but unfortunately no value is returned to me here, so I can't use them in the energy dashboard.

This means that I cannot see the current values for charging and discharging. Is there perhaps a solution here?

Envoy-S-Metered
IQ-Battery 3T

HA is set to 2024.02
Enphase to 0.0.19

Thank you

@catsmanac
Copy link
Collaborator

The values for charging and discharging are calculated from changes in current_battery_capacity. If the battery state remains stable for longer time no charge or discharge values will be visible. You can validate if it is working at all by inspecting current battery capacity entities.

The new HA Core integration has a power measurement for the batteries, but no energy one either. You would need to use a riemann integrator on the battery power sensor for that.

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