Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106906

Shelly 2.5 roller shutter pause/stop automatisation

$
0
0

Hello.

I use an Shelly 2.5 for my roller-shutter.

It is possible to control up, down and stop/pause over the UI:
Bildschirmfoto_2022-04-18_16-42-39

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

Read full topic


Viewing all articles
Browse latest Browse all 106906

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>