If you want to get started with Matter in Home Assistant, it is really important that you read the updated Matter documentation.
https://www.home-assistant.io/integrations/matter/
The Matter integration allows you to control Matter devices on your local Wi-Fi or Thread network.
For communicating with Matter devices, the Home Assistant integration runs its own “Matter controller” as add-on.
Matter Server add-on
This Matter Server add-on runs the controller software as a separate process。
This Matter Server add-on connects your Matter network (called Fabric in technical terms) and Home Assistant.
Matter integration
The Home Assistant Matter integration connects to this server via a WebSocket connection.
Each Matter network is called a fabric.
Step 1: Matter Wi-Fi Prerequisites
Before running the Matter Wi-Fi demo or developing for Wi-Fi make sure that you have all the required hardware and software for each use case.
Matter Hardware Requirements
Matter Software Requirements
Software and hardware requirements
Home Assistant INSTALLATION TYPES requirements
Running Matter on a Home Assistant OS installation : supported
Running Matter on a Home Assistant supervised installation : supported
Running Matter on a Home Assistant Docker installation : supported
Running Matter on a Home Assistant Core installation :Not supported.
It is recommended to run the Matter add-on on Home Assistant OS. This is currently the best-supported option.
If you run Home Assistant in a container, you can run a Docker image of the Matter server. The requirements and instructions for your host setup are described on that GitHub page.https://github.com/home-assistant-libs/python-matter-server
Running Matter on a Home Assistant Core installation is not supported.
detail:https://www.home-assistant.io/integrations/matter
目前只有 hassos 能比较容易运行起来 matter。
其实可以考虑用物理机跑hassos,也可以用虚拟机跑 hassos,网络配置成桥接,就到同一网段了
Only HAOS and HA supervised is supported
IPv6
IPV6 needs to be enabled on the network adapter used!
Homeassistant the you need to have IPv6 ON or Automatic. Mine was OFF. Turned it on and it worked like a charm!
Userul links
https://smarthomecircle.com/add-matter-devices-to-home-assistant
Matter over Thread http://localhost:4999/boards/topic/14558/matter-server-in-home-assistant/page/3
Bluetooth http://localhost:4999/boards/topic/14558/matter-server-in-home-assistant/page/6
https://www.home-assistant.io/integrations/matter/
The Matter integration allows you to control Matter devices on your local Wi-Fi or Thread network.
For communicating with Matter devices, the Home Assistant integration runs its own “Matter controller” as add-on.
Matter Server add-on
This Matter Server add-on runs the controller software as a separate process。
This Matter Server add-on connects your Matter network (called Fabric in technical terms) and Home Assistant.
Matter integration
The Home Assistant Matter integration connects to this server via a WebSocket connection.
Each Matter network is called a fabric.
Step 1: Matter Wi-Fi Prerequisites
Before running the Matter Wi-Fi demo or developing for Wi-Fi make sure that you have all the required hardware and software for each use case.
Matter Hardware Requirements
Matter Software Requirements
Software and hardware requirements
requires 64bit Raspberry Pi.
requires 64bit Home Assistant OS
requires ipv6
requires bluetooth 5.0
Home Assistant INSTALLATION TYPES requirements
Running Matter on a Home Assistant OS installation : supported
Running Matter on a Home Assistant supervised installation : supported
Running Matter on a Home Assistant Docker installation : supported
Running Matter on a Home Assistant Core installation :Not supported.
It is recommended to run the Matter add-on on Home Assistant OS. This is currently the best-supported option.
If you run Home Assistant in a container, you can run a Docker image of the Matter server. The requirements and instructions for your host setup are described on that GitHub page.https://github.com/home-assistant-libs/python-matter-server
Running Matter on a Home Assistant Core installation is not supported.
detail:https://www.home-assistant.io/integrations/matter
目前只有 hassos 能比较容易运行起来 matter。
其实可以考虑用物理机跑hassos,也可以用虚拟机跑 hassos,网络配置成桥接,就到同一网段了
Only HAOS and HA supervised is supported
IPv6
IPV6 needs to be enabled on the network adapter used!
Homeassistant the you need to have IPv6 ON or Automatic. Mine was OFF. Turned it on and it worked like a charm!
Userul links
https://smarthomecircle.com/add-matter-devices-to-home-assistant
Matter over Thread http://localhost:4999/boards/topic/14558/matter-server-in-home-assistant/page/3
Bluetooth http://localhost:4999/boards/topic/14558/matter-server-in-home-assistant/page/6
0