Can't connect IRIS Garage Door Controller to openHABianpi

Thanks Scott,
About that LAMBDA File:
OpenHab2 and Linear NGD00Z-4 Garage Door Controller

  1. where does the “MAP” File go?:
    0=CLOSED
    ON=CLOSED
    252=CLOSING
    253=STOPPED
    254=OPENING
    255=OPEN
    OFF=OPEN
    -=Unknown
    NULL=Unknown

I put the “ITEMS” in /etc/openhab2/items/home.items

and the LAMBDA in /etc/openhab2/rules/home.rules

I made a sitemaps file:
/etc/openhab2/sitemaps/home.sitemaps

sitemap home label="MK-SmartHouse"
{
    Frame label="Demo"
    {
        Switch item=DEMOSW
    }
    Frame label=“Garage Door”
    {
        Switch item=Garage_Door
        Text item=Garage_Door_Position
    }
}

But where does the “MAP” File go?

  1. Also on the “ITEMS” File:
    You have:
{channel="zwave:device:55555:node177:barrier_state"}

Do I need to change the node number to match my device node number from HABmin? Which is 004.
And does the zwave:device:55555 stay the same?

Thanks
Marc