You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-16
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,16 @@
1
-
# Python Matter Server
1
+
# Open Home Foundation Matter Server
2
+
3
+
The Open Home Foundation Matter Server is an [officially certified](https://csa-iot.org/csa_product/open-home-foundation-matter-server/) Software Component to create a Matter controller. It serves as the foundation to provide Matter support to [Home Assistant](https://home-assistant.io) but its universal approach makes it suitable to be used in other projects too.
2
4
3
5
This project implements a Matter Controller Server over WebSockets using the
as a base and provides both a server and client implementation.
6
8
7
-
The goal of this project is primarily to have Matter support in Home Assistant
8
-
but its universal approach makes it suitable to be used in other projects too.
9
-
10
-
[](https://www.openhomefoundation.org/)
9
+
The Open Home Foundation Matter Server software component is funded by [Nabu Casa](https://www.nabucasa.com/) (a member of the CSA) and donated to [The Open Home Foundation](<(https://www.openhomefoundation.org/)>).
11
10
12
11
## Support
13
12
14
-
Got questions?
15
-
16
-
You have several options to get them answered:
13
+
For users of Home Assistant, seek support in the official Home Assistant support channels.
17
14
18
15
- The Home Assistant [Community Forum](https://community.home-assistant.io/).
19
16
- The Home Assistant [Discord Chat Server](https://discord.gg/c5DvZ4e).
@@ -22,8 +19,9 @@ You have several options to get them answered:
22
19
If you experience issues using Matter with Home Assistant, please open an issue
23
20
report in the [Home Assistant Core repository](https://github.com/home-assistant/core/issues/new/choose).
24
21
25
-
You may also open issues in this repository if you are absolutely sure that your
26
-
issue is related to the Matter Server component.
22
+
Please do not create Home Assistant enduser support issues in the issue tracker of this repository.
23
+
24
+
For developers, making use of this component, use the issue tracker within this repository and/or reach out on discord.
27
25
28
26
## Installation
29
27
@@ -112,6 +110,7 @@ docker run -d \
112
110
> The container has a default command line set (see Dockerfile). If you intend to pass additional arguments, you have to pass the default command line as well.
113
111
114
112
To use local commissioning with Bluetooth, make sure to pass the D-Bus socket as well:
113
+
115
114
```
116
115
docker run -d \
117
116
--name matter-server \
@@ -136,12 +135,12 @@ NOTE: Both Matter and this implementation are in an early state and features are
136
135
137
136
> [!NOTE]
138
137
> When communicating with Thread devices through a non-local Thread border router,
139
-
your host must process ICMPv6 Router Advertisements. See the [openthread.io
0 commit comments