Ecoflow
There is some basic support here, but also some recommendation to Ecoflow
Dear Ecoflow,
Please make a few changes to your products. These changes will save you money and provide a better user experience.
All your devices that are smart, please allow them to be accessed by the local LAN Ip address i.e. http://192.168.1.10/ . Reasons:
It could be at a minimal just device status. People running home automation would be very happy about this. it would take the load off your API server.
Must have minimal two pages.
One that would look good in a browser
One page that returns just a JSON blob so people can query it.
Your app could check to see if the IP is available before switching to your API (for read only data)
Structure your JSON correctly: A good example of a delta pro with two extra batteries would look like this
{id:"DCA00000001", acpower: true, dc12vpower:true, charge:85.77,temp:23.4 acinputwatts: 1200, dcinputwatts: 350,acoutputwatts:700,dcoutputwatts:0, extrabatterycount:2, extrabatteries[
{id:"E3A0000000", charge:60.34, temp:23.8,wattsin:479,wattsout:0},{id:"E3B0000000", charge:100.00, temp:23.8,wattsin:0,wattsout:390} ]