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

[Enphase Solar] Enlighten API v4 sets energy_today in systems request to -1 #2661

Open
pyropenguin opened this issue Sep 13, 2024 · 0 comments · May be fixed by #2680
Open

[Enphase Solar] Enlighten API v4 sets energy_today in systems request to -1 #2661

pyropenguin opened this issue Sep 13, 2024 · 0 comments · May be fixed by #2680

Comments

@pyropenguin
Copy link

Summary

The Enphase Solar app currently always displays "- 0.00 kWh generated". The issue seemed to be experienced by other users as well.

Details

The application makes a request to the Enphase API V4 using the /api/v4/systems call, which returns a energy_today parameter for each system. The problem is, the energy_today parameter seems to always return -1.

What probably should happen is that the system_id parameter from the /api/v4/systems call should be collected, then a subsequent call to /api/v4/systems/{system_id}/summary should be made, where the energy_today parameter is set to the correct value.

@pyropenguin pyropenguin linked a pull request Sep 17, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant