Ecolink Tilt Sensor Setup

I must be missing something really basic here. Trying to add an Ecolink Tilt Sensor to my garage door with my VeraLite UI7. Paired up as generic Zwave device, no problem, but the device is being treated as a motion detect device. There’s an Arm/Disarm switch on the control panel, and when I tilt the sensor, I see a change state event occurring. Saw the suggestion to pair as an Ecolink window sensor, but that didn’t help.

I just want to know open/close state, and to be able to trigger a notification when either occur. Any suggestions?

OK - thanks to @rafale77 I have things mostly working.

Advanced/params
Change subcategory_num from 3 to 1
Change device_file to D_DoorSensor1.xml
Change device_json to D_DoorSensor1.json

Do the following under the Variables Tab:
Change NodeInfo by adding “20” so it should look like this: 20,30,70,71,72,80,84,85,86,
To change to the polling state Vs change state capabilities need to be changed to
83,156,0,4,32,1,R,B,RS,|32,48:1,112,113:2,114,128,132:2,133,134,
Basically adding the 32 after the column.

This fixes the icon to a door and allows scenes to be created. There’s still the Arm/Disarm switch to deal with, but I can live with that.