-
Notifications
You must be signed in to change notification settings - Fork 28
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
Button to start Manual Loading Process #49
Comments
I think a better approach would be to just add functionality to call the That said, currently there is no exposed function for doing either the max charging or an adjustable charge. The implementation is not really straight forward but if time permits I may have a look at it over the next weeks or so. |
That would be awesome!
I am using this nodeRed script to load the battery from grid. |
If you want to charge or discharge a sonnen battery using node red you can use an http request node. Something like this to discharge: Or this to switch to automatic self consumption mode: Or this to switch to manual mode: |
Thanks for your help. |
Have a look here |
Yes, you can do the same thing in Home Assistant using RESTful Command or you can simply use the node red home assistant contrib nodes to pass values from HA into node red. This config is native if node red is implemented as a HA add-on as would be the case if you have implemented home assistant using HAOS or supervised (install methods). I use EMHASS to calculate an energy plan every 60 second and apply the forecast battery SoC to my sonnen battery. I've documented my set up here. You'll find my full node red configuration there in JSON format. I use a wholesale market energy supplier so my supply tariff and feed-in tariff change constantly inline with the national energy market in Australia and I also manage deferrable loads in the house like pool pump and EV charging using the same system. |
Hey,
would it be possible to integrate a Radio Button to start a manual loading process? With maximum power.
And when disabling going back to self consumption?
That would be really great!
The text was updated successfully, but these errors were encountered: