Due to the fact that the RCT Power Battery reports no "Capacity" defined (see mqtt outut) the calculated SOC on evcc screen (derived from Battery 1 -> RCT Power (4 Packs means 6.9 kWh/90%) and Battery 2 -> Capacity 3.7 kWh/90%) will show the wrong value, because you must use the weighted capacity of each battery. You cannot calculate the total SOC using the only the single SOCs of both batteries.
Is it a bug that RCT Power Power provides no Capacity value and so the total SOC cannot be calculated at the end?
Describe the bug
Situation:
I have two battery systems:
Due to the fact that the RCT Power Battery reports no "Capacity" defined (see mqtt outut) the calculated SOC on evcc screen (derived from Battery 1 -> RCT Power (4 Packs means 6.9 kWh/90%) and Battery 2 -> Capacity 3.7 kWh/90%) will show the wrong value, because you must use the weighted capacity of each battery. You cannot calculate the total SOC using the only the single SOCs of both batteries.
Is it a bug that RCT Power Power provides no Capacity value and so the total SOC cannot be calculated at the end?
evcc shows 25% SOC of all batteries
Calculation should be:
Battery1: 9,3% SOC 6.9 kWh = 0,642 kWh Battery 2: 23% SOC 3,7kWh = 0,851 kWh
SOC total (to be displayed in evcc) = (0,642 kWh + 0,851 kWh) / (6.9 kWh + 3,7kWh) = 1,493 / 10,6 = 14,1%
Steps to reproduce
...
Configuration details
Log details
What type of operating system are you running?
Linux -> Home Assistant hassio (docker!?)
Version
0.112.5 No response