Monoprice Tilt Sensor

Anyone find a working driver for the Monoprice tilt sensor?

It will get picked up as a Vision Door/Windows Sensor (which it is) and use the generic Z-Wave sensor driver for Edge.

Yes it did and no long operates correctly.

I had to dig around a bit to find the pair I had lying around, pair them, and check their behavior and the driver logs from the CLI. Something does appear off.

I’m no expert at reading these logs, but it does appear to be emitting “open” and closed" events simultaneously when the sensor is tilted open, and the routines I associated with these events executed inconsistently at best. Also, the Tamper Alert alarm appears to be stuck ON. Is that similar to what you’re seeing?

However, I only know enough about all this to be dangerous, so I’m going to post the logs and tag @nayelyz and @Mariano_Colmenarejo as they’re far more knowledgeable with stuff than I’ll ever be.

2022-12-01T16:33:28.185314645+00:00 INFO Z-Wave Sensor  <ZwaveDevice: d84531ed-ca7c-4fe6-bf06-01837a8bc154 [5F] (Vision Door/Window Sensor)> received Z-Wave command: {args={value=0}, cmd_class="BASIC", cmd_id="SET", dst_channels={}, encap="NONE", payload="\x00", src_channel=0, version=1}
2022-12-01T16:33:28.189944853+00:00 TRACE Z-Wave Sensor  Received event with handler unnamed
2022-12-01T16:33:28.261275145+00:00 INFO Z-Wave Sensor  <ZwaveDevice: d84531ed-ca7c-4fe6-bf06-01837a8bc154 [5F] (Vision Door/Window Sensor)> received Z-Wave command: {args={alarm_level=0, alarm_type=7, event="INTRUSION", event_parameter="", notification_status="ON", notification_type="HOME_SECURITY", v1_alarm_level=0, 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\x00\x00\xFF\x07\x02\x00\x00", src_channel=0, version=3}
2022-12-01T16:33:28.268267228+00:00 TRACE Z-Wave Sensor  Found ZwaveDispatcher handler in zwave_sensor
2022-12-01T16:33:28.271999478+00:00 INFO Z-Wave Sensor  <ZwaveDevice: d84531ed-ca7c-4fe6-bf06-01837a8bc154 [5F] (Vision Door/Window Sensor)> emitting event: {"attribute_id":"contact","capability_id":"contactSensor","component_id":"main","state":{"value":"closed"}}
2022-12-01T16:33:28.285128603+00:00 DEBUG Z-Wave Sensor  Vision Door/Window Sensor device thread event handled
2022-12-01T16:33:28.295133603+00:00 TRACE Z-Wave Sensor  Found ZwaveDispatcher handler in zwave_sensor
2022-12-01T16:33:28.298500061+00:00 TRACE Z-Wave Sensor  Found ZwaveDispatcher handler in zwave_sensor
2022-12-01T16:33:28.302129353+00:00 INFO Z-Wave Sensor  <ZwaveDevice: d84531ed-ca7c-4fe6-bf06-01837a8bc154 [5F] (Vision Door/Window Sensor)> emitting event: {"attribute_id":"contact","capability_id":"contactSensor","component_id":"main","state":{"value":"open"}}
2022-12-01T16:33:28.314991603+00:00 TRACE Z-Wave Sensor  Found ZwaveDispatcher handler in zwave_sensor
2022-12-01T16:33:28.318629895+00:00 WARN Z-Wave Sensor  Attempted to generate event for d84531ed-ca7c-4fe6-bf06-01837a8bc154.main but it does not support capability Motion Sensor
2022-12-01T16:33:28.322369186+00:00 TRACE Z-Wave Sensor  Found ZwaveDispatcher handler in zwave_sensor
2022-12-01T16:33:28.325636978+00:00 TRACE Z-Wave Sensor  Found ZwaveDispatcher handler in zwave_sensor
2022-12-01T16:33:28.329055020+00:00 TRACE Z-Wave Sensor  Found ZwaveDispatcher handler in zwave_sensor
2022-12-01T16:33:28.332675103+00:00 TRACE Z-Wave Sensor  Found ZwaveDispatcher handler in zwave_sensor
2022-12-01T16:33:28.336050561+00:00 TRACE Z-Wave Sensor  Found ZwaveDispatcher handler in zwave_sensor
2022-12-01T16:33:28.339624645+00:00 DEBUG Z-Wave Sensor  Vision Door/Window Sensor device thread event handled

This is the behavior I am seeing as well.

Thanks

Chris