I believe I’ve taken all of the steps, but am not getting a valid return. One notable difference is your paperui state vs mine.
This is my 2carDoor.items file contents:
Switch 2car_Grg_Pwr "2-Car Door Power" <poweroutlet> (Garage, gPower) {channel="zwave:device:01FFFFFF-FFFF-FFFF-FFFF-160118150928:node5:switch_binary1"}
Switch 2car_Grg_Lts "2-Car Lights" <light> (Garage, gPower) {channel="zwave:device:01FFFFFF-FFFF-FFFF-FFFF-160118150928:node5:switch_binary2"}
Switch 2car_Grg_Dr "2-Car Garage Door [MAP(garagedoor.map):%s]" <garagedoor> (gGarageDoor,gSleep_Security)
Number 2car_Grg_Dr_Psn "2-Car Garage Door Position [MAP(garagedoor.map):%s]" <garagedoor> (gGarageDoor,gSleep_Security) {channel="zwave:device:01FFFFFF-FFFF-FFFF-FFFF-160118150928:node6:barrier_state"}
This is my default.sitemap:
sitemap default label="AH Home" {
Frame {
Text label="2-Car Garage" icon="house" {
Default item=2car_Grg_Pwr
Default item=2car_Grg_Lts
Switch item=2car_Grg_Dr
Text item=2car_Grg_Dr_Psn
}
}
}
And this is my garagedoor.map:
0=CLOSED
ON=CLOSED
252=CLOSING
253=STOPPED
254=OPENING
255=OPEN
OFF=OPEN
-=Unknown
NULL=Unknown
Thanks for your help.