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
Currently we have solax unit set to charge to 50% between 12:30 and 4:30 (cheap rate electric) the inverter keeps charging and then discharging over and over. it also resets its self and runs through a start up test.
The text was updated successfully, but these errors were encountered:
Can you please uncomment the debug lines in Outputs/SolaxBatteryControl.py: dischargeAt(), and also add to the debug the value of inverter['Battery Capacity'] and period['min-charge']?
Between this and the other issue you reported, it sounds like the reported battery capacity fluctuates a bit (perhaps due to temperature?), and you may need some hysteresis added.
A typical overnight operation for me looks like a charge/discharge until the min-limit is hit, followed by occasion pulls from the grid when the self-discharge pulls the battery below the minimum requested and it needs to top up.
I have tried to recreate the problem but I cannot even with turn off the solar. here is a screenshot from Emon PI. I dont think temperature is a problem as they are inside where its warm. I think it because when they hit 10% they have had a large load on them and they recover very slightly
Currently we have solax unit set to charge to 50% between 12:30 and 4:30 (cheap rate electric) the inverter keeps charging and then discharging over and over. it also resets its self and runs through a start up test.
The text was updated successfully, but these errors were encountered: