709 Commits

Author SHA1 Message Date
Chirag Atal 0b555d3cf7 esp_matter_rainmaker: Fix the rainmaker cluster_id
docs: Corresponding changes
2022-05-31 16:09:38 +05:30
InfiniteYuan f9b306bd42 example: add matter bridge for ble mesh, modify app_bridge component to fit ble mesh. 2022-05-31 15:55:15 +08:00
Shu Chen 9a13e6684e Merge branch 'task/matter_docs' into 'main'
docs: Add matter docs

See merge request app-frameworks/esp-matter!119
2022-05-30 12:19:15 +08:00
Shu Chen 2f49d2871c docs: Miscellaneous changes 2022-05-29 20:01:49 +08:00
Shu Chen a9d0f37f02 ci: fix build and docs ci 2022-05-29 14:59:12 +08:00
Hrishikesh Dhayagude 07342808b6 Miscellaneous changes in the documentation - Part I 2022-05-28 07:43:20 +08:00
Chirag Atal c3d58d2668 Minor docs changes 2022-05-28 07:43:20 +08:00
Chirag Atal 196ed4b579 esp_matter_cluster: Creating binding attribute by default if another client cluster is created 2022-05-28 07:43:20 +08:00
Chirag Atal 743f5cd90e light: Change color_dimmable_light to color_temperature_light
Added support for temperature in app_driver.
Adding hue and saturation after the color_temperature_light endpoint has been created.
Similar changes in other light examples.
2022-05-28 07:43:20 +08:00
Chirag Atal 11a898f973 CI fixes 2022-05-28 07:43:20 +08:00
Chirag Atal adc45fb552 esp_matter: Add support for more device types
Also other minor doc changes.
2022-05-28 07:43:20 +08:00
Chirag Atal 27c3f6ba00 CI changes 2022-05-28 07:43:20 +08:00
Chirag Atal 2e91ab095f docs: Minor docs changes
readme: Replacing the example rst files in the docs with the readme files in the example directories.
2022-05-28 07:43:20 +08:00
Chirag Atal a14fb95d08 esp_matter_core: Check for already existing cluster while creating
If it exists, return the existing one.
Similar checks for attributes and commands.
esp_matter_cluster: Creating attributes only if the cluster is a server.
2022-05-28 07:43:20 +08:00
Chirag Atal 3cadeddde8 app_ble: Add support to disable BLE
examples: Disabled BLE once commissioning is complete.
2022-05-28 07:43:10 +08:00
Chirag Atal 039589befc esp_matter_endpoint: Adding more device types 2022-05-28 07:42:00 +08:00
Chirag Atal 58ede577ef esp-matter: Minor miscellaneous fixes
examples: Changes to events and comments.
switch: Rename to light_switch.
docs: Minor changes.
2022-05-28 07:42:00 +08:00
Chirag Atal 28b385d228 esp_matter: Change all IDs to their correct data types. 2022-05-28 07:42:00 +08:00
Chirag Atal 937bbd81fe esp-matter: General changes and fixes
Some of these are changes corresponding to the spec or to the documentation.
zigbee_bridge: Renamed bridge_zigbee to zigbee_bridge.
switch: Changed console commands to: matter esp bound/client invoke.
2022-05-28 07:41:49 +08:00
Shu Chen ab1d30a2cb docs: add more description for platform solutions and H2 examples 2022-05-28 07:39:41 +08:00
Chirag Atal 76d45474f0 docs: Add matter docs 2022-05-28 07:39:41 +08:00
Shu Chen 292ead8d98 Merge branch 'bug/enable_hollow_button' into 'main'
Enable hollow button for esp32h2

See merge request app-frameworks/esp-matter!128
2022-05-28 07:36:15 +08:00
Shu Chen 1db0c30fc5 Merge branch 'bugfix/submodule_ci' into 'main'
ci: Fixes for submodule changes

See merge request app-frameworks/esp-matter!130
2022-05-28 07:32:45 +08:00
Chirag Atal d19a13d2ff ci: Fixes for submodule changes 2022-05-27 21:47:31 +08:00
Shu Chen 16fd9dd5f1 Merge branch 'remove_insights' into 'main'
Remove esp-insights support for now

See merge request app-frameworks/esp-matter!129
2022-05-27 21:45:07 +08:00
Shubham Patil 9ec2d301ac Remove esp-insights support for now 2022-05-27 15:51:30 +05:30
Shu Chen a0bc65f279 hollow_button: use hollow_button for esp32h2 2022-05-26 23:08:06 +08:00
Shu Chen 878d3e6fb8 ci: fix ci and add esp32h2 build 2022-05-26 23:07:03 +08:00
Hrishikesh Dhayagude 91a0f52c00 Merge branch 'rmaker_light_readme' into 'main'
rainmaker_light: Fix the invalid cluster id in readme

See merge request app-frameworks/esp-matter!123
2022-05-18 23:05:40 +08:00
Shubham Patil 95dae4e3a0 rainmaker_light: Fix the invalid cluster id in readme 2022-05-18 18:21:32 +05:30
Hrishikesh Dhayagude 5c367846e0 Merge branch 'task/ci_matter_build' into 'main'
ci: Changed the job tags to matter_build to fix pipeline

See merge request app-frameworks/esp-matter!124
2022-05-18 20:12:43 +08:00
Chirag Atal 60ac312103 ci: Changed the job tags to matter_build to fix pipeline 2022-05-18 11:14:01 +05:30
Shu Chen 26f5d794c8 Merge branch 'feature/external_plat_ci' into 'main'
ci: add external platform test

See merge request app-frameworks/esp-matter!122
2022-05-17 09:37:29 +08:00
Shu Chen fae8c0672b platform: fix the default external platform configuration 2022-05-16 19:35:53 +08:00
Shu Chen a803cb1f15 ci: add external platform test 2022-05-16 19:34:54 +08:00
Shu Chen a7990c9754 Merge branch 'bugfix/update_path_for_gn' into 'main'
script: export.sh: update path for gn

See merge request app-frameworks/esp-matter!120
2022-05-13 12:32:58 +08:00
InfiniteYuan bc1ccd18d6 script: export.sh: update path for gn 2022-05-11 20:22:29 +08:00
Hrishikesh Dhayagude 71a690244b Merge branch 'task/hollow_button' into 'main'
hollow_button: Add support for hollow button driver

See merge request app-frameworks/esp-matter!116
2022-05-11 13:39:47 +08:00
Hrishikesh Dhayagude 631a87a807 Merge branch 'task/enable_insights' into 'main'
Enable insights in light app

See merge request app-frameworks/esp-matter!89
2022-05-11 12:00:43 +08:00
Shubham Patil ef93c9f5f4 Enable insights support in light app 2022-05-10 21:33:52 +05:30
Shu Chen cb95909ad4 Merge branch 'bugfix/add-external-platform-inlcude' into 'main'
platform: add custom include path config for external platform

See merge request app-frameworks/esp-matter!118
2022-05-10 21:46:02 +08:00
Jiacheng Guo ecfa1623b2 platform: add custom include path config for external platform 2022-05-10 19:02:52 +08:00
Hrishikesh Dhayagude 259987d55f Merge branch 'task/zap_generated_update' into 'task/hollow_button'
zap-generated: Updating the files with changes from submodule.

See merge request app-frameworks/esp-matter!117
2022-05-09 20:36:25 +08:00
Hrishikesh Dhayagude 77c71b6b81 Merge branch 'task/mfg-tool' into 'main'
Manufacturing partition generator tool

See merge request app-frameworks/esp-matter!96
2022-05-09 13:36:11 +08:00
Chirag Atal 6582643a37 zap-generated: Updating the files with changes from submodule. 2022-05-06 15:16:16 +05:30
Chirag Atal 6eb458371e hollow_button: Add support for hollow button driver
hollow_led: Minor renaming.
2022-05-05 11:20:50 +05:30
Shubham Patil a3135d346c Mass manufacturing tool for Matter
Utility generates manufacturing NVS partition image and Onboarding QR codes
2022-05-04 15:10:15 +05:30
Hrishikesh Dhayagude bd951b8499 Merge branch 'task/attribute_nvs' into 'main'
attribute: Add nvs support

See merge request app-frameworks/esp-matter!107
2022-05-04 14:50:04 +08:00
Chirag Atal 928482942a submodule: Update the submodule to TE9 (cfc35951be66a664a6efdadea56d1b8ea6e63e96)
switch: Update readme
2022-05-04 10:43:53 +05:30
Chirag Atal c3421f528b app_rainmaker: Set power as the primary param. 2022-05-04 10:43:53 +05:30