Initial commit
This commit is contained in:
18
automations/speicher_manuell_laden.yaml
Normal file
18
automations/speicher_manuell_laden.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
alias: "Automation: Speicher manuell laden"
|
||||
description: ""
|
||||
triggers:
|
||||
- trigger: time_pattern
|
||||
seconds: /30
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.goodwe_manual_control
|
||||
state: "on"
|
||||
actions:
|
||||
- action: pyscript.ess_set_power
|
||||
metadata: {}
|
||||
data:
|
||||
hub: openEMS
|
||||
slave: 1
|
||||
power_w: "{{ states('input_number.charge_power_battery') | float(0) }}"
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user