NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
IKEA ditches Zigbee for Thread going all in on Matter smart homes (theverge.com)
WhyNotHugo 3 hours ago [-]
This sucks. Matter is a closed ecosystem, enforced using a public key infrastructure (PKI) and device attestation certificates. Thread seems to require paying royalties if you want to ship devices. It’s disappointing that IKEA claims that this move is towards a more open ecosystem.

On top of that, the switch breaks compatibility with existing hardware (except for the Touchlink functionality). If you have a bunch of Zigbee devices, but at some point want to add some of the new ones, you need to start thinking about replacing all the perfectly working Zigbee devices or have a fragmented network.

Toutouxc 2 hours ago [-]
> If you have a bunch of Zigbee devices, but at some point want to add some of the new ones, you need to start thinking about replacing all the perfectly working Zigbee devices or have a fragmented network.

Yes, if you're using the manufacturer's half-assed smartphone app, but if you're on Home Assistant, like basically anyone who's serious about their smart home, having multiple kinds of smart devices isn't really a problem. It's just one more radio to configure. Some people run both Zigbee and Zwave, some people run Zigbee + Wi-Fi or even Zigbee + Zwave + Wi-Fi + cloud integrations, Home Assistant doesn't care.

darkwater 1 hours ago [-]
Yes, but then you have a hard-dependency on HA for inter-network communication, which I try to avoid as much as possible (but I fail to, for a couple of subsystems). My failure model is:

1) no electricity, everything down but fiber, wifi, HA and the doorbell (they run off an UPS)

2) internet down: no problem, you just cannot reach the home automation from outside

3) Home assistant down: zigbee devices are paired together (like buttons + bulbs) or I have physical zigbee relays controlling dumb bulbs.

But, as said, I have some subsystem not fully working when (3) happens, like a zigbee button controlling a tasmota-based fan control.

wkat4242 1 hours ago [-]
Yeah and matter needs internet access in many cases. It was supposed to be the saviour of open home automation. But in practice it leaves too many strings attached that the manufacturer can take advantage of.

And despite it not being open enough for open source enthusiasts, it's also got a bad name with manufacturers. I work for one and I asked why we wouldn't implement matter and thread and it was laughed off because apparently marketing will never give up their own app as a data collection and cross selling vehicle. Of course those are exactly the reasons I don't want this.

I didn't even know about the certification that only big players can do and the locked firmware requirements. It's ridiculous. Why were thread and matter hailed as the open revolution when they're exactly the opposite?

K0balt 33 minutes ago [-]
>Why were thread and matter hailed as the open revolution when they're exactly the opposite?

Subterfuge PR or the subversion of original intention by greed.

Also, wasn’t there recent news that thread was being abandoned by manufacturers, even declaring it EOL? Or am I conflating that with something else?

tommysve 5 minutes ago [-]
What a shit load of disinformation you are spreading. Read up on Matter and Thread, please.
gorgoiler 3 hours ago [-]
My first reaction here was horror: Home Assistant and Zigbee integrate perfectly with IKEA’s devices, and the devices are beautifully designed! Please don’t take these away! Only the other day did I marvel at how a low battery indicator flashes on one of my remotes when I use it. A design flourish that I really appreciated.

But I read that Thread supports IPv6 via mesh networking. It did always feel a bit awkward having Zigbee networking and IP networking competing over the same site. It would be very nice to issue commands from any peer to any other peer, using standard networking. Can anyone here confirm that Matter/Thread will be a bright, open, and happy new future?

A lot of people I know would scoff at “smart home” stuff. I used to. Having a programmable house is incredibly useful though. When all your lights and sensors are available for programming you can do stuff that’s cool not because it is particularly innovative but because it is incredibly easy to implement:

- my partner can control a “do not enter, call in progress” red light bulb;

- my outside lights trigger off PIR, door sensors, or Ring motion detection;

- I have a series of indoor lamps come on in succession if motion is detected outside at night;

- we programmed a push button to turn a light green on one tap and red on a double tap for a fun game of twenty questions;

- and my indoor Ring cameras shut down unless both my partner and I are out of the house.

All of these things were trivial to do given that everything is available on one Home Assistant instance!

WhyNotHugo 2 hours ago [-]
> Can anyone here confirm that Matter/Thread will be a bright, open, and happy new future?

Sorry, it’s a closed ecosystem. It relies on PKI and device attestation to ensure that only devices from approved partners are usable. It’s unlikely that small players can participate, and zero chance of any homebrew scene.

0x000xca0xfe 2 hours ago [-]
And manufacturers tend to lock down their Matter devices, too, so you can't flash Tasmota or ESPHome on them. See: Shelly, Sonoff.
3nwf248 2 hours ago [-]
Not just tend to, have to. Matter certification requires flash encryption and FW signing.
0x000xca0xfe 1 hours ago [-]
Are these requirements public?

I was working on a Matter device but it never got certified due to high cost/lack of customer demand.

madwolf 2 hours ago [-]
What? You can buy a very cheap ESP32 with Thread and easily build your own device with Matter/Thread and it will work. Doesn't seem that closed. There is OpenThread that is an open source implementation of Thread. Home Assistant is compatible with Matter over Thread devices... What's closed about this?
Asmod4n 2 hours ago [-]
You can’t talk to other devices unless you got the private key of them.
mmastrac 1 hours ago [-]
I know almost nothing about Matter but is this true? I though that if you control your own fabric, you can talk to any device on it because they trust your controller.
meepmorp 2 hours ago [-]
> You can’t talk to other devices unless you got the private key of them

can you explain what you mean by this?

Asmod4n 1 hours ago [-]
Buy a device from the manufacturer “Eve” try to add it to homeassistant after upgrading its firmware to use matter/thread: no can do, they don’t give you their key to talk to their devices.
fnwbr 57 minutes ago [-]
I did exactly this. Got an Eve smart plug meter and it works flawlessly in HomeAssistant. I'm also pretty sure I had upgraded to the latest firmware via Apple Home app before doing so.
Asmod4n 42 minutes ago [-]
They work without issues Ine HomeKit mode. With thread/matter only Apple got the keys or whoever paid them to get them.

Also: the Apple home app can’t change their mode to matter, you have to do that in home assistant.

Asmod4n 34 minutes ago [-]
Great, their new devices actually work in thread mode with HA, but their older ones only when you got an Apple hub device. I’ve got 6-7 of their devices before matter was a thing and 0 work with HA. Even those that got firmware updates.
bri3d 1 hours ago [-]
I disagree that there’s zero chance for a homebrew scheme; it’s pretty easy to enable development mode and commission self-made devices using Google Home or Apple Home on both iOS and Android.
thedougd 1 hours ago [-]
The thread border gateway (Apple TV, HomePod, Google Nest Speaker, etc) sends an IPv6 router advertisement to the network for the Thread IP space. Multiple border gateways can advertise the same IP space for redundancy.

I have/had a segmented network, so I made sure my router accepted this route so that devices on different networks could communicate with the Thread devices. It worked, usually. However, I ran into some challenges with the reliability of communicating from my phone to various devices. I never quite got mDNS reflection 100% correct, and I strongly suspect that's my problem. If you look at an mDNS entry for a device, you'll see some advertise all their IPv6 addresses including link local (fe80::). I suspected some clients were dumb, trying the first IP they found, and giving up when it didn't work. I was working on modifying the golang mdns-reflector project to filter these entries. I had some success, but I haven't finished.

alex_duf 2 hours ago [-]
> It did always feel a bit awkward having Zigbee networking and IP networking competing over the same site

Funny, to me that's a feature. It makes the threat of a hacked device that exfiltrate data from within your network much less likely. I avoid any wifi device because of that.

stego-tech 1 hours ago [-]
This. The network fragmentation is the point, just like how some businesses would run IPX internally and use a proxy for web/IP traffic to protect corporate infrastructure from malicious devices or software.

Not everything has to be on TCP/IP. For smart home connectivity, I’d say that’s a feature, provided said networking standard is just as open as TCP/IP.

vachina 1 hours ago [-]
Yes, not to mention WiFi is so much more power hungry.
pixxel 49 minutes ago [-]
[dead]
nick__m 3 hours ago [-]
I don't understand the problem that thread solves that zigbee doesn't! The article says that thread doesn't require a hub but it require a border gateway that is almost indistinguishable from a hub. And as far as my home assistant setup is concerned, it doesn't require a hub, only a zigbee radio.

The only thing that seems to advantage thread is manufacturers support, but I don't see what's stopped them to regroup around zigbee.

Any one has clues on why Thread was needed when zigbee already existed?

alsko 3 hours ago [-]
Matter was created by the Connectivity Standards Alliance (CSA), formerly known as the Zigbee Alliance! Basically, Matter is the next generation Zigbee. Thread as a protocol predates Matter, and it is just one of the supported transports, together with Wifi and Ethernet (for now).

Edit: One thing Matter adds that was not in Zigbee is Bluetooth provisioning, letting you use your phone to add a device to your network without QR codes or numbers to type in.

Also fun fact; Homeassistant is part of the CSA and apparently, Google, Apple and others use HA for testing!

amluto 1 hours ago [-]
As I understand it, Thread can transparently extend its mesh over regular IPv6 (Ethernet, Wi-Fi, etc), whereas extending a Zigbee (or Z-Wave) mesh beyond useful mesh range is a mess. I have a Z-Wave network that uses two controllers, and it sucks. It’s utterly obnoxious to maintain, the whole concept of multiple controllers is barely supported by zwave-js-ui, it is far to dumb to recover quickly on its own if it transiently loses connectivity to a node, and roaming between controllers is a complete non-starter.

I haven’t tried Thread yet, but I’m delighted by the concept of having a couple of easy-to-maintain base stations (routers or whatever they’re called) connected to the local network and having devices automatically roam between them.

I am not delighted by the fact that an Apple Home Thread network, a Google Home thread network, and a Home Assistant native thread network appear to be different things that are not entirely compatible with each other.

izacus 21 minutes ago [-]
> I am not delighted by the fact that an Apple Home Thread network, a Google Home thread network, and a Home Assistant native thread network appear to be different things that are not entirely compatible with each other.

Hmm, in what way? The Matter standard does demand that devices support at least 5 of such "fabrics" at once. Where is the issue in practice?

AndrewDucker 3 hours ago [-]
My understanding is that Thread is lower latency and lower power than Zigbee.
nick__m 3 hours ago [-]
How is that possible when thread use an ipv6 stack over 802.15.4 while zigbee use a simpler stack also over 802.15.4 ? The only thing I see is that manufacturers prefer an ip stack because it's "easier" to develop for.
AndrewDucker 3 hours ago [-]
An excellent question - all I can do is point you at the research. See the top graph here: https://www.reddit.com/r/homeautomation/comments/nxmehn/clea...
nick__m 2 hours ago [-]
I should have been more precise, I don't doubt the claim about latency nor speed, but I really doubt that running an ipv6 stack requires less power than running the simpler zigbee stack.

Also one Thread advantage from that discussion made me laugh:

  safe as the internet, using proven IP technologies
But thanks you for answering me!
dgacmu 2 hours ago [-]
I haven't measured it, but: in a lot of embedded situations, the radio transmission time is the single biggest consumer of power. Thread+matter being more efficient on number of packets transmitted per command (the reason latency is lower) could actually translate to battery savings.
0x000xca0xfe 2 hours ago [-]
But does it translate to real world gains? I've developed a Matter (wifi) device and the stack is ridiculously chatty.
RandomThoughts3 2 hours ago [-]
> The only thing I see is that manufacturers prefer an ip stack because it's "easier" to develop for.

It is easier to develop on an ip stack.

You have great tooling and great libraries out of the box because pretty much everything uses ip nowadays.

Plus, at least part of the controllers people use for their smart home will use ip anyway. A non ip network will need a bridge.

> How is that possible when thread use an ipv6 stack over 802.15.4 while zigbee use a simpler stack also over 802.15.4?

Easy, zigbee doesn't use a simpler stack. Using the same physical layer protocol doesn't tell you anything about the rest of the stack.

It's actually pretty simple. 6LoWPAN which is what Thread uses is more efficient than the Zigbee network protocol. Packets are smaller and the routing is better. It's not particularly surprising to be honest because Thread was designed by people who knew Zigbee really well and were aiming for an improvement.

yesimahuman 32 minutes ago [-]
Unfortunately, the writing's on the wall for mainstream adoption of Zigbee. For me, Leviton not making any more Zigbee smart switches was the last straw and I've prioritized Z-wave devices where possible. I also get much better performance out of Z-wave. Sad to see though, as the Zigbee devices I do have are working just fine. I don't really get the point of Matter or Thread when Z-wave works so well.
CharlesW 4 minutes ago [-]
It's pretty straightforward: Z-Wave is a closed (one company owns and controls the tech and brand) hub-bound mesh, and really should've been displaced by an open solution long ago. Matter is an industry-standard IPv6-based application layer that works over Thread (the successor to ZigBee) and Wi-Fi.
snickerdoodle12 50 minutes ago [-]
RIP. The ikea zigbee stuff was close to being best in class. Matter is still an unusable mess.
mft_ 3 hours ago [-]
Huh... anyone know what this will mean for people with legacy Ikea lightbulbs and hub?

e.g. if I add future Ikea lightbulbs or other equipment, will this mean managing them via a different system?

(By the by, I've been very happy with Ikea bulbs so far; while other people complain of LED bulbs with a short lifespan, [touches wood] I've not had a single failure with Ikea smart bulbs, with ~7 years and counting on one of mine.)

Spooky23 3 hours ago [-]
The newer DIRIGERA hub has both radios, and recently added full thread support in a firmware update, so you should be good if you have it. Otherwise, add that or an upcoming hub or migrate the old bulbs.

I love my Ikea smart home gear, it works really well. Odd that a cheap furniture store that sells meatballs seems to have a more coherent smart device strategy than major tech companies!

kedikedi 56 minutes ago [-]
I think that applies to many other electronics they sell too. I find them pretty well engineered overall.

My guess is that it’s because they sell any particular piece of hardware in millions and it’s in their best interest to design it properly so they don’t have to deal with the returns.

AndrewDucker 3 hours ago [-]
Looks to me like they'll continue to work. There are multiple mentions of backwards compatibility in the article.
api 3 hours ago [-]
Isn’t this the history of home automation? The money is in getting people locked into a “system,” but the systems are things that tend to rapidly become dated. So people will invest in a system and either get disillusioned due to the downside of lock in or the system goes obsolete and the newer stuff is not compatible because it’s a whole new system. Rinse, repeat.

There have been many attempts at industry standards but they fray around the edges. Nobody understands that a protocol and a spec is not a user experience, so the standards just become the basis for closed walled garden “systems.”

It’s why I stay away from it.

nick__m 3 hours ago [-]
That's the strength of a DIY approach backed by a community of users like homeassistant, it doesn't get obsolete.

I will just have make sure that I have a spare zigbee radio in case they eventually disappear from the market.

jkestner 1 hours ago [-]
“[Matter in its current version] doesn’t really help resolve the key issue of the smart home, namely that most companies view smart homes as a way to sell more individual devices and generate recurring revenue.”

https://staceyoniot.com/matter-only-solves-about-one-of-the-...

madwolf 32 minutes ago [-]
I mean... I have an Aqara Matter over Thread smart lock that connects via AppleTV (which is a Thread border router) to Home Assistant. And I can control the lock both with HA and Apple HomeKit. And this whole thing works flawlessly. Aqara, Apple, open source HA. Never thought this would be so smooth.

I think the whole point of Matter is that the devices are manufacturer independent and you can use any device with any hub.

vachina 3 hours ago [-]
Haha. Imagine a light switch that becomes obsolete like your wireless router.
lotsofpulp 3 hours ago [-]
Why can’t it keep working via manual control?
gorgoiler 2 hours ago [-]
These types of switches will always retain manual control. It is common to separate the user facing switch from the actual electronics and everything still works manually. This means you can take any new or existing switch furniture and make it smart:

https://sonoff.tech/products/sonoff-mini-extreme-wi-fi-smart...

This is good because manufacturers of well built physical switches are usually rubbish at technology, and high tech electronics manufacturers are rubbish at making aesthetically pleasing, durable switches. Separating them gives you the best of both of worlds.

The obsolescence is in the radio integration whereby one day you can control it remotely, the next day you cannot.

elcapitan 12 minutes ago [-]
Apparently "smart home" means that it's now a knowledge worker job to operate a lightswitch.
AndrewDucker 3 hours ago [-]
I am hoping that this is the thing that triggers Matter/Thread to go mainstream.

I'm currently blocked because Google and Amazon don't support "Generic Switches". Which means that if I switch over a light-bulb to being a smart one I can't use something like the Arre Smart Button to control them. Which seems like such a standard requirement that I do not understand why it's not supported.

If Ikea will let me set that up then I'll be delighted.

whitehexagon 2 hours ago [-]
I only recently discovered and invested in the IKEA ZigBee hardware, about the only product their MBAs havent destroyed. The hardware is very well built, and sensibly priced. What I liked most of all was that the hub was optional, and thus no cloud account required.

I ended up pairing mine with a 'ConBee II' and with a bit of Go code was able to receive sensor data with very little latency, and activate switches and lights very quickly.

What a shame they discontinue such a great product line. But I already decided this is the last home automation technology I'll invest in. ZigBee seems perfectly suited for this role, and no idea why we need yet another new standard. Although I also said that switching away from x10, if anyone still remembers that.

mongol 2 hours ago [-]
My IKEA was missing a lot of Trådfri assortment when I visited this week. I started to have doubts if they had abandoned the home automation niche. Now when I am searching their site, much is gone. But I guess they are clearing the inventory for a Threads relaunch
brabel 1 hours ago [-]
That's such a shame. I bought quite a few IKEA devices as they were the cheapest in the market and were Zigbee-driven, which meant I could use it with my custom-made SmartHome software (which does what Home Assistant does but without a heavy runtime) and they connected with other manufacturer's devices (they form a mesh, so as long as you have a Zigbee device every few 10s of meters, the devices can communicate with the central hub even from very far away). I wonder if I will be able to connect to Thread devices at all now.
evadne 1 hours ago [-]
This is horrible news. Zigbee has been trouble-free and Thread has been nothing but Trouble to the point I had to throw out everything based on Thread…
victorbjorklund 1 hours ago [-]
This really sucks. I have a smart home with home assistant and most of my things are Zigbee and Ikea stuff are great. They are affordable and they are high quality. So now I have to find another provider of especially light bulbs.
madwolf 30 minutes ago [-]
What stops you from adding a Thread border router and adding new Matter devices to Home Assistant? It works.
pmarreck 14 minutes ago [-]
I use some sort of cobbled together solution with Philips Vue lights, a couple of LIFX lights, halfway set up HomeKit, the Vue app, some Alexa integration, some sort of gateway that I believe connects Zigbee to my LAN...

.. but all I can remember from growing up is the X-10 POWERHOUSE

mongol 2 hours ago [-]
What is the equivalent for zigbee2mqtt for Matter/Threads?
madwolf 28 minutes ago [-]
You just need a Thread border router and Matter devices connect to your HA without problems. I use Apple TV as a border router.
jeroenhd 2 hours ago [-]
I don't know if there's an MQTT bridge yet. Generally, you run some kind of border router and connect through that. While the work doesn't seem complete yet, there's a guide to turn a Home Assistant install into a Thread border router if you have the necessary hardware: https://www.home-assistant.io/integrations/thread/#turning-h...

You can probably plumb Home Assistant into your MQTT server from there.

AndrewDucker 3 hours ago [-]
Paywall bypass: https://archive.is/8S1un
vardump 3 hours ago [-]
Does Thread work without cloud?
Toutouxc 2 hours ago [-]
The question doesn't really make sense this way. Thread is more or less like Wi-Fi. It's a transport technology and protocol. It's HOW your devices can talk to each other. It's how they can say "I'm here and I can see 'AirPurifier324' over there."

Matter is a bit like HTTP. It's WHAT your devices say to each other. It's a way for them to say "Hi, I'm a lightbulb and you can change my color and brightness."

vardump 21 minutes ago [-]
Ok, let me ask another way.

Can it operate without internet connection and with open standard that lets the me, the user, be in control using a hub (if necessary) and software I choose, including open source?

Or do I have to use proprietary hubs and software to control the devices?

In short, are there any end user hostile features or can I use the devices like how Zigbee works?

0x000xca0xfe 2 hours ago [-]
Yes but since it routes IPv6 and hubs are usually connected to the Internet when set up by the average consumer, it is very easy for Thread devices to "accidentally" gain Internet access.
thedougd 1 hours ago [-]
Yes, local control is a key feature as well as multi-controller.
bananapub 3 hours ago [-]
yes, that's the entire point of it
sc970 3 hours ago [-]
The new verge paywall seems to come out of no where, and seems to cover every article with no free limit?
Simulacra 3 hours ago [-]
throwaway984393 58 minutes ago [-]
"A software development kit (SDK) is provided royalty-free,[13][14] though the ability to commission a finished product into a Matter network in the field mandates certification and membership fees,[15][16] entailing both one-time, recurring, and per-product costs.[17] This is enforced using a public key infrastructure (PKI) and so-called device attestation certificates.[15]"

So it's a closed ecosystem that makes money for a cabal of corporations

3 hours ago [-]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 14:04:18 GMT+0000 (Coordinated Universal Time) with Vercel.