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