openhab-addons icon indicating copy to clipboard operation
openhab-addons copied to clipboard

[fronius] add battery SOC

Open chr1337 opened this issue 2 years ago • 3 comments

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" } }

chr1337 avatar Apr 22 '22 06:04 chr1337

Is this different to the SOC data from the inverter channel powerflowinverter1soc ?

jimtng avatar Apr 23 '22 04:04 jimtng

Is this different to the SOC data from the inverter channel powerflowinverter1soc ?

@chr1337 can you provide feedback please?

jimtng avatar Jun 04 '22 01:06 jimtng

powerflowinverter1soc has the same value as StateOfCharge_Relative from the API. Temperature_Cell would be nice to have, too.

Trancep0rt avatar Sep 28 '22 07:09 Trancep0rt

Any feedback on this? I also want to use SOC and temperature of the battery.

sberer avatar Nov 20 '23 20:11 sberer