Enphase Solar app

I’ve installed the Enphase app on my tidbyt and followed the process for getting the API credentials with the python script. However, the Tidbyt just displays “- 0.00 kWh generated”. I tried regenerating the bearer and refresh token just to be sure but no dice. Any help appreciated.

Also have the same issue, can’t get it to work anymore!

I also am experiencing this problem. I did some digging and found that it’s because the Enphase API used to provide the energy_today parameter in the /api/v4/systems call this application makes, but now it just sets it to -1 (which gets displayed as -0.00). A second call to /api/v4/systems/{system_id}/summary is needed to get the energy_today parameter now.

I wrote up an issue to resolve this: [Enphase Solar] Enlighten API v4 sets energy_today in systems request to -1 · Issue #2661 · tidbyt/community · GitHub

FYI: I updated the Enphase app to fix this issue. The correct energy value is displayed now (not -0.00).