[Edge drivers] Cannot pair device (Leviton dimmer) to stock driver

Anyway to get the leviton dimmer added. I got these to replace a GE switch that would not pair and now these do not have an edge driver. They paired as groovy.



1 Like

The Groovy handler has an exact match for 0x001D/0x3201/0x0001 and 0x001D/0x3301/0x0001 both:

Theres no exact match for 0x001D/0x3201/0x0001 (DZ6HD) in the generic switch Edge driver, only 0x001D/0x3301/0x0001 (DZ1KD)
https://github.com/SmartThingsCommunity/SmartThingsEdgeDrivers/blob/main/drivers/SmartThings/zwave-switch/fingerprints.yml.

image

@nayelyz, whats the process for getting what looks like an oversight in copying support for a device’s fingerprint from Groovy to Edge? I can add the fingerprint and submit a pull request if that is easiest.

3 Likes

As I understand, a non-exact fingerprint like this one means that if a device matches in manufacturerId and productId, the productType can be any value, which means that both devices should be accepted.
But, I will report it, Pull Requests are not currently being reviewed.

@Shanapadila, could you DM me with the following information, please?

  1. When did you try to pair the device? If it has been more than 12 hours since, please help us try again and send the Hub logs from the IDE:
    1. In the IDE, enter “my hubs”
    2. Enter the corresponding Hub and go to “view utilities”
    3. Click on “send” below "send hub logs
  2. Is your email account here the one that you use for SmartThings?
  3. If you have more than one Hub, the name of the one where the device is paired.
  4. The name of the device after it gets paired with the DTH
2 Likes

Agreed, but as the Groovy fingerprint is a more exact match (all 3 parameters match), I’m guessing it wins over the more generic Edge fingerprint. The Leviton 6HD is a pretty popular switch, makes sense that it would get an exact match in Edge to be sure its covered.

Thank you! Please let me (us) know if there is a better/easier route to submit issues/concerns like this to you and your team.

1 Like

Mmm it depends, it is preferred in a new post so our discussion doesn’t get lost.
I’ll move these posts in this case.

If you need to share files with us, please send an email to build@smartthings.com.

But, tagging us is ok as well, as we receive a notification, we know there’s something we need to look at. It would be nice if you could add the link where the conversation started :smiley:

1 Like

I can’t get any of my leviton or GE switches working with the z-wave driver. Starting to wonder if my Z-Wave radio got borked.

Post their model numbers and maybe we can assist.

Troubleshooting steps:

  1. Are you excluding the zwave devices first before including them?
  2. What does “can’t get them to work” mean? They don’t include? They include but with the wrong driver?
  3. Leviton devices can sometimes be finiky to include correctly, especially with S2 security. I’ve often has those include incompletely (they get paired as a Zwave Thing with a fingerprint of 0000-0000-0000) and have to try several times. GE/Jasco are usually very solid.
1 Like