You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sofax Solar: Setting energy storage mode and pressing button passive_update_battery_charge_discharing getting "No response received after 3 retries"
#852
I having an automation to switch energy storage mode to passive or self use depending if one of my wallboxes charges our cars or not. We want to prevent discharging battery during charging our cars.
but changing the storage mode seems not working and we get an error "No response received after 3 retries".
What is wrong ? Updated to latest version on HA.
alias: Wallbox ohne Batterie laden
description: ""
trigger:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I having an automation to switch energy storage mode to passive or self use depending if one of my wallboxes charges our cars or not. We want to prevent discharging battery during charging our cars.
but changing the storage mode seems not working and we get an error "No response received after 3 retries".
What is wrong ? Updated to latest version on HA.
alias: Wallbox ohne Batterie laden
description: ""
trigger:
hours: ""
minutes: ""
seconds: "0"
condition: []
action:
conditions:
entity_id: sensor.wallbox_portal_charging_power
above: 3
entity_id: sensor.wallbox_portal_charging_power_2
above: 3
then:
entity_id: select.sofar_lse3_energy_storage_mode
state: Self Use
then:
target:
entity_id: select.sofar_lse3_energy_storage_mode
data:
option: Passive Mode
metadata: {}
data:
value: "10000"
target:
entity_id: number.sofar_lse3_passive_maximum_battery_power
metadata: {}
data: {}
target:
entity_id: button.sofar_lse3_passive_update_battery_charge_discharge
else:
entity_id: select.sofar_lse3_energy_storage_mode
state: Passive Mode
then:
target:
entity_id: select.sofar_lse3_energy_storage_mode
data:
option: Self Use
metadata: {}
data: {}
target:
entity_id: button.sofar_lse3_passive_update_battery_charge_discharge
mode: single
Beta Was this translation helpful? Give feedback.
All reactions