This Week's Sponsor:

Listen Later

Listen to Articles as Podcasts


Posts tagged with "matter"

With Version 1.2, Matter Now Supports over 20 Device Types

Jennifer Pattison Tuohy, writing for The Verge on the latest update to Matter, the interoperable home automation standard:

Matter — the IOT connectivity standard with ambitions to fix the smart home and make all of our gadgets talk to each other — has hit version 1.2, adding support for nine new types of connected devices. Robot vacuums, refrigerators, washing machines, and dishwashers are coming to Matter, as are smoke and CO alarms, air quality sensors, air purifiers, room air conditioners, and fans. It’s a crucial moment for the success of the industry-backed coalition that counts 675 companies among its members. This is where it moves from the relatively small categories of door locks and light bulbs to the real moneymakers: large appliances.

And:

While it’s possible today to get your lights to flash when your laundry is done, turn a light red when your fridge’s temperature rises, or shut off the HVAC system if the smoke alarm goes off, it can be complicated to set up and often wholly unreliable. You need to download multiple apps, maybe buy a sensor or two, deal with laggy cloud integrations, and worry about whether your washer is even compatible with your smart home app in the first place. With Matter support, this type of simple command and control should be much easier to implement in any ecosystem.

I spent the past year making as many parts of my new home as connected as possible (our apartment is powered by KNX; I had this bridge installed to bring lights, temperature sensors, and shutters into HomeKit) so, as you can imagine, I’m very much on board with the idea of having my accessories be compatible with multiple ecosystems at once. We live in a “mixed assistant” household (we use Siri in English and Alexa in Italian), so the idea behind Matter is the kind of technology we’re looking for.

The problem, at least from my perspective, is that I have very little hope regarding Apple’s ability to support the new device types added to Matter in their Home app anytime soon.

Apple’s Home app is, by far, the UI I use most for manually controlling my smart home, whether it’s from the Home app itself or Control Center. It’s also leagues beyond the terrible design of the Alexa app; its integration with automations and the Shortcuts app is also incredible. But let’s be honest: the Home app already struggles to fully support device types that were added years ago, such as sprinklers; realistically, how long is it going to take Apple to integrate with robot vacuums and air purifiers?

The way I see it, any connected home standard is only as useful as the UI that lets you control its accessories. So while I’m excited about Matter and strongly believe in the initiative, the weak link for me remains Apple’s Home app.

Permalink

Apple Tells The Verge That iPads Will Continue to Work as Home Hubs When iPadOS 16 Is Released

Last week, MacRumors reported that beginning with iPadOS 16, the iPad would no longer be able to serve as a hub for your HomeKit accessories. MacRumors’ story was based on strings found in the iPadOS beta and was picked up by other websites, including The Verge.

However, it seems that’s not quite right. According to Apple spokesperson Catherine Franklin who contacted The Verge, the iPad will retain its current ability to operate as a home hub, but won’t be compatible with the Home app’s upcoming new architecture. That’s a shame, but at least users who rely solely on an iPad as their home hub won’t lose the features they currently have.

Here’s Apple’s full statement made to The Verge:

Alongside these releases, the Home app will introduce a new architecture for an even more efficient and reliable experience. Because iPad will not be supported as a home hub with the new architecture, users who rely on iPad for that purpose do not need to update the Home architecture and can continue enjoying all existing features.

Franklin also said that the upgrade to the Home app’s new architecture will be available in the app’s settings in a later iPadOS 16 update. No details on the new architecture were provided, although, during the WWDC keynote, a presenter mentioned that it is more efficient and reliable, allowing the Home app to handle many more accessories than before.

One aspect of what is going on with the Home app’s mysterious new architecture is undoubtedly the upcoming Matter standard. Matter, which incorporates Thread’s mesh network protocol to improve device connectivity and support over 250 devices at once, is slated to be released this fall. I wouldn’t be surprised if Apple is building functionality on top of Matter for HomeKit devices too, but whether that’s the case and what it might entail remains to be seen.

Permalink

MacStories Starter Pack: Reverse-Engineering the Matter API and My ‘Save to Matter’ Shortcut

My Save to Matter shortcut.

My Save to Matter shortcut.

Editor’s Note: Reverse-Engineering the Matter API and My ‘Save to Matter’ Shortcut is part of the MacStories Starter Pack, a collection of ready-to-use shortcuts, apps, workflows, and more that we’ve created to help you get the most out of your Mac, iPhone, and iPad.

For the past few months, I’ve been enjoying and keeping an eye on the development of Matter, a new read-later service that aims to combine a powerful text parser with elegant design, social discovery features, annotations, and the ability to listen to articles as audio. I’m not one to typically care about the latest VC-backed startup that promises to revolutionize reading articles with social features, but Matter struck me for a few reasons: the app’s reader mode is gorgeous; the ability to annotate articles with highlights is great; and, more importantly, it has the best, most human-sounding text-to-audio conversion engine I’ve ever tested.

Something else happened a few months ago: Matter introduced an official plugin to sync your article highlights as Markdown notes to Obsidian. Integration with PKM-style apps is a hot trend right now in the modern crop of read-later services (John covered this very topic here), so I wasn’t shocked to see that Matter joined Readwise in supporting Obsidian with a plugin. Something about it piqued my interest though:

If Matter didn’t have a public API, how could the Obsidian plugin even sync to the Matter service?

Obviously, there had to be an API involved behind the scenes, which Matter hadn’t announced yet, but which I could potentially reverse-engineer and integrate with Shortcuts. And that’s exactly what I’ve been doing for the past month.

My experiments with the still-unannounced Matter API have developed on three separate fronts, and I’m going to share the results in three different places:

  • Today on MacStories, I’m going to share a one-click shortcut called Save to Matter that lets you save any article to your Matter queue directly from the share sheet or anywhere else on iOS, iPadOS, or macOS without having to use the Matter extension;
  • Tomorrow on MacStories Weekly for Club MacStories members, I will share MatterBot, an advanced Matter shortcut that lets you take complete control over your Matter queue with support for exporting annotations as Markdown or even downloading articles as MP3 files;
  • Next week for Club MacStories+ and Premier members only, I will share MatterPod, another advanced shortcut that lets you turn your Matter queue into a Matter podcast feed hosted on your own web server.

Before we dive in, I also want to confirm that I privately reached out to the folks at Matter weeks ago about my experiments, and they were cool with me writing about my findings and sharing shortcuts I’ve built for the Matter API.

With that being said, let’s take a look at how you can get started with the Matter API and the Save to Matter shortcut.

Read more