Hi guys. I’m new to Home Assistant. Coming from OpenHAB.
I have an LK IHC house, also called Elko in other countries.
I have 3 Zigbee dimmers. Controlled by outputs of the IHC installation, and also in Lovelace from the zigbee entities(which allows me to see if the dimmer is on or off, and at what percantage. Gotta love HA).
But I use “Turn everything off” in the IHC, when we arm the alarm system. For this to work with the Zigbee dimmers, and the IHC not knowing if the dimmers are on or off, It should be easy to do in HA, but all attempts has failed so far.
This is what I made in Automations. If I press run, it works fine - Turns off all 3 Zigbee dimmers. But I can’t get it to follow an entity (which is just a fake output on the IHC)
I cant get it to follow any entity, either the fake one or some of the real ones.
From google’ing Im pretty sure I’m doing something wrong, but I cannot figure out what.
- id: ‘1639954732954’
alias: Sluk Dæmpere
description: ‘’
trigger:
- platform: state
entity_id: light.stue_68187
condition: []
action:- service: light.turn_off
target:
entity_id:
- light.0x84fd27fffe72cac3
- light.0x804b50fffeb943a5
- light.0xb4e3f9fffeae9afc
mode: single