Linear WA00Z1 Smart Light Switch Cover (US)

It can’t control the current directly, so you would need to put smart bulbs in the fixture.

The main problem it solves is people turning off power to smart bulbs. But if it can be made to work as a button controller with SmartThings, it may also be a useful battery-operated extra switch for several use cases, such as arming/disarming SHM, a virtual aux switch, a nightstand button controller, etc.

Of course first we have to find out whether it can work as a button controller, though. But based on the user manual, I’m optimistic. And as a Z wave device, it won’t have the problems of losing connection that the similar zigbee devices have had. :sunglasses:

I misunderstood, I thought it can push the switch for me :slight_smile: oops!

1 Like

There are some companies working on devices that will do just that, fit over an existing light switch and just push it on or off, but none have come to market yet that I know of. I believe the most successful one on indigo go in terms of money raised is switchmate, and they’ve run into a lot of different manufactoring problems. It has the form factor most people like, because it just looks like a regular switch.

There’s a Korean company planning a microbot called prota push which should be somewhat easier to manufacture, but won’t look as nice.

As someone who is quadriparetic with Limited hand function, I follow all this stuff pretty closely. There is demand for devices like that, but the challenge is making ones which will fit all the various existing switches.

The linear Z wave device, like the Osram Lightify, has it easier because it doesn’t have to actually flip the switch underneath it so it doesn’t have to fit as exactly.

Thanks… I would be on the lookout for one if any actually gets into production and of course the price must be reasonable :slight_smile:

1 Like

I hope these head over to the UK! I have a shallow back box that wont take a relay so my only solution is to replace with smart bulbs… but the Mrs wants a physical switch BUT not in addition to the existing one!

Some UK members are doing something similar by putting a box or a blank over an existing UK switch and then mounting the battery operated POPP switch on top of that. :sunglasses:

These are working with a community-created device handler.

Device handler for the UK switches:

One of the project threads on building the Popp into a blanking cover:

The Z wave.me, popp, and devolo switches all use the same device handler. They typically cost around £40. Each of the four corners can be depressed independently so you get multiple functionality. These are only available on the UK zwave frequency.

Follow-on questions on these devices should be asked in One of the threads above. But I just wanted to mention their availability as a UK option for a similar use case to the linear smart switch cover. :sunglasses:

A little update on things…

  • I ordered one of these, scheduled delivery is next Tuesday, the 22nd.
  • This will be my first device type that’s not virtual. I’m slowly figuring out Z-wave. @jody.albritton and @slagle might be hearing a lot from me with questions. I’ve printed like 10 pieces of paper with all kinds of info on them. Source code, Z-wave certifications, and the WA00Z-1 manual.
  • I’m designing this to be fully Compatible with all SmartApps that work with the Aeon Minimote. Looking like the top button will be button 1 and the bottom will be button 2.
  • My ultimate goal is to get something accomplished my the next dev. call.
1 Like

You should also be able to get a lot of help in the developer section of the forums:

https://community.smartthings.com/c/developers/writing-device-types

Thanks @JDRoberts for the heads up. Between this and the osram dimmer switch I’m finally hopeful that I’ll be able to convince the wife that smart bulbs aren’t the worst idea ever. Now we just need a device type…

1 Like

I got it in! Here’s a few pictures!





It replaces the whole light switch cover. Comes with screws and 3M tape. To the IDE!

1 Like

Does this still allow the original switch to stay in place or does it need to be removed? It is hard to tell by the pic but it looks like it wouldn’t have room for a switch behind it, unless it only works with newer Decora (paddle) switches and not the normal toggle switches.

The switch stays in the on (or off) position. No wiring needed, it fits over the switch. It works with a rocker & supposed to work with Decora switches as well.

Essentially an instant retrofit, just add smart bulbs, provides 2 buttons.

1 Like

Does ST recognize it as a button device?

It’s recognized as a ā€œZ-wave Deviceā€. Made some big progress on a device type this afternoon/evening, but not ready for release.

2 Likes

Hope it works well for you and you can share something soon. Thanks!

Ok, so it is essentially the same as the OSRAM switch I am working on except it is z-wave instead of zigbee and has a different look. I like the look of the OSRAM switch better but since I am unable to get it to work properly if you can get this working I may consider getting a couple.

Thanks for the support! I hope to have something up on here soon.

It appears to be the same. I have something pieced together and working. Still have some work to do before I feel confident in releasing it on here.

Some notes on my work…
What Works:

  • Basic Functionality
  • Battery Reporting

What still needs work:

  • Important! Device Fingerprinting to device type
  • Device supports an option to invert the buttons (top becomes bottom), not really needed since buttons are independent for ST, but cool anyway
  • Performance Optimizations
  • Clean-up: Code is a mess with many commented lines & debug logging.
1 Like

Great work!

When you say ā€œbasic functionality is working,ā€ did you mean via zwave association with other zwave devices? Or as a button controller to the hub?

It works as a button controller! Both buttons are independent (meaning there’s a button 1 for top and button 2 for bottom. It works with all SmartApps that work with the Aeon Minimote, tested with Smart Lighting. I just need to make it a bit better, then I’ll upload the code.

One thing that is hurting things a bit is the issues with the ST Platform. I do the best to test, but keep getting all kinds of errors on the app.

1 Like

Here is a ā€œMilestone 1ā€ release of it. It is far from perfect (Device Fingerprint needs testing, code is messy), but it works! Button 1 maps to the top button and button 2 maps to the bottom. It should work with any Button Controller SmartApp, tested with Smart Lighting.

I could use some help perfecting this device type. Almost could consider terribly written.

3 Likes