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?
Found it! Works after reload integration
I think you should mark @ShadowFist’s post as the solution, not your own!


