Hi OM Sigi
I have quite a lot of experience with ESP8266 but at the moment my time is limited to work on this
I have plugged in a Pi and using skymax via exec i am parsing the JSON output into openhab, this will do for now, i need to find time to do it properly and parse the actual statuses ect, at least for now i can monitor the PV and batteries, try skymax-demo out…it works great and you can control everything on the inverter ! BTW the inverter causes a birdy around 14.220mhz and harmonics of it, it seems to be from the USB cable, i will put some ferrites on it later
here is a sample output:
{
“Inverter_mode”:3,
“AC_grid_voltage”:228.0,
“AC_grid_frequency”:50.0,
“AC_out_voltage”:228.0,
“AC_out_frequency”:50.0,
“PV_in_voltage”:0.0,
“PV_in_current”:0.0,
“PV_in_watts”:0.0,
“PV_in_watthour”:0.0000,
“SCC_voltage”:0.0000,
“Load_pct”:20,
“Load_watt”:222,
“Load_watthour”:0.0000,
“Load_va”:387,
“Bus_voltage”:435,
“Heatsink_temperature”:558,
“Battery_capacity”:100,
“Battery_voltage”:27.04,
“Battery_charge_current”:0,
“Battery_discharge_current”:0,
“Load_status_on”:1,
“SCC_charge_on”:0,
“AC_charge_on”:1,
“Battery_recharge_voltage”:22.0,
“Battery_under_voltage”:21.0,
“Battery_bulk_voltage”:29.2,
“Battery_float_voltage”:27.0,
“Max_grid_charge_current”:20,
“Max_charge_current”:50,
“Out_source_priority”:1,
“Charger_source_priority”:2,
“Battery_redischarge_voltage”:27.0
}