I just want to create a new post to highlight the brilliant work of @t0bst4r for creating the Home-Assistant-Matter-Hub addon. I’ve searched the forum and there is very little discussion on what I think is an amazing concept .
Home-Assistant-Matter-Hub allows almost any home assistant entity to be made available to any Matter-compatible controller like Alexa, Apple Home or Google Home. No messing about with complex cloud configuration, All interaction is local and lightning fast. No lag changes update immediately, no matter where the changes took place.
I was going to outline the setup and configuration , but there is an excellent setup guide here.
Google Home for me is now completely stable, no dropouts , no delay. So much better than interacting with the cloud. It is a night and day improvement.
Setup of Home-Assistant-Matter-Hub was a simple install of an addin and exposing which entities to add to the hub. There are still rough edges and not all domains are available. As a concept it’s genius.
Why is a Matter hub not a core component of home assistant. This exemplifies everything which Home assistant stands for: local control, no cloud, no outside control.
Because matter is still experimental. There are also quirks with onboarding devices and some say that you don’t have full control of the devices you adopt doe to needing internet access to adopt and the manufacturer having the ability to brick devices if they want.
Idk how true that last bit is, but regardless, matter is marked as experimental within Hass.
Your not adopting devices but making your home assistant existing devices availiable to any local matter controller on your network say a Google Home hub, Alexa Echo , apple TV, LG TV
It saves having to link home assistant to the cloud and keep everything local
Thanks to @t0bst4r for the work done. I managed to add the lights and switches in the Home app and Google Home.
Maybe in a future update we will be able to select only certain devices from a domain. Now when I select lights as domain, it integrates everything it finds lights. The same with switches.
edit: It also works very well with Alexa on port 5540 only.
I have created the label “matter” in Home Assistant and added it to all the entities I want added. Once updated restart the addon. This ensures only entities maked matter are used.
Hi! How to use scenes with this addon? With Emulated Hue in Alexa, the command was given saying - activate “scene name”. I was using the tuya scenes with IR controls for the tv. Now a scene is actually a button switched to On by default. Thanks in advance for the answers.
I have a problem getting scenes to work: The scenes show up but seem not to get triggered by HA.
the respective scenes can be triggered from HA directly (scene.turn_on) without issues
Scenes got correctly recognized (included via a dedicated new label - which worked great, thank you lonebaggie for the idea) and added as OnOffPluginUnits
Added them and also other entities to Alexa via App successfully
Can trigger them via Alexa (me: “Turn on Scene ABC” - Alexa: “Ok”)
Log for add-on shows activity e.g.:
[ 2024-11-21T12:42:00.727Z ] [ INFO ] [ matter.js / Behavior ]: Invoke xxxxxxxxxxxxxxxxxxxxxxxxx.aggregator.scene_breakfast.onOff.on online#xxxxxxxxxxxxxxxxxxxxxxxxx (no payload)
scene does not get turned on though
my lights trigger directly.
Remark: I recognized in the add-on frontend that all my scenes show as “on” all the time. On the UI I cannot see them swithing status.