Live data from Hacker News

IKEA launches new smart home range with 21 Matter-compatible products

ikea.com

31–40 of 241 posts

Re: IKEA launches new smart home range with 21 Matter-compatible products

#31
I've never really got the smart home thing, and the shit being pulled with the likes of "smart" TVs and cars has really put me off any sort of network connected device I can't control.

How would you use this and ensure privacy and security? Without investing time in becoming an amateur network engineer?

Re: IKEA launches new smart home range with 21 Matter-compatible products

#32
Although I have been trying to only buy 'needs' not 'wants' recently, I did stockpile a few IKEA ZigBee gadgets before they retired them. One of the few product lines their MBA's hadn't destroyed.

I was working on some Golang code, talking to them via the very open ConBee II ZigBee gateway. Great fun, and very fast once I got subscribe vs polling working. So now I get an SMS for door access, but kinda hopefully never for a water leak.

No interest in yet another 'standard', especially since Matter seems to mandate PKI device attestation. ZigBee just feels more open to me, and I have enough eWaste devices with expired certificates.

Re: IKEA launches new smart home range with 21 Matter-compatible products

#33

Does this mean they're abandoning Zigbee compatibility? In my experience, Ikea was making the most reliable Zigbee devices considering the price (as someone who just uses Zigbee and no Ikea hubs, just HA+Zigbee), and would be a shame to lose that, but maybe it's a clear sign I should investigate starting to use Matter more instead?

Isn't Matter derived from Zigbee?

Re: IKEA launches new smart home range with 21 Matter-compatible products

#34
post #7

Earlier quoted context omitted.

It’s a newer standard backed by multiple vendors (importantly, Apple, Google and Amazon, who make the devices that you ultimately want to use to control these things). Zigbee is great for communication instead of WiFi, but it’s just one part of the equation - it says nothing about the specific commands a device will respond to. You couldn’t pair a Philips remote with an IKEA lightbulb. Matter attempts to fix it by ac…

Matter is definitely a step in the right direction, SDK is under Apache and the actual spec is freely available[1] Might give it a year or three and if they continue on that path I might have to reasses my "No smart devices in the house" "rule". [1] https://csa-iot.org/wp-content/uploads/2022/11/22-27349-001_...

They've been talking about it for years and now they finally have a product?

Re: IKEA launches new smart home range with 21 Matter-compatible products

#35

Does this mean they're abandoning Zigbee compatibility? In my experience, Ikea was making the most reliable Zigbee devices considering the price (as someone who just uses Zigbee and no Ikea hubs, just HA+Zigbee), and would be a shame to lose that, but maybe it's a clear sign I should investigate starting to use Matter more instead?

The new Dirigera hub supports both for now (https://www.ikea.com/gb/en/customer-service/knowledge/articl...) so they'll probably slowly transition.

It depends on your setup how easy it would be, but the Zigbee stick I use for controlling Ikea stuff also has firmware available for using it with Matter. There's a good chance whatever IoT solution you use can be hooked up to Matter.

Re: IKEA launches new smart home range with 21 Matter-compatible products

#36
post #11

Earlier quoted context omitted.

Zigbee is the wireless network protocol. The equivalent to it on the Matter side is called Thread, also based on Zigbee from what I read (was developed by Connectivity Standards Alliance, formerly known as Zigbee Alliance). Zigbee and Thread operate at OSI L1-3, Matter is L3/4-7. Matter is a communication protocol adopted by a lot of manufacturers but I think practically for the buyer the real benefit is that you no…

You never needed a bucket of hubs with things like zigbee2mqtt or the Zigbee implementation in Home Assistant. That's enough a proof that the issue was not in the protocol. Actualyl you can also pair between them different vendors products (i.e. Ikea remote with Philips bulbs)

While you could do that, the hub needed to implement the logic to actually convert the different "APIs" that the products spoke. E.g. imagine an IKEA remote sends "button_on" to turn on the light, but the Philips remotes send "light_on" or something. Philips lights will work with their remotes but not with IKEA remotes, since they wouldn't know what to do with "button_on". Zigbee2mqtt and ZHA are great projects that implement a compatibility layer to all of this, but they do have to explicitly support every device (and they support basically _every_ device there is, thanks to a ton of community work, they're genuinely great projects and something that wouldn't really be possible without open source). You mention that you can pair between different vendor's products, but that's not quite the case - you can pair different vendor's products to the hub, and the hub can translate between them. But while you can pair an IKEA remote to an IKEA bulb without a hub, you can't really do that between different brands.

Matter simplifies this. It defines the API layer. You can use Thread without Matter, at which point you basically have Zigbee + IPv6, but the power comes with Matter since now every device is speaking the same language and can actually understand each other.

Re: IKEA launches new smart home range with 21 Matter-compatible products

#37

What “hub” thing do I need to use this? I use an iPhone but really just want to use some physical remote switches. I currently use Home Assistant but want to shift to something more “mass market” as I’m bored of being family tech support.

For some degree of future-proofing you'll definitely want a device with a Thread radio.

(I've done paid work on Matter so I'll avoid giving possibly-tainted opinions on any particular vendor's products.)

Re: IKEA launches new smart home range with 21 Matter-compatible products

#38
post #31

I've never really got the smart home thing, and the shit being pulled with the likes of "smart" TVs and cars has really put me off any sort of network connected device I can't control. How would you use this and ensure privacy and security? Without investing time in becoming an amateur network engineer?

That's half the point, these are using local communication (Matter over Thread) and are not cloud based. Privacy by default

Re: IKEA launches new smart home range with 21 Matter-compatible products

#39
post #6

Is there an article that has the US pricing anywhere? It doesn't look like any of these are on the US site yet so I am curious what these will actually cost. I keep hoping that Ikea would come up with something that can go over a switch to manually control it. Seems like it would be very much within Ikea's target market (renters). There are devices like this on Amazon but having used them in the past they are finicky…

The ZigBee range used to include a bulb and remote, so you just leave the mains switch on.

Otherwise, I used floor lights in the past with WiFi switchable sockets before I switched to ZigBee. The WiFi ones wanted to dial home.

Re: IKEA launches new smart home range with 21 Matter-compatible products

#40
post #31

I've never really got the smart home thing, and the shit being pulled with the likes of "smart" TVs and cars has really put me off any sort of network connected device I can't control. How would you use this and ensure privacy and security? Without investing time in becoming an amateur network engineer?

Easy — you’re not their target demographics. Almost all of my friends have some sort of “smart” devices, and I’ve helped personally to install them when things were a bit annoying (Spotify not syncing, dhcp not working properly and etc.). Absolutely not a single person cared about the “privacy and security” issue.
Post reply on HN