Hi there,
I have a freshly installed PV system with a home battery storage.
I would like to setup the automation, that will interrupt discharging of energy from the battery for the night when I have a cheap tariff but I don’t want to charge the battery either during that time.
I need to set a value for number.goodwe_depth_of_discharge_on_grid
at a certain time in a day that will be equal to a following formula:
number.goodwe_depth_of_discharge_on_grid
= (100 - sensor.battery_state_of_charge
)
I know it must be easy, I am just new to this
Thanks a lot for any help!