• NekuSoul@lemmy.nekusoul.de
    link
    fedilink
    English
    arrow-up
    17
    ·
    9 months ago

    Pretty weird that such a long article doesn’t even mention Home Assistant once.

    I understand that it’s not the easiest to set up for the average person, but given how much pain all these online services and different hubs have caused the author, it’s weird that it doesn’t even get a shout-out.

    • misk@sopuli.xyzOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 months ago

      My smart home is Homekit + Homebridge based and I don’t have that much smart devices so I’m not super up to date. The way I understand this, Matter is supposed to make Homebridge unnecessary and after many delays it finally happened to some degree, hence inclusion in “year in review” type of article. I know of Home Assistant but did it get any big updates this year?

      • NekuSoul@lemmy.nekusoul.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        9 months ago

        did it get any big updates this year?

        This year was officially called ‘Year of the voice’, so that was the main focuse, but pretty much every monthly update comes with all sorts of neat enhancements, including plenty of improvements to the Matter/Threads integration.

      • GreatAlbatross@feddit.uk
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 months ago

        The thing that articles often miss is that HomeAssistant isn’t designed to be another protocol, it’s more like one UI wrapping up all the other protocols.
        You buy different bits of kit, and so long as they’re not made my a shitty manufacturer that locks everything down, homeassistant will likely work with them all once people have had time to add support.

  • fubarx@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    9 months ago

    I’ve had the pleasure of reading through the whole Matter spec for work (twice) and working on this stuff. Here are some issues:

    • It’s a very complicated spec. From onboarding a device to changing a value (on/off, dim-level), a developer has to take a LOT of steps. It takes a long time to develop code that gets things right.

    • The CSA (group that owns the Matter spec) has published a lot of sample and SDK code to hide the complexity and help people not have to reinvent the wheel. But that code sometimes has conflicts with the version actually running on the phones and home gateways out tbere. That makes testing hard.

    • The spec has a pretty complicated flow for adding a device to a home, but sort of punts on how the whole network has to coordinate with the cloud (if at all). Same with how to remotely control a Matter network when you’re away from home. So we’re back to needing custom apps from vendors.

    • Speaking of the network, device vendors LOVE hoovering usage data and sending it all to the cloud. Every time you flip that light switch or change the color of a bulb, it’s saved somewhere. Why? Because that’s what everyone else does. Matter allows you to have a local network that doesn’t need to talk to the cloud. In practice, you’re likely to use Apple’s Homekit or Google Home Automation to pair and operate the devices, so if you use one of those clients, only Google and Apple get that usage data. A lot of vendors are wondering why they should go to all this trouble and NOT get any data out of it.

    • To get vendors to adopt it, Matter has an anti-counterfeiting system baked into it that directly benefits manufacturers. But it requires setting up a complicated certification process and getting each product ‘approved’ by CSA. This adds lag time and has created a whole expensive ecosystem for device certification vendors. Add that as an ongoing cost for producing a Matter device.

    • That little sticker with a custom QRcode used to easily pair a device? It has to be generated and affixed at the factory. A lot of electronic factories aren’t set up to generate and print them, let alone stick them to the device. To be safe, you also need a backup copy of sticker in the user manual. That means user manuals need to be paired with each device. Guess what? Lots of factory lines aren’t set up for that either. More delays.

    • There’s more, but the biggest problem, IMO, is that Matter has a fixed device taxonomy. This means there is a defined device type of say, light bulb, and it has a predefined set of attributes and operations.

    If you want to innovate and add a crazy new feature that sets your product apart, you have to spend a lot of extra engineering effort to create your own custom attributes which may not be supported by your HomeKit or GHA apps. So you’re back to creating your own custom app or waiting for the next Matter spec to catch up. Fixed taxonomies are driven by central authorities and slow down the rate of progress. It’s baked into the Matter spec.

    The upshot is, it’s a good idea having a standard. In practice, it’s adding cost and delays to every product. It will take a long time before vendors have it all streamlined and can crank out new products with ease. We’ll all have to wait until that happens.

    Thanks for coming to my TED talk.

  • GreatAlbatross@feddit.uk
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 months ago

    Matter feels a little bit doomed.

    Manufacturers want to lock people into their systems.
    Enthusiastic techies want devices to support the standards that are already working, and often to avoid IP where possible.
    General consumers just want the device to do the thing, and will happily use the manufacturer’s lock app.

    Matter sits in the middle, and somehow misses both camps.
    The techies don’t like it, because it’s adding yet another standard to adhere to/break.
    And the general consumers won’t even notice, they’ll just use the app the manufacturer suggests on the box.

    • Static_Rocket@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      Matter makes sense on paper but it’s not really doing anything more than a standardized interface for MQTT traffic could do and damn Google has a way of fucking up simple stuff. Take a look at their repo for matter. Monolith of submodules and a goofy recursive project structure that requires multiple python virtual environments and external tools to build – to the point where they have another repo just to distribute binaries of the build tools last known to work.

      It’s completely unnecessary and impossible to integrate cleanly into any existing system.

  • Mitchsicle@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    I can say my Hue lights from long before Matter fulfill this promise with the firmware-upgraded bridge I got like 7 years ago. I hate that the brand is so expensive but they got it right the first time.