I was very disappointed when I realized that the data showing from the app was 20min behind, and going through the cloud, while the Envoy box is connected to my local network and has a per-second stream.<p>their documentation is close to inexistant too.
There were a couple opensource projects, with some snippets of code to get inspiration from to connect and scrape the data directly from the local API.<p>I did this and pushed data to grafana, but never took the time to share it.<p>Since my last attempt, it seems that more projects showed up that did a better job than me making it reusable :)<p>- <a href="https://github.com/petercable/solar-observatory">https://github.com/petercable/solar-observatory</a><p>- <a href="https://github.com/vk2him/Enphase-Envoy-mqtt-json">https://github.com/vk2him/Enphase-Envoy-mqtt-json</a><p>- <a href="https://github.com/Matthew1471/Enphase-API">https://github.com/Matthew1471/Enphase-API</a>