also I made some changes in the css style , but it’s never look the same when using the builtin slider widget
also the options like ‘showTicks’ is not working in my template
I have the exact same issue. I’ve tried different ways of defining the slider in the code to make it vertical, but it won’t work. I tried the ecobee widget to check the code and the behaviour, and same thing, it doesn’t work for me either.
I’m working on the openHAB 2.1.0 - release build. I don’t know if there can be a bug in this version or if I’m doing something wrong…
I face the same issue w/o changing css properties: I am not able to create a template with a vertical slider. The slider’s height is not changeable, and pressing on it removes the slider and shows the handle only.
Im setting this up as a volume for my stereo, its a Dimmer item type.
I have this working but see odd things in the console log. It changes, but then it changes back to its original value before changing to its correct value?
This does not happen on Dimmer lights.
Does anyone know why this occurs?
12:22:51.937 [INFO ] [smarthome.event.ItemCommandEvent ] - Item 'Zone_1_Volume' received command 30
12:22:51.938 [INFO ] [arthome.event.ItemStatePredictedEvent] - Zone_1_Volume predicted to become 30
12:22:51.938 [INFO ] [smarthome.event.ItemStateChangedEvent] - Zone_1_Volume changed from 10 to 30
12:22:51.955 [INFO ] [smarthome.event.ItemStateChangedEvent] - Zone_1_Volume changed from 30 to 10