My first Door Sensor

Hi, I have encountered a problem and hope you can help me. Thank you very much!
I also used Aeon Labs z-stick gen5 z-wave controller and a door sensor. In terminal I can see Node 2 sensor reporting 0 or 255 ad the door sensor is tripped. But in the demo site I see “Front Door” don’t indicate if the door is open or closed. Below is Dwhat I put in demo.items:

Contact Door "Front Door [%s]" (FF_office) {zwave="2:command=sensor_binary,sensor_type=10,respond_to_basic=true"}

Thanks again!

Sincerely,
Shihao

You will probably have to use a Number item instead of a Contact for that device. Clearly the Contact Item doesn’t know how to convert 255 to OPEN.

I tried and failed. Do you think it’s my sensor’s problem?

Hi, finally after struggling for hours I solved it! Just remove sensor_type parameter. I don’t know why. Maybe caused by my sensor! Thank you again!

No - a contact should work.

Please provide a debug log showing what is actually being received and logged.