So I have some Zwave BALI shades that I am using, on these shades position 100 is fully closed / rolled up, and position 0 is fully unrolled / open. The issue is that fully unrolled is too far, and I really need the open position to be set to 30 rather than 0. I have scenes set for open / closed but I want to use a slider, and when I set the slider, its not working right since if i set it to “closed” then the blind has actually unrolled too far.
I don’t have that particular setup, but maybe defining “30” where “0” is might fix?
set_cover_position:
name: Set position
description: Move to specific position all or specified cover.
target:
entity:
domain: cover
fields:
position:
name: Position
description: Position of the cover
required: true
selector:
number:
min: 0
max: 100
unit_of_measurement: "%"
I’m trying to create a cover template to solve two issues with my cover. The first is that I need to flip the up and down positions. The second is that the closed position should be 11% instead o 0%. This is the template I have in my covers.yaml