Shelly 2PM cover position

I have lots of Shelly devices to control and automate all our roller shutters, a mix of Shelly 2.5 and Shelly 2PM. I recalibrated on roller shutter and all seems to work except I don have the “position” option in my automations? I can see the position in normal use but not as an option when setting up an automation like I have for my other shutters

cover.set_cover_position should work.

This works for me:

action: cover.set_cover_position
target:
  entity_id: cover.shutter_room
data:
  position: 70

I will try that but why would this not available in the visual editor?

Maybe you’re looking in the wrong place? Just type in cover in your automation actions and you’ll see it.

Nope, something is not right. The automation only works for what is available in the visual editor, like close and open. The position is available in the Shelly app but in HomeAssistant?


Found it! Works after reload integration

I think you should mark @ShadowFist’s post as the solution, not your own!