{"id":17836837,"url":"https://github.com/mdaskalov/esp32-matter-app","last_synced_at":"2025-10-25T16:37:41.357Z","repository":{"id":237451970,"uuid":"613091124","full_name":"mdaskalov/esp32-matter-app","owner":"mdaskalov","description":"Minimal Matter ESP32 Application (On-Off Switch)","archived":false,"fork":false,"pushed_at":"2023-03-18T13:50:02.000Z","size":25,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T03:12:19.018Z","etag":null,"topics":["boilerplate-application","esp-idf","esp32","matter"],"latest_commit_sha":null,"homepage":"","language":"ZAP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdaskalov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-12T21:08:21.000Z","updated_at":"2024-11-05T15:36:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b585c21-bdd3-4264-9529-350db8c22a25","html_url":"https://github.com/mdaskalov/esp32-matter-app","commit_stats":null,"previous_names":["mdaskalov/esp32-matter-app"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/mdaskalov/esp32-matter-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdaskalov%2Fesp32-matter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdaskalov%2Fesp32-matter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdaskalov%2Fesp32-matter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdaskalov%2Fesp32-matter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdaskalov","download_url":"https://codeload.github.com/mdaskalov/esp32-matter-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdaskalov%2Fesp32-matter-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019062,"owners_count":26086512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate-application","esp-idf","esp32","matter"],"created_at":"2024-10-27T20:44:02.813Z","updated_at":"2025-10-14T11:13:44.873Z","avatar_url":"https://github.com/mdaskalov.png","language":"ZAP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matter On-Off Switch Application\n\nThis template can be used as a starting point to create Matter applications for the ESP32 controller.\n\nTo compile follow the [connectedhomeip](https://github.com/project-chip/connectedhomeip/blob/bc8c9ece127e42033543ecfa7b03341e6dcff1cc/docs/guides/esp32/setup_idf_chip.md) environment setup and [application usage](https://github.com/project-chip/connectedhomeip/blob/bc8c9ece127e42033543ecfa7b03341e6dcff1cc/docs/guides/esp32/build_app_and_commission.md) guides.\n\nPlease include a link to the connectedhomeip repo as follows:\n\n```\nmkdir third_party\ncd third_party\nln -s \u003cpath_to\u003e/connectedhomeip .\n```\n\nTo start building the project. First set the chip (esp32, esp32s3, etc.)\n```\nidf.py set-target esp32\n```\nThis will create the `sdkconfig` file based on the default configuration provided. If you wish to change someting use:\n```\nidf.py menuconfig\n```\nTo build, flash and start the monitor use:\n```\nidf.py flash monitor\n```\nThis example provides functionality for the `On-Off` cluster only. To support other clusters use the [code generation](https://github.com/project-chip/connectedhomeip/blob/bc8c9ece127e42033543ecfa7b03341e6dcff1cc/docs/code_generation.md) guide. \nEdit the `app.zap` file with the ZAP gui and then generate the `app.matter` file as follows:\n\n```\ncd main/zap\nexport ZAP_DEVELOPMENT_PATH=../../third_party/connectedhomeip/scripts/tools/zap\n../../third_party/connectedhomeip/scripts/tools/zap/run_zaptool.sh app.zap\nzap-cli -z ../../third_party/connectedhomeip/src/app/zap-templates/zcl/zcl.json -g /Users/milko/repos/connectedhomeip/src/app/zap-templates/matter-idl.json -i app.zap -o . generate\nmv Clusters.matter app.matter\n```\nAdd the directory with the provided cluster implementation in the `main/CMakeLists.txt` file for all enabled clusters:\n```\n\"${CHIP_ROOT}/src/app/clusters/\u003ccluster-implementation\u003e\"\n```\n\nAnd finally implement the cluster callback in the `DeviceCallbacks.cpp` file.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdaskalov%2Fesp32-matter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdaskalov%2Fesp32-matter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdaskalov%2Fesp32-matter-app/lists"}