Hello.
I use an Shelly 2.5 for my roller-shutter.
It is possible to control up, down and stop/pause over the UI:
But when i try to automate the control with webhooks, i cant trigger the pause/stop command.
In the Actions i can only set the “position” from 0 - 100 or uncheck the range-slider. Nothing worked to get the running roller shutter stopped.
my config:
- id: '1650289690408'
alias: Rollo Runter
description: 'Down!'
trigger:
- platform: webhook
webhook_id: rollo-close-111
condition: []
action:
- device_id: AAAAA
domain: cover
entity_id: cover.shelly_123
type: set_position
position: 0
mode: single
- id: '1650289847861'
alias: Rollo Hoch
description: 'Up!'
trigger:
- platform: webhook
webhook_id: rollo-up-111
condition: []
action:
- device_id: AAAAA
domain: cover
entity_id: cover.shelly_123
type: set_position
position: 88
mode: single
- id: '1650289817193'
alias: Rollo Stop
description: 'Stop the shutter on current position'
trigger:
- platform: webhook
webhook_id: rollo-stop-111
condition: []
action:
- device_id: AAAAA
domain: cover
entity_id: cover.shelly_123
type: set_position
mode: single
Maybe there is an “type” beside “set_position” to stop the currently moving action?
1 post - 1 participant