Older Leviton devices

Hi All…

I just ordered a Smartthings V2 hub from Amazon and it arrives tomorrow. My plan was to replace a Vera Lite with it, since the Vera has been a constant aggravation. My lights just need to work.

Anyhow, I didn’t think to check my devices before I ordered and now it seems that they are not on the compatibility list. I’m wondering if there is a way to make them work? The devices are light switches, dimmers and scene controllers:

Dimmer: RZI10
On/Off Switch: RZS15
Scene Controller: RZCS4

If the Smartthings V2 can’t work, can someone suggest a controller that will work?

Thanks…

This ST site has a section for compatible devices:

Right, and it appears that my devices are not on it. But I’m wondering if there is a way to make them work anyhow? Perhaps as generic devices?

There are lots of devices that are not on that list that can work. I don’t see why they wouldn’t pair but I haven’t look into it extensively. Just try to pair them when the hub arrives and see what happens. You might have to manually change the device handler in the IDE.

Make sure you try to exclude them first.

Okay mixed news on this front. I installed the hub and app, easy enough. I then put one of the scene controllers in include mode and the hub found it right away! Same with one of the dimmer switches. So I can control the dimmer switch, that’s great!

Then I figured out that I can make an “automation” to turn that light on at some preset dim level and another to turn it off. Okay, good.

What I have not figured out how to do is to associate a button on the 4 button scene controller with those automations. In fact, if I click on the scene controller (from the “My Home” page) I see the scene controller, and if I click on it I see an odd icon and two little plug receptacle icons, one labeled ON and the other labeled OFF. They don’t do a thing. I think I need to install a “smartapp” to give me the rest of the buttons, but I can’t find one.

If I have to replace my scene controllers, that’s not the end of the world. I have only 3 of them. But on the Smartthings storr, under “things” I don’t see any multi button controllers. I’m thinking there must be a way to do this, short of going back to Vera.

Can someone point me in the right direction?

Thanks!

UPDATE:

The scene controllers are Leviton RZCS4

Apparently some scene controllers can send commands to a hub while others just talk directly to other Z-Wave devices. Bottom line, I think I need some kind of multi button device that mounts in a wall switch box and send commands to the hub, which commands can then be assigned to automations. Right???

I’m really tired right now, so I can’t give you a detailed answer. But as far as the RCS4, you need a custom device type handler.

If you haven’t used custom code with SmartThings before, it’s pretty straightforward: basically you copy the author’s code and paste it into your own account. Here’s the FAQ for that.

Then if you decide that’s something you want to move forward with, here’s the thread about the RCS4. If you have any follow-up questions on that specific device, ask in that thread and people will be glad to help you. :sunglasses:

1 Like

And if you’re interested in looking at alternative devices, here’s the FAQ that lists the ones that work. But you’ll see that the RCS4 is on that list as well. You can make it work, you just need the right code for it.

Hmm… not sure if the Button Controller+ app might work with your scene controller. It allows control of 2 dimmers per button assignment. If you need more dimmers controlled, a virtual button could allow grouping of dimmers… but then you’d still be restricted to two dimlevels.

It would work, but only after the custom device type handler has been assigned to the device. Otherwise it won’t appear as a button controller.

In SmartThings, a “button controller” is any device whose device type handler simply sends a message to the hub when a button has been pressed, long pressed, or held. Of course, that can only happen if the physical device itself sends a transmission when those buttons are pressed.

As @helios noted, some devices do send information to the hub when the physical button is pressed, and others don’t. If the device doesn’t, then there’s nothing to capture.

In the case of the older Leviton devices, the “zone controllers” don’t send the information, but the “scene controllers” do.

This terminology varies from manufacturer to manufacturer however. For example, the GE “scene controllers” do not send information to the hub.

So you just have to check the specs for any particular model that you’re interested in. :sunglasses:

I’ve had luck with all zwave plugs/dimmers. I have a Levitron dimmer (not sure of model) that works great.

Thanks @JDRoberts that was a huge help. I have a test scene controller mostly working. There is some strangeness going on around button 1. I’m a Java developer so maybe I can make some enhancements to the driver and smartapp.

1 Like