Future of Z-Wave and Zigbee

@LarrylLix

When I saw your signature assumed you are using Magic Home RGB strip controllers. These are around $5 USD on Ebay these days.

ISY994i, 50+ Insteon devices,MagicHome, LEDenet, some old X10 left, HomeSeer II, Philips Hue, MiLights, WC8, RPi 3+, Custom bridging between ISY994 and WiFi devices, ISY Portal with Alexa and GH, Polyglot with Ecobee stats.

Here used Magic Home RGB WiFi controllers for my LED kitchen counter lighting. I used only one channel and modded the firmware making them cloudless.

MagicHome LED strip controller

It is running Espurna and connected a temperature sensor and digital on off and dimming pot to it. Out of the box they use WiFi and an IR remote control.

View attachment 10795
I started out running more than 20 x 5m RGBW strips to facilitate lighting in two pinwheel formats for a wedding in a tent. I got carried away and wrote many animations to make dancing and special events a little more fancy. Then I discovered that there were many brands of RGBW and now RGBCW bulbs that use the same protocol. After moving from my larger home to a sky apartment I now only run about 5 RGBW strips and more RGBCW bulbs. My latest venture was two gooseneck MagicHome Pro app compatible variable white temperature lamps. I had to sniff out the protocol as they were protocol compatible, except for the two white levels. It turned out to be completely different packet structure but I just patched it into the bridging software when it finds one in the interrogation of type..
 
Here never went much beyond modification of the MagicHome controller hardware and software. It all works fine for me and is high on the WAF.

To make this work it was mostly related to modification of the ESP firmware using the right "speak" and save to the device.

magichome1.jpg

The automation technology is moving so fast these days that it is hard to keep up. Keep it much simpler these days while I tinker to keep busy I always leave in place what continues to work for me.
 
Here never went much beyond modification of the MagicHome controller hardware and software. It all works fine for me and is high on the WAF.

To make this work it was mostly related to modification of the ESP firmware using the right "speak" and save to the device.

View attachment 10821

The automation technology is moving so fast these days that it is hard to keep up. Keep it much simpler these days while I tinker to keep busy I always leave in place what continues to work for me.
Yeah, you certainly have to pick your poison or you get nowhere. I find it hard reading forums and walking away from threads thinking "that isn't for me".
 
What happens with these systems if the internet or wifi goes down?
The same thing that happens when a Z-Wave controller goes down.

Every system has its critical controller that is vulnerable to loss of connection/signal/power/crash. I've tried many systems over the years, and every one has had it's occasional problems that cause it to be flakey or just stop working. But there are always ways to improve robustness and limit failures - just part of the burden in DIY systems.

That said, my Unifi wifi has been very solid using overlapping radios, and is powered via UPS - so I am becoming more comfortable with wifi lighting - slowly adding more Shelly devices. My X-10 stuff is getting old and starting to suffer from powerline interference. I am seeing Z-wave devices randomly stop working a few times per year, and the Homeseer implementation is flakey in my experience. I have yet to see any Shelly wifi device not work. No internet required.
 
What happens with these systems if the internet or wifi goes down?
Same thing with any other home automation protocol. If your devices are Internet dependent, then they cannot be controlled. Mine are not.

If your devices are WiFi dependent then they cannot be controlled, same as when any other home automation system modem goes down or becomes deprecated. WiFi is a very strong and well supported protocol and I could get a new modem (or another from my junkbox) within an hour. I could also use a local switch to operate my home automation system that controls my WiFi lights, and if that wasn't enough, my bulbs can also be operated from BT directly from the mobile phone app. None of this involves any Internet or Internet connections.
 
The problem with any "automation protocol" is that someone is going to create the "next best thing" and no protocol is going to stand out and become "the standard". Zigbee and Z-Wave are just two of these in a long list of automation protocols. CHIP and Matter are just two more......... I think the list of defunct automation protocols is longer than the list of dropped Google projects, and that is saying something!

I didn't "buy into" any lighting system for a long time due to this splintering of protocols. I could never bring myself to spend serious money on a bunch of switches/plugs that used a protocol that I knew wouldn't stand up to the test of time (because no automation protocol so far has).

When I discovered Tasmota (which uses Wi-Fi as it's communication protocol), I changed my mind. Wi-Fi is obviously not going anywhere. I don't think it is unrealistic to believe it will still be the standard local wireless communication protocol for the next 20-30 years and beyond. (It's already been the standard for the last 25 years and it is stronger than ever). You can't honestly say that about any automation protocol that has been produced to date.

I like Tasmota because it does remove the cloud dependency that so many consumer "smart home" Wi-Fi devices have. My devices are on a VLAN dedicated to these IOT type devices which does not provide access to the internet or even any other part of my network. In other words, they are completely isolated from any other devices. If my internet fails, nothing changes with regard to the functionality of the devices. They will still perform all the expected functionality I have programmed into them.

The worst case scenario would be if my local Wi-Fi network failed. That would stop the individual devices from communicating with each other, but the individual device do not require wi-fi connection to work as a local "dumb" device. This means the interconnectivity/automation that I have programmed into my system would stop working, but the actual devices/switches will continue to work as expected. For example, I have it programmed that if anyone turns on the outside light over the garage, the system will also automatically turn on the outside light at the front door or vice-versa. Those two lights are on different circuits and switches. If my Wi-Fi goes down, they won't automatically turn each other on (which Tasmota handles), or automatically turn on at dusk and off when our house is armed "night mode" (which CQC tells them to do via MQTT), but they will still function normally themselves. You would just have to walk over to the individual switches to turn them on/off. Basically they would just turn into regular "dumb" switches which is exactly what I had before and no critical functionality would be lost. Besides, a loss of local wi-fi would create a lot more havoc than just some lighting system functionality and would be quickly corrected. Not because of the loss of lighting functionality (which probably wouldn't even be noticed), but the loss of connectivity for everything else.

As I hinted in the example above, some of this interconnectivity is programmed at the Tasmota level and some is programmed through my home automation software. Things programmed at the Tasmota level are more reliable (because they only rely on a local wi-fi connection and not wi-fi AND my home automation system), but programming some things in the home automation system is just easier. The way I handle it is if I want a Tasmota device to interact with another Tasmota device, I program that at the Tasmota level. For example, the wall switches in my Den turn the ceiling lights on (which physically wired into the switch leg of the wall switch), but also have an additional button on them that I've programmed to turn on/off the pair of lamps on our sofa tables (which are plugged into a separate Tasmota wall plug behind the couch). These types of commands are handled at the Tasmota level so even if my home automation system fails, this type of functionality will still work. Most of my "timed" or "triggered" events occur through the home automation system however because it was easier to program this way. Events like turning the garage interior light on when the garage door opens and it's dark outside (because the light on the actual garage door opener doesn't work) or turning exterior lights on at dusk, or turning them off when the house is armed "night" mode, etc, etc, etc are all done in the automation system software. These functions would fail to execute if my home automation system went down for some reason.
 
Last edited:
Since this thread appears to cover Z-Wave, Zigbee and even Matter, thought I'd post this recent news announcement. https://z-wavealliance.org/news_p/z...ete-now-open-and-widely-available-to-members/

The top part of the article also has this "Additionally, Exegin Technologies has demoed how Z-Wave Source Code can be ported to third-party silicon, opening members to develop on any chip provider of their choice."

Interesting advancements for Z-Wave when some may have thought it just doesn't Matter (pun intended). If you already are full Zigbee/Thread setup, no need to switch, but I'm feeling more confident that I won't need to do a rip/replace of Z-Wave for the foreseeable future.
 
Interesting development but when is Z-Wave going to address the persistent problems that really turn users away such as the popcorn effect (can't control groups of devices in perfect unison), no way to back up a controller from one manufacturer and restore to a different brand controller, or provide a wired keypad where buttons act as virtual switches in 3 or 4 way configurations instead of having buttons that can only trigger scenes?
 
Wow. Lots of details... Hard to get companies to use a common standard as they all want to push their solution. I am planning to set up Home Assistant and want to do something better than the X10 stuff I have now. I only have a few set up and don't expect to do a lot but a few are very use to me. So trying to decide which standard to go with. I see wifi smart switches in the big box stores like Lowes and Home Depot. Local group has started for HA but mostly about Home Assistant. One of the guys has a bunch of Zwave stuff he wants to unload since he is going zigbee. Tempting to go that route if the prices are low - they didn't mention price and I wasn't ready to make the decision to go zwave.
 
There are some ESP boards that have zigbee. That's interesting and I have some sensor inputs that could use ESP boards. And I see some temp/humidity sensor builds that use ESP boards. But I think wifi for those would be fine. Am I missing something? I am not thinking those applications would affect my choice of zigbee or zwave for light switch control but maybe it should. I can see using ESP boards for switching low voltage things.
 
hey Jim,

This is a loaded question, and the answer will depend on some of your requirements. But the good news is, with products such as Home Assistant, you can mix & match.

If you're starting fresh, or can ramp up slowly, I'd look at ZigBee devices which are upgradable to Matter (such as the Philips Hue product line), although I don't consider Matter to be stable enough just yet. Personally I'm a big fan of Z-Wave, just because it works better for me. The Z-Wave certification also makes the ecosystem a little bit more robust since it's backwards compatible, and the Z-Wave certification does mean a basic functionality which should just work.

Z-Wave devices tend to be more expensive, unless you wait for a good deal, or focus on certain brands such as Zooz (manufactured/sold by TheSmartestHouse.com).

Now, if you're considering Z-Wave, you need to be somewhat mindful of the chipset of the device. Ideally, you want devices which support the S2 security protocol (part of Z-Wave Plus). The latest gen of the Z-Wave chipset is the 800 series, which supports Long Range, and would be the most future-proof choice. The USB interface, which works with Home Assistant, is pretty cheap. But 800-series hardware selection is limited as it's relatively new (again Zooz to the rescue). The good news is that you a Z-Wave 800 series controller can manage old devices just fine. If you have a list of devices, we can take a closer look.

Just keep in mind when dealing with mesh networks, you need proper coverage in order for this to succeed, so you'll need devices which can act as repeater (any Z-Wave device powered by mains, not battery) all over the house.

As for WiFi based devices, SonOff and Tuya are pretty popular choices. @pete_c can provide you with more details, but it may be worth starting a dedicated thread for this. Just keep in mind that all this WiFi chatter may affect your wireless network performance, so it really depends on your environment.

ESP32s are a lot of fun, so many things you can do with them, and rather easy if you use something like ESPHome (an add-on for Home Assistant). You can also use it for presence detection, Bluetooth proxy, I/O monitoring/control, etc.

But with Home Assistant, you can keep using X10, while testing all these new technologies.

Note: I'm a big fan of The Smartest House, which is a US-based business which also sells Z-Wave hardware under their Zooz brand, so you may see me referencing them a couple of times. The shop reminds me of Automated Outlet back in the days. I doubt they even know about this site, and there's no advertising/affiliate linking, but I'm a big fan of their customer service and their expertise, available via phone.
 
Not to derail this thread...but considering people reading this are trying to decide on using Z-Wave technology; I'm curious as to the Zooz light switche's durability/reliability. I've used HomeSeer light switches in the past and they have been 100% reliable, but they are twice the cost of the Zooz switches. Zooz could be a viable choice, but I'm always worried about that phrase "you get what you pay for"

Also, FYI, HomeSeer just came out with a Zigbee driver, though I know nothing about it (as I don't use that technolody)
 
I have a few Zooz devices now. They have been very reliable. And their support has been quite good too.

They run a lot of sales. I just got and email for their 4th of July sale. They have a smoke and CO detector for $24 the 800 series dimmer for $25.

And I had asked if they had a dimmer with additional buttons to use as a scene controller and they said one is in the works and added me to the list to be notified. So service is good.
 
Back
Top