I use the Hue Dimmer with Deconz in my setup. I want use it for controlling the Blinds from Ikea.
The action (Kitchen Button 2) for opening the cover is working. But the stop_cover service from https://www.home-assistant.io/integrations/cover/ is not working for the Button. What is my mistake? Should I go with a script solution? Can anybody help me, many thanks.
- id: '2335944752311'
alias: 'Kitchen Button 1 Long'
initial_state: 'on'
trigger:
- platform: event
event_type: deconz_event
event_data:
id: kuche
event: 1001
action:
- service: cover.stop_cover
data:
entity_id:
- cover.tradfri_blind
- id: '2335944752312'
alias: 'Kitchen Button 2'
initial_state: 'on'
trigger:
- platform: event
event_type: deconz_event
event_data:
id: kuche
event: 2002
action:
- service: cover.set_cover_position
data:
entity_id: cover.tradfri_blind
position: 100