Skip to content

GoodWe GW5048D-ES - set Eco mode power according to battery level #290

Answered by nzkiwi68
nzkiwi68 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  1. At time 01:59am set the battery charge power %
  2. At time 02:00am - Change GoodWe Inverter Operation mode to eco_charge
  3. At time 07:00am - Change GoodWe Inverter Operation mode to general
alias: GoodWe 01:59am set battery charge power %
description: ""
trigger:
  - platform: time
    at: "01:59:00"
condition: []
action:
  - service: number.set_value
    data:
      value: >-
        {% if (states('sensor.battery_state_of_charge') >= '90') %} 20 {% elif
        (states('sensor.batter…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nzkiwi68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant