In march 2026 solaredge changed the API. I found several issues.
https://knowledge-center.solaredge.com/sites/kc/files/se_monitoring_api.pdf
- version_current() and maybe others were removed
- public_settings in site details is null in my case (needs to be Option<>)
This is what I found so far. There are maybe more issues.
In the response from solaredge the peakPower is always 0.0 and the lastUpdateTime is null. I couldn't figure out why this is.
Kind regards
In march 2026 solaredge changed the API. I found several issues.
https://knowledge-center.solaredge.com/sites/kc/files/se_monitoring_api.pdf
This is what I found so far. There are maybe more issues.
In the response from solaredge the peakPower is always 0.0 and the lastUpdateTime is null. I couldn't figure out why this is.
Kind regards