I just started my journey into Home Automation, and I think I am starting to understand better what Matter actually signifies…

So, Zigbee is just a communication protocol, and the definition of smart devices is actually done by ZHA, Zigbee2MQTT, etc… correct?

So Matter actually reduces all those Zigbee sub-protocols into one thing, so one Matter bulb will be always compatible, you don’t need to pick like we do now with ZHA, Zigbee2MQTT… correct?

And then, the Zigbee communication is substituted either with Thread (basically Zigbee technology but for Matter) or Wi-Fi. But the smart device definition is still Matter, so a bulb will always behave like Matter specifies, in terms of variables and parameters.

Am I getting close?

  • Diogenes59@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Matter standardises the communication. Different manufacturers can report values and controls differently for their bulbs. If the bulbs have matter support your “base station”/server can send the same “turn on/off” to the different bulbs without having code specific for that brand/model. This CAN allow us to skip brand specific bridges and such, or as in the philips hue case. All bulbs are exposed as matter devices through their bridge.

    • unknowing8343@discuss.tchncs.deOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Yeah, so it’s more or less what I was thinking. This is something that currently does NOT exist with Zigbee, right? I could have a Zigbee light bulb that speaks in a specific obscure language, whereas all Matter lightbulbs understand and send the same information.

      • palitu@lemmy.perthchat.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Yes but, matter standardises what is plugged into the Ethernet network. So easier for home assistant and others to work together.

        Unfortunately, you will still need zigbee2mqtt / ZHA to get different vendors zogbee devices to work. I think z2m is looking at matter support.

  • Diogenes59@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    As it stands now. No zigbee and matter are not compatible, as zigbee has it’s own way of addressing devices (i’m not 100% clear on what they use or how it works), while matter wants to use tcp/udp. However if you have for example aqara devices that use zigbee, and you have their aqara controller, the controller will expose the devices via tcp/udp as matter devices

  • OctarineYoda@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Yes, that’s basically right. Matter is the home automation API and pairing/security specification, and it uses IP for communication. WiFi and Thread are the officially supported IP communication layers. One other detail is that Matter uses Bluetooth for pairing & onboarding, before switching to Thread or WiFi for communication. So you don’t have the inclusion/pairing/etc setup from other low-power radio systems like Zigbee or Z-wave. That’s all it uses Bluetooth for, though, but some people seem to get hung up on that and think it brings Bluetooth’s many shortcomings along, when it really doesn’t.