Ecoflow Ocean Pro inverter & smart panel support?

Hello,
after 20 years, I replaced our system with an [US] Ecoflow Ocean Pro hybrid inverter & smart panel ( OCEAN Pro Home Solar Battery: Own Your Energy. Your Way. | EcoFlow US ) .
Does anybody already implement some support for those in PVOutput?
I tried to look here in the forum and in the help pages, but could not find anything:-(
If there is nothing yet, can somebody point me to a good starting point, preferably Python3 based to push the data? :wink:
I already get a lot of data into local Grafana dashboards, https://github.com/mw46d/ecoflow_exporter is my fork :wink: I believe, that would cover a lot of the needed metrics.
Thanks,
– mw46d

Pushing the data should be a simple HTTP call to ‘Add Status’ API

https://pvoutput.org/help/api_specification.html#add-status-service

The harder part is extracting the data from the EcoFlow.

Does that look reasonable? https://pvoutput.org/intraday.jsp?id=33361&sid=112448
I still have to get the ambient temperature from my Tempest to that collector. But otherwise?

2026-04-16 15:55:48,495 - Start PVOutput export
MW POST /service/r2/addstatus.jsp params= d=20260416&t=15%3A55&v2=3878.04&v4=873.18&v5=0.0&v6=250.42&b1=0.0&b6=3&b2=100.0
2026-04-16 15:55:48,879 - Date: 20260416 Time: 15:55 Watts: 3878.04 Consuption: 873.18 Solar Voltage: 250.42 Battery Flow: 0.0 SOC: 100.0
2026-04-16 15:55:48,880 - End PVOutput export

Unfortunately, I don’t have ‘energy’ values yet.

Thanks,
– mw46d

A question about the battery handling: Should I add/subtract the battery charge/discharge power from the ‘used power’?! Right now, the ‘battery charging’ is already counted as ‘net export’?!

Thanks,
– mw46d