It's encrypted, if that's what you're asking. They also make a big deal about being able to push firmware updates over Matter, probably because IoT is notorious for not keeping shit up to date.
Privacy is a little more complicated. That's like asking how private is HTTP. If you keep everything within your own network and never let anything leave? Pretty damn private.
I don't think there's anything in the standard for Matter that prevents them from talking to the internet if they can. In fact, since they stress the ability to update firmware so much, I suspect they're expected to be able to connect to the outside world. What it does do is provide a standard for communication between IoT devices so whatever controller you want to use doesn't need to know how to speak Brand X Lightbulb Protocol, Brand Y Door Sensor Protocol, and Brand Z Switch Protocol. They should all use the standard Matter messages and calls and just work. Which means the ones that could be internet connected by the nature of how they connect to your Matter network, i.e. the ones that use WiFi, should be fine on a network without internet access. That's how I keep IoT shit from talking to the internet already and it's how I will continue to treat WiFi IoT shit gear when Matter devices start shipping.That becomes the question, then. Is this standard set up to strictly stay within your own network on devices you control? Can I disable outside contact and still control all the devices without installing someone's snoopy apps? Will I still retain complete control over all my devices if I do?
Right now, my setup is most RPis that let me access information via https and send commands via ssh. I can be pretty sure that no other people/companies else has access to those. I can't see giving up that setup without some very serious, exclusively user-controlled, privacy and security considering so many things in my home would be connected to it.
I totally see this but at the same time sometimes standards win for one reason or another. It's not always the first one either. Serial ports, SCSI ports, Parallel ports -what you want to add another type of port called USB ? So now we'll have 4 different kinds?I have a feeling it will end up like this:
![]()
The hue hub needs to be out in the open though, because the zigbee bulbs and accessories need to be able to reach it. Otherwise, you suffer from high latency in response or just flat out lack of response when you press buttons on your switches.
I've had a hue lighting system for 6+ years, so speaking from practical experience. It doesn't require everything to be line of sight since it can daisy-chain, but your hub needs to have a clear signal to at least one lightbulb, and that in turn needs to be able to daisy-chain to other members of the network, otherwise you suffer. Lightbulbs obviously are out in the open so no problems there.
Matter isn't a replacement for ZigBee. Matter devices can connect to your network via WiFi, ZigBee, Thread, BT, or just about anything else.I'm just getting started with the smart home stuff. A problem I've run into is zigbee range being very limited by modern house construction. I have a new garden office only 5 metres from my house, but zigbee repeaters seem unable to penetrate the wall fabric. it has a metallic layer as part of the wall construction, so it feels like a faraday cage problem.
I have Ethernet between the office and house, so I thought I could just install a second hub (ikea dirigera) in the home office, and they'd coordinate over Ethernet to create one seamless network (the hub in each location managing the zigbee devices it can see), but so far it appears that is impossible.
Some people mount a zigbee repeater on the outside of the building, powered by 5V dc, to get around this problem, but this seems a bit ludicrous.
Has Matter got support for multiple hubs that can coordinate over Ethernet?
Yes. As long as you're Matter Wi-Fi devices are on the same LAN, all Matter commands are routed.Has Matter got support for multiple hubs that can coordinate over Ethernet?
How good is Matter at security/privacy?
I've got the square hub, so that's a V2, bought in early 2016. They all need to be connected via ethernet as mine is. Version 1.55 with 10 lights of different styles but all Philips hue, 1 motion sensor and 8 switches.Which hub do you use? We have the "V2.1", hardwired, on firmware 1.53.1953188020 and it works instantly three floors away from all the Hue lights. Definitely no line of sight.
We don't have many lights, though: does that make it faster? I think ~8 bulbs total.
You should check that. All of my hue bulbs can be updated through zigbee2mqtt. I’ve never used a Philips hub with them. If they show up in the OTA tab, it means they’re already running the latest firmware that zigbee2mqtt links to. New versions require they get added both to a GitHub repo and a new version of z2m is released.I can do firmware updates to most but not all ZigBee devices (Hue is about the only one that doesn't allow it) with Zigbee2MQTT
No it doesn't. ZigBee uses the 2.4ghz frequency and Hue bulbs are routers so as long as it can reach one light, that light can connect to the next light. Adding lights extends you ZigBee network as long as they are router devices and not endpoints which some cheaper Zigbee bulbs are. All Hue lights are routers so all it has to do is be in reach of the first bulb. Not every bulb has to connect directly to the hub. Matter will work on the same way.The hue hub needs to be out in the open though, because the zigbee bulbs and accessories need to be able to reach it. Otherwise, you suffer from high latency in response or just flat out lack of response when you press buttons on your switches.
You should check that. All of my hue bulbs can be updated through zigbee2mqtt. I’ve never used a Philips hub with them. If they show up in the OTA tab, it means they’re already running the latest firmware that zigbee2mqtt links to. New versions require they get added both to a GitHub repo and a new version of z2m is released.
That becomes the question, then. Is this standard set up to strictly stay within your own network on devices you control? Can I disable outside contact and still control all the devices without installing someone's snoopy apps? Will I still retain complete control over all my devices if I do?
Right now, my setup is most RPis that let me access information via https and send commands via ssh. I can be pretty sure that no other people/companies else has access to those. I can't see giving up that setup without some very serious, exclusively user-controlled, privacy and security considering so many things in my home would be connected to it.
I think the main point is they don't have to 100 percent rely on the internet. I remember reading a few years ago about some smart home thermostat company that went out of business. When they shut down the servers their thermostats stopped working completely. You couldn't even use them as dumb thermostats. They simply stopped working and they had to be replaced just to turn on the AC or heat manually. If you use a voice assistant like Alexa or Google that relies on the internet. There are some open source voice assistants like almond and snips that are 100 percent local.
Per the standard everything would still work without the internet but you would probably have to use that snoopy app unless you have a local open source project like HA setup on your network. A voice assistant like almond or snips would still work without internet. You can plug in a microphone and speaker to a raspberry p with HA installed and use these voice assistants with no internet and have everything work and they are also much faster because everything is over LAN where Alexa and Google are essentially doing webhooks to control smart devices so they still require internet to control anything