@Johan_Wikstrom
As a long-time deconz user I would recommand it everyone.
- id: '1540672351076'
alias: D - Ikea dim down
trigger:
- entity_id: sensor.slaapkamer
platform: state
to: '3002'
condition: []
action:
- data_template:
brightness: '{% set bri = states.light.g_woonkamer.attributes.brightness | int
%} {{ [bri-50, 0] | max }}
'
entity_id: light.g_woonkamer
service: light.turn_on
The remotes generate 3002,3003,3004,3005 events you can use to do whatever you want.