Update: Battery Optimizer v3.4.0 mit allen Fixes und Features
This commit is contained in:
19
automations/manuelle_speicherbeladung_aktivieren.yaml
Normal file
19
automations/manuelle_speicherbeladung_aktivieren.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
alias: "Switch: Manuelle Speicherbeladung aktivieren"
|
||||
description: ""
|
||||
triggers:
|
||||
- trigger: state
|
||||
entity_id:
|
||||
- input_boolean.goodwe_manual_control
|
||||
from: "off"
|
||||
to: "on"
|
||||
conditions: []
|
||||
actions:
|
||||
- action: rest_command.set_ess_remote_mode
|
||||
data: {}
|
||||
- action: automation.turn_on
|
||||
metadata: {}
|
||||
data: {}
|
||||
target:
|
||||
entity_id: automation.automation_speicher_manuell_laden
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user