SmartThings Edge Drivers: LZW30-SN, LZW30, LZW31-SN, LZW31, LZW36, LZW41, LZW42, LZW45, LZW60, VZM31-SN, VZM35-SN, VZW31-SN, VZM36, NZW30, NZW31

I did exclude and rejoin as well. Still have the same problem. Maybe I have the wrong driver? I have version 2022-08-16T16:52:58.741875844

2 Likes

You have a -SN Model right?

Yes :slight_smile: I have the LZW31-SN

1 Like

It’s a bug with the SmartThings app. The app plugin developers keep breaking things.

3 Likes

Should be this month or possibly early next. SmartThings may have a generic edge drive that they may switch it to after 10/15/2022, but I believe we will have our driver before then. To be honest, you might want to wait until they switch it over and then switch it to ours at that point so you don’t have to exclude / include.

Good question. I’m still trying to figure out how to do this without getting the device network address from the IDE . . . since the IDE is going away. I don’t have an ETA on this.

2 Likes

Maybe follow the Firmware update procedure? You should be able to see the network ID then.

You mean by using a Z-Wave stick and PC controller? Viewing the network ID there?

A couple options i’m seeing other driver devs take:

  1. Add the network ID to the device details display as a custom capability
  2. User generates a PAT and uses this tool:
    [RELEASE] Simple Device Info Viewer - Apps & Clients - SmartThings Community

You mean by using a Z-Wave stick and PC controller? Viewing the network ID there?

Yes

@EricM_Inovelli, I just want to thank you for the edge driver red switch/dimmer, working great for me. A lot easier than groovy/child device/smartlighting app, abc button manager for managing led notification and double pressed buttons. At least 1 positive about groovy going away.

On the other hand, I am still using an old outdoor double plug (Nzw97) with a groovy dth and child devices. I know it has been phased out for a while, I think it was replaced by another phased out nzw37. Any chance of having an edge driver (Inovelli or smartthings) that would work.

1 Like

I have one basically created from working on the LZW36 (Fan + Light), because it is similar in that it is multi-channel, but I believe SmartThings has a dual channel edge driver already. So you should be covered, but if it doesn’t work for some reason, I can push one out there.

@jparedes You could surely look up the IDs in PC Controller. You can also create the associations in PC Controller so that is an option as well.

1 Like

Nice, I like option 2 as there may be some devices that you want to associate with that are from a different manufacturer that may not add the network ID display custom capability. Option 2 will work with both Z-Wave associations and Zigbee bindings.

image

2 Likes

FWIW, another way of grabbing the IDs is to use the CLI. You can then parse the CLI output:

smartthings devices:status > foo.csv

The benefit is that you wind up with all of your IDs in a list.

Open the csv in Excel and do a Text to Columns using │ as the delimiter. It’ll wind up like this:

2 Likes

Hello. Found this thread and am happy since I have 6 red dimmers and 4 black switches. But I also have 6 LZW42 bulbs. Will Inovelli be creating edge drivers for this? Currently they’re using a generic “z-wave bulb” driver which limits the features severely.

Thanks!

@EricM_Inovelli just logging the request here for additional settings to be a part of the red dimmer card such that we can automate with them via routines:

  1. default z-wave level - set to 1 at night and 100 during day. (note default local is already in code)
  2. LED level (when off) - set to 0% at night and 10% during day

LZW36’s working FANTASTIC by the way, well done!!!

P.S. for those that know my history, I am selling my home with the smart switches, so I am converting it all back over to ST for the new owners so I can take my HA with me and get a new shiny setup.

1 Like

Yes, this is definitely on the list. I have 12 LZW42’s in my house running SmartThings and need it too lol.

2 Likes

those bulbs are the best! can’t wait for them to run locally :muscle:

btw, they seem to be more responsive than before, all after smartthings’ been doing these changes in the background lately.

Will work on adding those as I get some of these other drivers done.

1 Like

I can confirm I am working on the edge driver, but curious about your statement that:

Other than the ability to have the bulb return to the state it was in before power loss, which features are you thinking of?

I have no control over color with the drivers mine are using.