Fingerprint on zwave sensor

HI
Ive been converting my house with edge almost done , i have installed the cli and replace some fiingerprint with succes with the zwave switch driver and garage door driver .
But with the driver for zwave sensor nothing work , i can pair the sensor , but they all dont work , no data show in the app , i have tried many time pair again , reboot hub .
I have tried with , gocontrol door sensor , gocontrol motion sensor , neo coolcam motion sensor ,fibaro waterleak sensor fgfs-101 , also same problem with the driver for zwave smoke that i replace the fingerprint ,first alert smoke and co, but this one in the app it doesnt show anything,

Also strange that they are all battery operate , all switch that i replace the fingerprint is working ok ,

Something that i miss maybe. ?

Hi, @Sylvain.

Have you checked the Hub logs when you pair those devices?
Generally, when a device is paired but is not reporting any values to the capabilities, it means the joining process was incomplete or there was an error during the configuration.

1 Like

HI @nayelyz
I Have start from scratch and now they all show some data , but they are stuck there.

I ve got the neo cool cam motion sensor working , by the way the smartthing beta driver for zwave switch have an error in a fingerprint , my neo coolcam motion sensor when pair was detec has a neo cool cam plug.I found the error .that in the st beta driver …

  • id: 0258/0003
    deviceLabel: NEO Coolcam Outlet
    manufacturerId: 0x0258
    productType: 0x0003
    Its MIssing the product id , my neocool cam motion sensor is , mfr:0258 prod:0003 model:0083 .
    Something strange with the log of the door sensor , like if it searching for a motion sensor …

021-12-10T20:46:20.048272917+00:00 INFO Z-Wave Sensor <ZwaveDevice: c05e6700-c3a2-438c-b7d7-47722a0c6a4f [C8] (Gocontrol Door Sensor)> received Z-Wave command: {args={value=255}, cmd_class=“BASIC”, cmd_id=“SET”, dst_channels={}, encap=“NONE”, payload="\xFF", src_channel=0, version=1}
2021-12-10T20:46:20.057980876+00:00 DEBUG Z-Wave Sensor Gocontrol Door Sensor device thread event handled
2021-12-10T20:46:20.060973167+00:00 TRACE Z-Wave Sensor Received event with handler unnamed
2021-12-10T20:46:20.072701917+00:00 INFO Z-Wave Sensor <ZwaveDevice: c05e6700-c3a2-438c-b7d7-47722a0c6a4f [C8] (Gocontrol Door Sensor)> received Z-Wave command: {args={alarm_level=255, alarm_type=7, event=“INTRUSION”, event_parameter="", notification_status=“ON”, notification_type=“HOME_SECURITY”, v1_alarm_level=255, v1_alarm_type=7, z_wave_alarm_event=“INTRUSION”, z_wave_alarm_status=“ON”, z_wave_alarm_type=“BURGLAR”, zensor_net_source_node_id=0}, cmd_class=“NOTIFICATION”, cmd_id=“REPORT”, dst_channels={}, encap=“NONE”, payload="\x07\xFF\x00\xFF\x07\x02\x00\x00", src_channel=0, version=3}
2021-12-10T20:46:20.109297042+00:00 TRACE Z-Wave Sensor Found ZwaveDispatcher handler in zwave_sensor
2021-12-10T20:46:20.117426917+00:00 TRACE Z-Wave Sensor Found ZwaveDispatcher handler in zwave_sensor
2021-12-10T20:46:20.129977834+00:00 INFO Z-Wave Sensor <ZwaveDevice: c05e6700-c3a2-438c-b7d7-47722a0c6a4f [C8] (Gocontrol Door Sensor)> emitting event: {“state”:{“value”:“open”},“component_id”:“main”,“attribute_id”:“contact”,“capability_id”:“contactSensor”}
2021-12-10T20:46:20.148323334+00:00 TRACE Z-Wave Sensor Found ZwaveDispatcher handler in zwave_sensor
2021-12-10T20:46:20.151555751+00:00 WARN Z-Wave Sensor Attempted to generate event for c05e6700-c3a2-438c-b7d7-47722a0c6a4f.main but it does not support capability Motion Sensor
2021-12-10T20:46:20.158005459+00:00 TRACE Z-Wave Sensor Found ZwaveDispatcher handler in zwave_sensor
2021-12-10T20:46:20.161307626+00:00 TRACE Z-Wave Sensor Found ZwaveDispatcher handler in zwave_sensor
2021-12-10T20:46:20.171523667+00:00 TRACE Z-Wave Sensor Found ZwaveDispatcher handler in zwave_sensor
2021-12-10T20:46:20.178343876+00:00 DEBUG Z-Wave Sensor Gocontrol Door Sensor device thread event handled

I also have gocontrol motion sensor and fibaro water leak its seem almost the same problem
Thanks Sylvain

So, it is not updated with the new values?
I see that you receive a report on this part for the contactSensor capability:

Are you referring to these fingerprints?

The released drivers are based on the stock DTH, in this case, I found the only certified motion devices of the NEO Coolcam are the ones included here:

If you want to integrate that device model, you can download the driver, add the corresponding fingerprint and install it.

Do you mean they’re not showing the data or reporting the new values to the driver or that they’re not included in the default fingerprints of the ST driver?