You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running 24.11.02 (I think, can't remember that preciselyl). Then discovered yesterday that out of the blue solarman has a huge amount of updates and decided to update all the way to 24.12.14.
However after restarting HA I discovered, that a crucial data attribute is no longer available. I have Deye SG04LP3 and the battery voltage tends to be reported wrong after the discharge ends. So I was using the attributes from sensor.inverter_battery that had the BMS current and BMS voltage. However those are no longer available. Now it contains only the nominal voltage and max cycle count that seem to be given in the configuration.
When did they disappear and how can I get the actual BMS values now?
Why I need it is that I have the battery charging set to be between 47V and 58.5V. When it discharges down to 47V it nicely stops discharge and settles in the BMS. However the sensor.inverter_battery_voltage seems to drop relatively fast to somewhere around 36V. However if I go to the inverter and check the battery BMS information from the battery LCD display the packs are nicely at 46-47V region with cells relatively balanced. No clue why Deye misreports the voltage. But the attributes that took it from BMS previously had the right numbers so I used those in all my automations and code.
Reproduction Steps
I guess install a prior version and upgrade.
Log
Not relevant
Version
24.12.14
Home Assistant Version
2024.12.3
The text was updated successfully, but these errors were encountered:
I have had a similar problem since the last update. I have read out the registers from address 10032, where the data of the individual battery packs are located. Unfortunately, this no longer works. I have extended ayml file, here as an example
` - name: "Battery 1 Cycle number"
class: "battery"
state_class: "measurement"
uom: " "
scale: 1
rule: 1
registers: [0x2748]
icon: "mdi:battery"
Description
I was running 24.11.02 (I think, can't remember that preciselyl). Then discovered yesterday that out of the blue solarman has a huge amount of updates and decided to update all the way to 24.12.14.
However after restarting HA I discovered, that a crucial data attribute is no longer available. I have Deye SG04LP3 and the battery voltage tends to be reported wrong after the discharge ends. So I was using the attributes from sensor.inverter_battery that had the BMS current and BMS voltage. However those are no longer available. Now it contains only the nominal voltage and max cycle count that seem to be given in the configuration.
When did they disappear and how can I get the actual BMS values now?
Why I need it is that I have the battery charging set to be between 47V and 58.5V. When it discharges down to 47V it nicely stops discharge and settles in the BMS. However the sensor.inverter_battery_voltage seems to drop relatively fast to somewhere around 36V. However if I go to the inverter and check the battery BMS information from the battery LCD display the packs are nicely at 46-47V region with cells relatively balanced. No clue why Deye misreports the voltage. But the attributes that took it from BMS previously had the right numbers so I used those in all my automations and code.
Reproduction Steps
I guess install a prior version and upgrade.
Log
Not relevant
Version
24.12.14
Home Assistant Version
2024.12.3
The text was updated successfully, but these errors were encountered: