-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Control the system (actually set battery charge level dynamically) #376
Comments
I would also appreciate this feature, since the internal SoC feature of the RCT devices is not as flexible as I would want it to be. It would be sufficient to change the "non-island" Target SoC, which is available in the app through the installer menu. Happy to serve as a beta-tester for the feature... I have 2 PowerStorage DC 10.0 in Master/Slave Mode |
+1 to this, even it would mean that the devs have to implement the write function (which they do not want to, for obvious reasons). But having just battery soc manipulation as write would benefit me a lot as well |
This would be a huge benefit. Specially if you want to charge an EV and "hold" the SoC of the battery, instead of having to wait for the battery to be fully charged. |
@philoxio, this exactly my case of application! |
I agree, being able to control the SoC Target and maybe max SoC would be awesome. |
|
Thanks a lot for this proposal! But I'm confused a little bit, because I've limited maximum SOC to 80% (with strategy "constant") at the moment and I guess, the proper method is My general goal is to set maximum SOC limit manually by input number from Homeassistant. Maybe you advice some help! Greetings, Heiko |
Hmm, strange. Meanwhile, I've SET Any advice / hint for me? |
Unfortunately there is no documentation. We have to find out for ourselves how the settings work. @heikone You don't need to flash! |
The first one is helpful, I think. |
My script is more than 6 months old. But I don't use it due to lack of time. @heikone Please use heiphoss instand of installer for the android app! But be careful! Here you can test your settings better! |
Once we have figured out how this all works, we could write a wrapper that provides the functions such as charging from the grid for Tibber, changing the SOC, etc. via an HTTP API. This is what RCT Power should have done. |
Hi, meanwhile I've tested to change 'power_mng.soc_max' by adding this to your script in the same way 'power_mng.soc_min' was already available. I agree, this could be the basis for any other solution. Just changing the maximum SOC seems to be of limited and acceptable risk for me at the moment. We should remember, that writing settings is not recommended by the rctclient documentation ... When I can find time during my vacation, I will propose a solution for adjusting maximum SOC from input number of Homeassistant. Greetings, Heiko |
Ok, please use rctpower_writesupport for your updates! |
Hello together,
just a thing, that came to my mind:
Is there a possibility to change the charge level of the battery beside setting it in the RCT app?
My goal would be to control the charge level dynamically from Homeassistant.
I believe this is an enhancement and maybe somebody give any hint how to manage this.
Greetings,
Heiko
The text was updated successfully, but these errors were encountered: