Hier die Automation.
Leider schaltet sie nicht laut Trace.
alias: KI 24 Modus Solarbank 2 AN/AUS nach Preis 0,xx cent
description: ""
triggers:
- trigger: numeric_state
entity_id:
- sensor.tibber_prices
above: 0.4
id: Tibber > 0,40 cent
for:
hours: 0
minutes: 0
seconds: 1
- trigger: numeric_state
entity_id:
- sensor.tibber_prices
below: 0.4
id: Tibber < 0,40 cent
for:
hours: 0
minutes: 0
seconds: 1
conditions:
- condition: state
entity_id: input_boolean.ki_komplett
state: "off"
- condition: state
entity_id: input_boolean.ai_24_preis_ein
state: "on"
actions:
- if:
- condition: trigger
id:
- Tibber > 0,40 cent
then:
- device_id: 7a593d0e2ba20b365ccbdca0badc82ab
domain: select
entity_id: 9722833a3496139fb8b5298ea8ac0a55
type: select_option
option: smartmeter
- action: notify.whatsapp
metadata: {}
data:
message: AI nach Preis gestartet
- if:
- condition: trigger
id:
- Tibber < 0,40 cent
- condition: state
entity_id: select.ac_benutzermodus
state: smartmeter
then:
- device_id: 7a593d0e2ba20b365ccbdca0badc82ab
domain: select
entity_id: 9722833a3496139fb8b5298ea8ac0a55
type: select_option
option: manual
- action: notify.whatsapp
metadata: {}
data:
message: AI nach Preis beendet
mode: parallel
max: 10