RobDYI
August 17, 2017, 2:50pm
2
You could do that with an input slider like here. I use input slider as a timers so something similar could be used to determine position based on time
I’ve got a motorized sunshade on my porch connected to a Qubino Flush Shutter z-wave module and I would like to be able to see the position of the shade in the HASS UI using a slider. I’ve got three buttons to control the shade (up/stop/down):
[image]
and if I click on the entity I see a slider just like the one I want:
[image]
The bottom slider shows the current shade position and can also control it, by changing the slider position the shade moves.
Can I show this slider in the main UI w…
I wanted to have a timer that I could easily read and adjust on the front end. I decided to use an input slider and adjust its value with automation based on time. I created a input slider from 0 to 100 and displayed it on the front end. This automation advances the input slider from 1 to 100 in 17 minutes. I use automation to reset the input slider or trigger the action I want as in the kitchen light motion sensor example.
automation timer_pos:
trigger:
platform: time
seconds: …
1 Like