I followed your instruction. Now the door works.
// items. I removed the [(garagedoor.map):%s]" from the Switch, as it shows as On and Off, ON is closed, confusing to me. So I put mapping at sitemaps.
Switch Garage_Dr “Garage Door”
Number Garage_Dr_Position “Garage Door Position[MAP(garagedoor.map):%s]” {channel=“zwave:device:5a8b5492:node25:barrier_state”}
//the exact same rule.
//sitemap, But this position shows as “0, 254, 255”
Frame label=“Garage Door” {
Switch item=Garage_Dr label=“Garage Door” mappings=[ON=“Closed”, OFF=“Open”]
Text item=Garage_Dr_Position label=“Current Position[MAP(garagedoor.map):%s]”}
How to show the position as your garagedoor.map? Can we use Rollershutter as the item?
