Good afternoon!
I have an item with values from 0 to 1023 items. I add a slider widget and bind it to this item. You can make the slider value be a percentage from 0 to 100%, i.e. conversion from 0 - 1023 points to 0 - 100%.?
This cannot be done with the slider. There is no ability for the slider to perform transformations on the connection to the item.
If you want to do this, you’ll need to apply incoming and outgoing transforms on the link between the item and the channel it is linked to. Then your item state will always be percent even though the information gong to the device will be 0 - 1023.
use a dimmer item and then you should be able to use a slider with the dimmer item
1 Like
I use Sitemap, there are no Demmers in it.
Dimmer is an item type like number, date, switch, etc
That’s independent of sitemap and will work with it
Thanks! It works as I wanted.