-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Min. Charge/Discharge Limit #74
Comments
Thank you for the quick reply. The power limit values mentioned in your screenshot set the maximum charge/discharge power. The value reported by ems/discharge_start/power is a minimum value. Charging as well as discharging only takes place if the charging/discharging power is above this value. I believe the standard value is 65 W and it is meant to save the battery or other electronic units from switching from charge to discharge and vice versa too often. I would be glad to be able to set that value as mentioned in my opening post. Best regards |
Okay, sorry, I didn't read that correctly. I have already adapted the tool and it works. |
At the speed of light - thank you, I really appreciate it! Best regards |
Release v3.25 is available. |
Hi there,
I noticed that in RSCPgui it is possible to change the min. charge/discharge limit. It seems to control the minimum power for the battery to be discharged or charged with. Since 2.2 kW is the minimum recommended charge power for the S10E (I remember the value, but not where I read it) I would be glad to be able to control that value. Would be valuable on sunny days with occasional clouds passing by resulting in fluctuations of the solar power.
rscp2mqtt provides the mqtt topic ems/discharge_start/power, but it does not provide the corresponding set/discharge_start_power topic to change this value.
Would be great if it could be implemented.
Best regards
The text was updated successfully, but these errors were encountered: