Hacker News new | ask | show | jobs
by ssl-3 22 days ago
Matter is a solution to that. It's a standard pathway for things to talk to (say) a light bulb. The control interface is local, not cloud-based. And configuring a Matter device from $random_company doesn't require $random_company's bizarro-world app; instead, it involves a QR code or a short alphanumeric sequence.

That Matter light bulb still needs something to control it, but the light bulb is not tied to one control ecosystem -- at all. It works with any Matter-supporting system.

That bulb can even work multiple different Matter systems concurrently. Which sounds dumb, but that helps smooth our transition periods wherein a person switches from one system to another. The old system can continue to operate just fine while the new system is implemented, and then once the new hotness is behaving Good Enough the old one can just be switched off.

2 comments

It's also a bit of a trap. Many devices "work with Matter" but either they don't really until a future firmware update, and even then, a lot of them have certain features locked into the vendor app.

There's also complications around networking. Matter over WiFi works great if your networking gear can withstand potentially hundreds of devices connected. Matter over Thread seem to work under specific conditions, but I still haven't been able to pair the first device.

There's also potential issues around device certification.

All in all, Zigbee is a more reliable platform for the moment IMO, even though I have some issues with it as well.

I've heard of these "works with Matter"-but-not-without-help devices, but haven't encountered one yet. I just take random cheap Matter devices out of the box, scan the QR code with HA, power them up, and they work.

I get all of the features I think I'd want out of something like a light bulb or a wall switch that just responds to commands and reports status. :)

None of my stuff uses Thread yet. I'm cheap, so I tend to buy home automation gear at the very low end of the market and Thread just isn't quite there yet.

Anyway, Zigbee.

I was using Zigbee when that still mostly bare dev and demo boards, >20 years ago. It was neat then (I was using it to consolidate RS-485 serial comms between a bunch of gear mounted on different radio towers), and it's still neat today.

But in home automation, Zigbee has been problematic for me, with devices going offline and coming back according to some unseen agenda. I've gathered that "right way" to fix that is apparently to use repeater-capable devices here or there, but meh: I'd rather build a proper wifi network (with hardwired access points) than buy weird stuff I don't need, put it in places where it isn't otherwise useful, and let Zigbee form its own unsteered mesh.

It just makes more sense to me to build a single wireless network, than to build multiple wireless networks. So I built a proper-enough wifi network with some Mikrotik hardware and that's what I use.

But I still have one Zigbee device (a temperature sensor) and it's been working fine for years. I don't track the rate at which it eats coin cells as well as I could, but I probably get a little over a year out of a random Chinese cell and they don't cost much.

In terms of wireless bandwidth: I find it only sensible at this point to consider 2.4ghz to be trash. It's not worth preserving. Internet speeds (and needs) keep increasing, and that means that 2.4ghz decreases in relative usefulness for work that requires high speed data. And all of my serious devices have 5ghz radios, anyway, and have had them for a long time.

Its biggest strength is also its biggest limitation: Penetration through walls tends to be better, and that means that the band gets stuffed up with noise from the neighbors more than 5ghz does.

It seems OK to make phone calls using a Bluetooth headset at short ranges, though. And it's plenty good-enough to tell a light bulb to turn on or off, run a music streamer, or play with esp32 and pi pico projects.

So even though many others seem to despise the concept: I'm quite deliberately centered on using 2.4ghz wifi for home automation stuff. It works well. I think I reached this position rationally. :)

I hear you!

Interestingly enough, I agree that cheap Matter over WiFi devices work well. I have a bunch of Moes lightbulbs and they worked out of the box, except one that seems to lose its connection after a few minutes of pairing - still pretty good out of about 30, each costing £3-4.

The bigger brands are the worst offenders - SwitchBot, Meross and Tapo are all problematic to an extent.

I'm also just building a solid WiFi network for these devices. If nothing else, I can troubleshoot WiFi a lot more easily than either Thread or Zigbee.

> The control interface is local, not cloud-based

Unfortunately you see quite a few manufacturers implement Matter in a way where they require a proprietary hub, and the proprietary hub requires a constant internet connection to work...

> Unfortunately you see quite a few manufacturers implement Matter in a way where they require a proprietary hub, and the proprietary hub requires a constant internet connection to work...

In what way?

I don't see any of them that require these things.

If you do see them yourself, then please use the space provided by clicking the "Reply" button to name-and-shame. Please be specific; I need this information in my life.

SwitchBot is one of those major manufacturers: https://www.reddit.com/r/TrySwitchBot/comments/1j8ogt8/matte...
Thanks.

If I'm looking at that right. it looks like Switchbot sells a device that talks Matter on one end, and emits infrared commands on the other end.

And that it needs continuous Internet access in order to perform this infrared function because it doesn't store those infrared codes locally -- like, apparently, not at all.

Every programmable remote for the past 30+ years has managed to do this with the most basic of hardware, but a company with the technological prowess of Switchbot just can't quite get that functionality into their workhorse ESP32.

That's hilarious. 10/10. I needed that today.

I'll try to remember to amend my future comments about Matter's real-world offline utility with "Unless they're the product of a resolute fuckup, like Switchbot."