-
Notifications
You must be signed in to change notification settings - Fork 140
Add Matter support #743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Found a Dart package for Matter GitHub repo link. |
More packages |
Tool to create virtual matter device for testing A snap to toggle matter devices A instruction on creating matter device for raspberry pi and controlling it with the snap Instructions on compiling matter |
To run the code follow the instructions git clone --recurse-submodules https://github.com/project-chip/connectedhomeip.git
cd connectedhomeip/examples/chip-tool
./scripts/examples/gn_build_example.sh examples/chip-tool out/chip-tool
sudo apt update
sudo apt install python3.12-venv And then I follow this one here |
Node red integration |
Response from matter developer on discord
|
Completed |
Matter is a new IOT standard developed with corporation of big companies like Google Amazon Apple and more.
It just got support under Home Assistant using the python package python-matter-server (found repo of python package) and has 1095 active users.
Formerly Project named CHIP, was worked on by a group named Connectivity Standards Alliance.
GitHub link
Adding a standalone basic code of a Matter server that could turn a light on/off will be a good start, no need to connect it to the cbj_hub code.
This is the Matter documentation https://developers.home.google.com/codelabs/matter-sample-app#0
Another option is to reverse engineer the implementation of the python package I have mentioned
The text was updated successfully, but these errors were encountered: