-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
ESP Matter framework support #854
Comments
Matter has reached version 1.0, so maybe it's worth to bring back this topic |
+1 |
+1000 |
Is there any update on this or does someone know of some blog / project that sets something like this up in the PIO environment ? |
We need this |
@valeros is there anything like this planned? I pretty much have the choice of implementing all the services myself or just implement matter... if possible I'd like to use it cleanly in an esp32 platformio project |
+10000 |
@Diegorro98 I see you have some repositories with attempted fixes for PlatformIO. Did you ever succeed in compiling using esp-matter in PIO ? |
@hcglhcgl no, sorry |
Can working dimmable |
I'm also having trouble including esp-matter in the PIO environment. It would be great if someone figured it out! |
How to own create docker run --network host --privileged -v :/data ghcr.io/music-assistant/server |
I Just pass the cmake stage, just simply rename the src folder from src to main. But still have problem in build stage. PlatformIO haven't process the build options correctly, cause the build script failed. Here are the problems: 1. platformIO seems cannot index all the components which is include by EXTRA_COMPONENT_DIRSSo to make matter framework work(at least the example-light), we should add all the components manually.
2. Some build options may be wrongly explained by shellsFor Example, the build log:
In fact, 3. Headers cannot be included correctly. [Unresolved]3.1
|
It is working now. See #1455 Needed changes/fixes are done in branch development. |
Matter is near to the release, and Espressif has developed a Matter development framework for Espressif’s ESP32 series SoCs (repo).
It would be great to add this framework to PlatformIO as a package in this platform, although it might need some special settings because it uses esp-idf, so it will require
framework-espidf
to be installed and I think it should advertise the huge size of the framework (18 GB more or less right now) due to the Matter git submodule, maybe in the future some parts from the Matter sdk can be omitted so that only is downloaded what is needed.I've issued this request on esp-matter repo too: espressif/esp-matter#4
I also have tried to migrate the light project example from the repo to a platofmio project, but I had errors on cmake.
The text was updated successfully, but these errors were encountered: