Page 1 of 1

Is the Z-Wave protocol dying?

Posted: Saturday 07 September 2019 9:49
by Ramond
Hello everyone,,
Z-Wave is ridiculously complex to support, so it's not surprising that there aren't lots of libraries to do it. Unlike most professional systems, where there's some sort of 'gateway' box that the automation system talks to, which provides it a simplified means to safely access the underlying lighting system network (wired or wireless or whatever), ZenSys has never actually supported integration of Z-Wave. They've never created any such device.

In order to support Z-Wave you have to effectively become a node on the Z-Wave network (indirectly via something like a Z-Stick) and deal with all of the complexity of the entire Z-Wave system, which is considerable. More than considerable actually.mobdro lucky patcher kodi


That makes it a fairly epic undertaking, and the resulting code is usually inevitably sort of spaghetti-fied because of the fairly nasty realities of the underlying Z-Wave protocol, which has grown excrementally over the many years, so it tends to be very easily broken. That code probably isn't so bad if you are doing a device, e.g. a motion sensor or something. That only has to understand its own functionality. But an automation system has to understand a huge swath of functionality for all devices, and few automation systems handle all the possibilities because it's just too much. I'd guess no system handles them all.

Per one of the other comments, I don't see Z-Wave ever becoming a commercial protocol. It's not nearly robust enough. Zigbee owns that space completely pretty much, and outsells Z-Wave by a huge margin, just not in the home automation space so much.

I agree with others, Wifi is not the way to go. It's done all the time because it's just there. If someone wants to sell a widget, and the IoTs world is really all about selling individual things, not systems, then you have to use something that already exists in the home. The only given is Wifi, so they use that. But it's not what you want for large numbers of small (often untrustworthy) devices all over the home.

Ultimately something like Zigbee is the more appropriate solution. But, in order for that to happen, there has to be a market for Zigbee devices that are designed for general interoperability. But for a market to exist, the devices have to be there. So there's a big chicken an egg issue, made worse by the fact that most such devices would have to sell into the DIY market where people are notoriously price sensitive. They already buy the cheapest Z-Wave modules generally, so Zigbee becomes a hard sell.

And of course, if they sold them, how would you control them? Few automation systems support Zigbee HA directly. And they aren't going to do all that work to add support unless there are enough devices out there to justify it. So another chicken and egg issue. Zigbee is a more sanely defined standard than Z-Wave, but still a lot of work to support because again you have to effectively become a node on the Zigbee network and understand all its issues. And, unlike with Z-Wave, AFAIK there's no 'Z-Stick' for Zigbee, just naked radio boards that are intended to go into standalone devices, so the customer can't buy some pre-fab, nicely packaged widget for this purpose.

So, so far, folks selling Zigbee stuff are using it to sell systems and implementing it in a proprietary manner, like Hue or Control4. Selling a system gets them around the above issues. They don't have to depend on an existing automation system being in place that support Zigbee HA. They can just be a little world unto themselves.

Re: Is the Z-Wave protocol dying?

Posted: Sunday 08 September 2019 11:28
by sincze
Thank you for yout thoughts, reminds be of this: https://www.youtube.com/watch?v=2fqg2D02UKY

My personal motto for Domotica:

Search / try / Grab (safe) domotica products that are cheap and fit your needs.
Use Domoticz to have the different technology talk to each other.
As a result you can create a super automated home at a budget.

My Lessons Learned: After changing all the old fashioned light bulbs...
-> A smart home still will use more energy than a dumb home. ( my ethernet switches / IP Cameras / .... all need juice :lol: )
-> Bought Solar Panels for that. :lol:

Re: Is the Z-Wave protocol dying?

Posted: Monday 09 September 2019 7:31
by lost
Ramond wrote: Saturday 07 September 2019 9:49 Unlike most professional systems, where there's some sort of 'gateway' box that the automation system talks to, which provides it a simplified means to safely access the underlying lighting system network (wired or wireless or whatever), ZenSys has never actually supported integration of Z-Wave. They've never created any such device.
(...)
So, so far, folks selling Zigbee stuff are using it to sell systems and implementing it in a proprietary manner...
As far as I understand, Zigbee normalized the radio interface, maybe a minimal command set... and that's almost all. Z-Wave have a certification process (I agree it's not always done for every manufacturer/product, definitely something worth checking before buying because issues mainly come after integrating such devices) that allows interoperability and it's IMO the way zigbee should have go.

Because like other technologies that do not enforce interoperability, if you get out of manufacturer gateway using a independent controller (like zigate), this just cannot be as stable as z-wave is after inclusion: You'll always have to modify the controller firmware to support new OEM commands from a specific manufacturer (and each time some opportunities to break others) and with years, much more spaghetti code than z-wave: Just because you'll have many duplicate commands that just do almost the same for every manufacturer (or even devices).

Zigbee is making it's way, adding some features (like device configuration/parameters support z-wave had day 1) and will threaten z-wave. But IMO not because zigbee is better, but a manufacturer (Xiaomi) just broke the stratospheric price set of these incredibly high margin devices!

If z-wave side does not divide prices by 2 or 3 at least, this'll continue to live because you'll always find a device that does not exist in zigbee (the ones managing my heating made me go for this technology) or users that have a huge system and just cannot afford having one gateway per brand for a single protocol and the hassle behind making all this sleep together (or fear a new instability each time they upgrade a generic zigbee controller firmware to support a new device), but this'll not help for the price tag problem and this techno may then die slowly.

But saying zigbee is better than z-wave is IMO not correct. It's just a best way for a manufacturer to make captive customers.

Re: Is the Z-Wave protocol dying?

Posted: Monday 09 September 2019 8:15
by ben53252642
I've got both Z-Wave and Zigbee (via zigbee2mqtt) in my home, I've been running Z-Wave for about 5 or 6 years and Zigbee for about 1 year now.

The obvious thing that shows up right away with Z-Wave is the different frequencies used around the world, eg I can't use a US motion sensor with my AU Z-Wave controller. This means I have to buy AU frequency devices some of which in my opinion are very overpriced for our small market compared to other countries, it also limits the range of Z-Wave devices that I can purchase.

I think the market will continue to move towards Zigbee and WiFi. Xiaomi has certainly been doing a great job of bringing down the prices while providing some great quality products.

There is one more comment I will make which is that I think the only reason the manufacturers are not only using WiFi is because of the battery life issue in sensors. If there is a breakthrough in battery technology where a motion sensor could have 2 years battery life running on WiFi, I do not think many manufacturers would hesitate for a second to move IoT products entirely onto WiFi as the protocol.

Re: Is the Z-Wave protocol dying?

Posted: Monday 09 September 2019 8:35
by emme
my understanding is that ZigBee is more a mess than zWave....
zWave looks to be a much more secure protocol, but zigbee allow access to a much wider range of user and manufacturs

Re: Is the Z-Wave protocol dying?

Posted: Monday 09 September 2019 12:38
by DutchHans
...if there is a breakthrough in battery technology[/u] where a motion sensor could have 2 years battery life running on WiFi, I do not think many manufacturers would hesitate for a second to move IoT products entirely onto WiFi as the protocol.
... There is!... Look at EnOcean devices... Much of them even without batteries at all..

Cheers, Hans

Re: Is the Z-Wave protocol dying?

Posted: Monday 09 September 2019 18:07
by lost
DutchHans wrote: Monday 09 September 2019 12:38
...if there is a breakthrough in battery technology[/u] where a motion sensor could have 2 years battery life running on WiFi, I do not think many manufacturers would hesitate for a second to move IoT products entirely onto WiFi as the protocol.
... There is!... Look at EnOcean devices... Much of them even without batteries at all..

Cheers, Hans
Agree... We wait the battery breakthrough since 1 century...