FortrezZ Mimolite and edge drivers

How frequently is very frequently? Per the manual, default should be every 30 seconds which I wouldn’t think would cause much congestion on your mesh. The driver queries the voltage in response to other reports like the contact sensor triggers though (same behavior as the DTH I converted), so you may be seeing more frequent depending on what you’re doing.

Parameter 9 allows the voltage reporting frequency to be adjusted in 10 second increments. It wasn’t exposed in options in the DTH but could be added to the driver. There are a few other parameters listed in the manual - not sure which are actually useful though.

30 seconds generally looks pretty accurate. Really what got me thinking about it is when pulling logs for you above. I had to pull out a lot of voltage readings to get my character limit down. Also, when I look at the events for my location, a ton of them are voltage readings from my MIMOlites (I use a bunch of Zooz ZEN15s that report a lot less frequently). It’s not too big a deal, but just thought I’d bring it up.

@philh30, I may have spoken too soon about the MIMOlite contact closure responses. I noticed overnight that a couple of them returned a state that didn’t match the device’s unchanged state. One of them, turns on all of my interior lights, so it came as a surprise in the middle of the night. Then, I went and looked back and saw another one on one of my other MIMOlites. I’m going to see if I can get you some logs surrounding one of these errors. They are pretty infrequent at this point, so I may need a bit of time to pull them.

@philh30, here is a new log from around the time when one of the contact sensors got off track. Note that I removed most of the voltage outputs to reduce the number of characters.

2023-07-15T15:54:25.130732075+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T15:54:25.131582991+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={precision=0, scale="DIMENSIONLESS", sensor_type="GENERAL_PURPOSE_VALUE", sensor_value=2098, size=2}, cmd_class="SENSOR_MULTILEVEL", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x02\x0A\x08\x32", src_channel=0, version=1}
2023-07-15T15:54:25.140217658+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T15:54:25.142127866+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"voltageMeasurement","attribute_id":"voltage","state":{"unit":"V","value":1.914692102585098},"component_id":"main"}
2023-07-15T15:54:25.162028825+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T15:54:25.168438158+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T15:54:29.294365032+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T15:54:29.295282365+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={value=0}, cmd_class="BASIC", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x00", src_channel=0, version=1}
2023-07-15T15:54:29.307591615+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch
2023-07-15T15:54:29.308023157+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"switch","attribute_id":"switch","state":{"value":"off"},"component_id":"main"}
2023-07-15T15:54:29.315518199+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch
2023-07-15T15:54:29.332973074+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"contactSensor","attribute_id":"contact","state":{"value":"closed"},"component_id":"main"}
2023-07-15T15:54:29.348033949+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T15:54:55.599974067+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T15:54:55.600908942+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={precision=0, scale="DIMENSIONLESS", sensor_type="GENERAL_PURPOSE_VALUE", sensor_value=2098, size=2}, cmd_class="SENSOR_MULTILEVEL", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x02\x0A\x08\x32", src_channel=0, version=1}
2023-07-15T15:54:55.615120609+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T15:54:55.615571526+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"voltageMeasurement","attribute_id":"voltage","state":{"unit":"V","value":1.914692102585098},"component_id":"main"}
2023-07-15T15:54:55.619503817+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T15:54:55.626927192+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T15:55:25.779988201+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T15:55:25.783032201+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={precision=0, scale="DIMENSIONLESS", sensor_type="GENERAL_PURPOSE_VALUE", sensor_value=2098, size=2}, cmd_class="SENSOR_MULTILEVEL", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x02\x0A\x08\x32", src_channel=0, version=1}
2023-07-15T15:55:25.797224909+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T15:55:25.797661451+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"voltageMeasurement","attribute_id":"voltage","state":{"unit":"V","value":1.914692102585098},"component_id":"main"}
2023-07-15T15:55:25.816654284+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T15:55:25.824385992+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T15:55:39.991640989+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T15:55:39.992301447+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={value=0}, cmd_class="BASIC", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x00", src_channel=0, version=1}
2023-07-15T15:55:39.995721322+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch
2023-07-15T15:55:40.001804531+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"switch","attribute_id":"switch","state":{"value":"off"},"component_id":"main"}
2023-07-15T15:55:40.006225197+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch
2023-07-15T15:55:40.012579739+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"contactSensor","attribute_id":"contact","state":{"value":"closed"},"component_id":"main"}
2023-07-15T15:55:40.027533656+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T15:55:56.302744735+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T15:55:56.304773360+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={precision=0, scale="DIMENSIONLESS", sensor_type="GENERAL_PURPOSE_VALUE", sensor_value=2098, size=2}, cmd_class="SENSOR_MULTILEVEL", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x02\x0A\x08\x32", src_channel=0, version=1}
2023-07-15T15:55:56.312653318+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T15:55:56.316949777+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"voltageMeasurement","attribute_id":"voltage","state":{"unit":"V","value":1.914692102585098},"component_id":"main"}
2023-07-15T15:55:56.366392402+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T15:55:56.378157318+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T16:00:59.070019727+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T16:00:59.070863060+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={precision=0, scale="DIMENSIONLESS", sensor_type="GENERAL_PURPOSE_VALUE", sensor_value=2098, size=2}, cmd_class="SENSOR_MULTILEVEL", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x02\x0A\x08\x32", src_channel=0, version=1}
2023-07-15T16:00:59.079454310+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T16:00:59.084529018+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"voltageMeasurement","attribute_id":"voltage","state":{"unit":"V","value":1.914692102585098},"component_id":"main"}
2023-07-15T16:00:59.088849935+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T16:00:59.095805602+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T16:01:06.436608433+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T16:01:06.444545475+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect 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}
2023-07-15T16:01:06.449369183+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T16:01:06.454440517+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={sensor_value="IDLE"}, cmd_class="SENSOR_BINARY", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x00", src_channel=0, version=1}
2023-07-15T16:01:06.455508683+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T16:01:06.456246100+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"contactSensor","attribute_id":"contact","state":{"value":"closed"},"component_id":"main"}
2023-07-15T16:01:06.461267767+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T16:01:06.487814183+00:00 TRACE FortrezZ MIMOlite  Z-Wave command(70faecef) queued for radio transmission: CC:Sensor Multi-level, CID:0x04
2023-07-15T16:01:06.488329850+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> sending Z-Wave command: {args={scale=0, sensor_type=0}, cmd_class="SENSOR_MULTILEVEL", cmd_id="GET", dst_channels={}, encap="AUTO", payload="\x00\x00", src_channel=0, version=5}
2023-07-15T16:01:06.492106183+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T16:01:06.503936600+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T16:01:06.504395308+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"contactSensor","attribute_id":"contact","state":{"value":"closed"},"component_id":"main"}
2023-07-15T16:01:06.516844725+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T16:01:06.517701850+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T16:01:06.580724225+00:00 TRACE FortrezZ MIMOlite  Z-Wave command(70faecef) transmit status: TRANSMIT_COMPLETE_OK
2023-07-15T16:01:06.671092808+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T16:01:06.673303642+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={precision=0, scale="DIMENSIONLESS", sensor_type="GENERAL_PURPOSE_VALUE", sensor_value=70, size=2}, cmd_class="SENSOR_MULTILEVEL", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x02\x0A\x00\x46", src_channel=0, version=1}
2023-07-15T16:01:06.680686850+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T16:01:06.685803183+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"voltageMeasurement","attribute_id":"voltage","state":{"unit":"V","value":0.155070030455766},"component_id":"main"}
2023-07-15T16:01:06.690334933+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T16:01:06.697715433+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T16:01:16.409757723+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T16:01:16.410676931+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect 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}
2023-07-15T16:01:16.433995889+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T16:01:16.434450056+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={sensor_value="DETECTED_AN_EVENT"}, cmd_class="SENSOR_BINARY", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\xFF", src_channel=0, version=1}
2023-07-15T16:01:16.435926556+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T16:01:16.437146389+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"contactSensor","attribute_id":"contact","state":{"value":"open"},"component_id":"main"}
2023-07-15T16:01:16.440398056+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T16:01:16.471484264+00:00 TRACE FortrezZ MIMOlite  Z-Wave command(0a6fd87e) queued for radio transmission: CC:Sensor Multi-level, CID:0x04
2023-07-15T16:01:16.471984889+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> sending Z-Wave command: {args={scale=0, sensor_type=0}, cmd_class="SENSOR_MULTILEVEL", cmd_id="GET", dst_channels={}, encap="AUTO", payload="\x00\x00", src_channel=0, version=5}
2023-07-15T16:01:16.484326431+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T16:01:16.502634473+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T16:01:16.503455806+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"contactSensor","attribute_id":"contact","state":{"value":"open"},"component_id":"main"}
2023-07-15T16:01:16.507267348+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T16:01:16.520864598+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled
2023-07-15T16:01:16.591783848+00:00 TRACE FortrezZ MIMOlite  Received event with handler unnamed
2023-07-15T16:01:16.592593514+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> received Z-Wave command: {args={precision=0, scale="DIMENSIONLESS", sensor_type="GENERAL_PURPOSE_VALUE", sensor_value=2098, size=2}, cmd_class="SENSOR_MULTILEVEL", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x02\x0A\x08\x32", src_channel=0, version=1}
2023-07-15T16:01:16.603916306+00:00 TRACE FortrezZ MIMOlite  Found ZwaveDispatcher handler in zwave-switch -> mimolite
2023-07-15T16:01:16.608099348+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"voltageMeasurement","attribute_id":"voltage","state":{"unit":"V","value":1.914692102585098},"component_id":"main"}
2023-07-15T16:01:16.630063014+00:00 INFO FortrezZ MIMOlite  <ZwaveDevice: b5aca295-af39-4ca7-81ec-9423d22f7a53 [51] (Total Connect Sensor)> emitting event: {"capability_id":"powerSource","attribute_id":"powerSource","state":{"value":"dc"},"component_id":"main"}
2023-07-15T16:01:16.630953681+00:00 DEBUG FortrezZ MIMOlite  Total Connect Sensor device thread event handled

@JSDrummer1 Another update pushing out. Let me know if you still see that happening

1 Like

@philh30 Appreciate your help working on this. I had same issues and hope this fixes mine. I haven’t added custom DTH since groovy lapsed so not sure how to add your edge driver. I can’t find your invitation link for your improved driver. Can you please help direct me to where and how to upload the new driver update. Thank you again so much!!

Here’s the channel invite:

Hey @philh30; been watching a couple of these that are hooked up in very different ways very closely for nearly a week, and I think the driver is solid. I haven’t seen a single issue. Nice work. I appreciate your dedication to getting those of us who have a bunch of these back up and running.

1 Like

I’ve got this driver installed, but it’s not letting me use it for my mimolite that I have set up as a garage door. I get an error that it doesn’t find the fingerprint of my device in the driver. Not sure how to fix it.

What’s your device’s fingerprint?

I don’t even see one for it. This is what I get from it:

{
deviceId: "741dae31-af25-480d-aba0-8f1163301908",
name: "MIMOLite",
label: "Garage Door",
manufacturerName: "SmartThingsCommunity",
presentationId: "74cf66e1-ae7f-3a14-a6a8-1affef9ec321",
deviceManufacturerCode: "null-null-null",
locationId: "3ba7fa70-a752-4d96-bf80-8d585eaf036b",
roomId: "67641b81-5c1c-4cac-a832-7d9b7417382a",
components: [
{
id: "main",
label: "Garage Door",
capabilities: [2 items],
categories: [
{
name: "Switch",
categoryType: "manufacturer"
},
{
name: "GarageDoor",
categoryType: "manufacturer"
}
]
}
],
createTime: "2015-09-26T13:46:46Z",
parentDeviceId: "286e7de7-ff6d-47e2-aa15-a8e33bf19f17",
profile: {
id: "24598736-00b5-3c83-af9e-f79857f1121a"
},
zwave: {
networkId: "05",
driverId: "2cbf55e3-dbc2-48a2-8be5-4c3ce756b692",
executingLocally: true,
hubId: "286e7de7-ff6d-47e2-aa15-a8e33bf19f17",
networkSecurityLevel: "ZWAVE_LEGACY_NON_SECURE",
provisioningState: "PROVISIONED"
},
type: "ZWAVE",
restrictionTier: 0,
allowed: []
}

I haven’t seen it represented as null, but this likely means the same thing as 0000-0000-0000, which is that your device’s fingerprint wasn’t properly recorded by the hub when it first joined. ST only allows one opportunity for the hub to retrieve the device’s fingerprint, which is when it’s first joined. I think it’s a ridiculous limitation. It wasn’t such a big deal with DTHs since you could manually assign whichever DTH you want, but with Edge the drivers gatekeep which devices can use the driver and which functionality they get based on the fingerprint.

Long story short, you need to exclude your device and re-include to get a fingerprint that’s something other than null or all 0s.

Gotcha. Time to get the ladder out. :joy:

Any chance you could let me know where to change the relay switch delay from 0 to 5? I can’t seem to find a way to edit the driver settings. I haven’t had to mess with ST drivers in years so it’s all new to me now.

First, you have to be using @philh30 driver.
It is the only one with the ability to change this setting.

Click open the tile for the Mimolite
Click the 3 dots in the upper right corner
Click settings
Click Relay Switch Delay
Change the 0 to a 5 and click Save

1 Like

Thank you! I was trying to do it from the MyST website, not the app. Much appreciated!

1 Like

It’s deviceManufacturerCode: “0084-0453-0110” it’s picking up now, but it’s not acting like a momentary switch. Not sure what to do with it this way

Great Job @philh30 ! Just wondering you were going to add status of open/close door to your driver?

1 Like

This brought my MimoLite back to life. Thank you!
@philh30 I too am wondering if there will be an addition of open/close to this driver? I use mine as a garage door opener and it works fantastic in Routines but suffers in Scenes. I used to run a goodnight scene that would turn off all lights and close the garage door if it was open but as the MimoLite remains in an off state all the time and I am unable to program this in Scenes as there are no conditions.

1 Like

Thank you! Your driver works perfectly. I did need to exclude my device and reinstall. Appreciated.