@Marcelbolhuis wrote:
Got HA installed oke, and I can find my zigbee and zwave devices. But RFX switches are found, but I can’t start an automation with it because there is no device ID. I try to solve it with the entity_ID, but that doesn’t work. Anyone got some tips how I can get this thing working?
The nicest thing would be when I can select it from the devices just as the Zwave and Zigbee switches, but guess that that is not possible.
I tried the script below, but not working (error message while starting up)
'automation:
- alias: Tuinverlichten
trigger:- device_id: 005f8e482a6f4cc8961f400989d41647
domain: switch
entity_id: switch.fibaro_system_fgs221_double_relay_switch_2x1_5kw_switch_2
platform: device
type: turned_on
action:
- service: switch.turn_on
entity_id: switch.rfxbuiten’
Posts: 2
Participants: 2