Hallo,
Ich stolpere wieder mal über eine einfache Automatisierung.
Ein Shelly 1PM Ge. 3 dient als Ladegetätsteuetung und soll, wenn das Handy voll ist, abschalten. Ich habe sazu eine Leistung unter 2 Watt angegeben.
Code: Alles auswählen
alias: Handylader aus
description: ""
trigger:
- type: power
platform: device
device_id: 0e82a8cabff4784a5760bcad208706ef
entity_id: 3d258dc4bdceb934840c57bc41ce535c
domain: sensor
below: 3
for:
hours: 0
minutes: 0
seconds: 45
condition: []
action:
- type: turn_off
device_id: 0e82a8cabff4784a5760bcad208706ef
entity_id: 0c0dd23d751d510c048c080b8158b14a
domain: switch
mode: single
Was verstehe ich an Automatisierungen nicht? Eine vergleichbare Automatisierung mit einem anderen Gerät funktioniert aber.
Code: Alles auswählen
alias: HLG ausschalten
description: ""
trigger:
- type: power
platform: device
device_id: 81796be8c9754d9d03526be25d898a3c
entity_id: 9a7aebab17e1abd4d0144aab9e0b3c4d
domain: sensor
below: 2
for:
hours: 0
minutes: 0
seconds: 45
condition: []
action:
- type: turn_off
device_id: 81796be8c9754d9d03526be25d898a3c
entity_id: 89a85256c35c7b58e14c71c443ecaf1a
domain: switch
mode: single
Gruß, Andreas