-
I'm lucky boy and my power company has a free power period daily! I'm loving the ability to switch the GoodWe ES to "Eco Charge mode" and then back to "General mode" with a simple HA time of day automation. I wrote a function in Node-RED to set the ES charger power based on the battery state level. I have listed my simple function below.
Any great ideas? My function in Node-RED (to get the idea) - I have 18 kWh storage // Sanity check msg.payload and exit if not a number // Sanity check msg.payload and exit if not a valid value // Calculate new Hybrid inverter Charger value based on battery charge state |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I did it! Here's my UI automation that sets the "Eco Mode power" to a percentage based on the battery level state. So I have 3 UI automations:
|
Beta Was this translation helpful? Give feedback.
I did it!
Here's my UI automation that sets the "Eco Mode power" to a percentage based on the battery level state.
I had to edit in YAML mode the 01:59 set the battery charge power...
So I have 3 UI automations: