Thank you a lot for your great work!
It would really be great to read from solar_api/v1/GetStorageRealtimeData.cgi
What I'm missing in the current binding is the battery status. (Especially the SOC (StateOfCharge_Relative)). This ist the output of my gen24:
{
"Body" : {
"Data" : {
"0" : {
"Controller" : {
"Capacity_Maximum" : 7800,
"Current_DC" : 0.79987550575785871,
"DesignedCapacity" : 7800,
"Details" : {
"Manufacturer" : "BYD",
"Model" : "BYD Battery-Box Premium HV",
"Serial" : "P030T020Z200XXXXXXX "
},
"Enable" : 1,
"StateOfCharge_Relative" : 65.900000000000006,
"Status_BatteryCell" : 3.0,
"Temperature_Cell" : 16.0,
"TimeStamp" : 1650606867.0,
"Voltage_DC" : 321.30000000000001
},
"Modules" : []
}
}
},
"Head" : {
"RequestArguments" : {
"Scope" : "System"
},
"Status" : {
"Code" : 0,
"Reason" : "",
"UserMessage" : ""
},
"Timestamp" : "2022-04-22T05:54:31+00:00"
}
}
Thank you a lot for your great work!
It would really be great to read from solar_api/v1/GetStorageRealtimeData.cgi
What I'm missing in the current binding is the battery status. (Especially the SOC (StateOfCharge_Relative)). This ist the output of my gen24:
{ "Body" : { "Data" : { "0" : { "Controller" : { "Capacity_Maximum" : 7800, "Current_DC" : 0.79987550575785871, "DesignedCapacity" : 7800, "Details" : { "Manufacturer" : "BYD", "Model" : "BYD Battery-Box Premium HV", "Serial" : "P030T020Z200XXXXXXX " }, "Enable" : 1, "StateOfCharge_Relative" : 65.900000000000006, "Status_BatteryCell" : 3.0, "Temperature_Cell" : 16.0, "TimeStamp" : 1650606867.0, "Voltage_DC" : 321.30000000000001 }, "Modules" : [] } } }, "Head" : { "RequestArguments" : { "Scope" : "System" }, "Status" : { "Code" : 0, "Reason" : "", "UserMessage" : "" }, "Timestamp" : "2022-04-22T05:54:31+00:00" } }