Matter is purely about connectivity, not sophisticated control on the level of openHAB. So, OH can still have a valuable role in your home if you want deep, rule-based control.
If someone doesn’t want to have advanced/complex automation (and most people don’t), then I agree that they don’t need openHAB. That has nothing to do with Matter, though…it’s already been the case for years. openHAB is a niche system for a very small number of people who want to dive deep into the home-automation rabbit hole.
I only recommend openHAB to people who are looking for a hobby…which means that I’ve never recommended it to any of my family or friends. I point them to TP-Link Kasas.
Matter networks have border routers, not hubs. That’s an important distinction, because there is no hub-like centralized controller. Ideally, homes will have multiple border routers that are all able to pass commands to and from endpoint devices. If one border router is offline, others carry on without it.
When you add a Matter device, you’ll be able to do so with the corresponding app for any of your border routers (Apple, Amazon, Google, IKEA, Nanoleaf, etc.). Once it’s in your Matter mesh network (which will comprise WiFi and Thread radios), other border routers will automatically be able to talk to it, regardless of manufacturer. That’s the big deal here: no closed manufacturer ecosystems and no singular points of failure.
openHAB can still play a valuable role by enabling you to integrate things that aren’t compatible with Matter, and that isn’t just “legacy devices that will eventually be replaced”. For example, I use:
- Astro to inform rules that are based on time of day
- Network UPS Tools to get reports from my Raspberry Pi UPSes
- MQTT to control my octoPrint RPi server and 3D printer
- IPP to connect to my wireless print server
- HTTP to send sleep/hibernate commands to my Windows PC
Matter isn’t going to replace any of that.
The question now is how OH will talk to Matter. I’m not a developer, but I’m hoping it’ll just be a binding that enables OH to join a Matter network. When a new Matter device is added, it’ll pop up in the OH Inbox and we’ll make items/rules/sitemaps/pages with it, mad scientists that we are.