Commit Graph

40 Commits

Author SHA1 Message Date
WanqQixiang 13a15243cc esp_matter: create a data_model directory and move data_model related codes to it 2025-07-25 15:59:35 +08:00
chendejin 8bf0d71bef components/esp_matter_controller: write multiple attributes support 2024-12-11 17:32:22 +08:00
mahesh e3279f5fb9 components/esp-matter: Replace conditionals and null checks with CHIP macros 2024-11-15 18:12:43 +05:30
Shubham Patil f007e2ee56 components/esp_matter: Remove unused variable from _client.cpp 2024-09-17 17:48:32 +05:30
WanqQixiang 37ad275215 client: Use EncodableToTLV class for encoding command data field and attribute value 2024-08-15 17:46:29 +08:00
WanqQixiang 5003ab8bae Use common APIs for all the client examples 2024-05-11 14:32:00 +08:00
WanqQixiang 1f3490c303 change client command_handle to client request_handle 2024-05-09 12:31:39 +08:00
WanqQixiang 8134461866 Add client interaction APIs for interaction actions(read, subscribe, write) 2024-05-08 10:43:56 +08:00
WanqQixiang e39a21e770 Add client-only controller and commissioner 2024-04-07 19:31:00 +08:00
Li Ya Shuai 4fb00b5563 update scene management cluster for matter1.3 2024-03-21 09:47:23 +08:00
liyashuai 77d0c849d1 fix build error for submodule update to 1.3-sve 2024-02-27 12:21:28 +08:00
WanqQixiang 14da080ac3 esp_matter: Add an option to disable Matter server for client-only examples 2024-01-29 19:35:41 +08:00
WanqQixiang bddd76f784 client: Add custom commands send APIs and switch the command send of controller to the new APIs
doc: Add command data field json string format

controller: add write attribute command for custom cluster
2024-01-10 19:18:33 +08:00
WanqQixiang 0e8dcb9c60 Update connectedhomeip submodule to 8e3d98c039 2023-12-15 15:24:54 +08:00
WanqQixiang 12e73847aa client: remove is_group in command_handle to make cluster_update be able to notify all the binding entries
closes CON-874
2023-11-10 10:35:59 +08:00
PSONALl 18da50c96b Pass the pipeline 2023-10-27 11:51:16 +05:30
WanqQixiang 2f916c8224 controller: Add administrator commissioning commands 2023-09-15 17:58:08 +08:00
WanqQixiang 616ba8732c controller: Add support for Identify, Scenes, Thermostat, and DoorLock cluster 2023-09-13 11:06:33 +08:00
chendejin 887323024c controller: Add support for clusters of occupancy_sensing, wind_covering, and thermost_userinterface_configuration 2023-09-06 16:57:13 +08:00
WanqQixiang fee4a9330f esp-matter: update zap-common and clean zap-file for zap-light example 2023-06-21 14:38:06 +08:00
WanqQixiang 7b2912a9e5 submodule: Update connectedhomeip submodule to bc8c9ece1 to support ESP32-C6 and ESP32-H2-MP
docs: Add details for esp32h2, esp32c2, and esp32c6
2023-03-23 21:10:37 +08:00
WanqQixiang c44c2177a3 submodule-update: Update connectedhomeip submodule to 7e69c66bb for matter 1.1 TE1 2023-03-16 14:15:23 +08:00
WanqQixiang 0890dbc8d9 controller: Add groupsettings command
controller: Add invoking commands and writing attributes commands for group_key_management cluster

controller: Add invoking commands for groups cluster
2023-02-23 15:52:42 +08:00
WanqQixiang 6336a8648d client: Add mandatory commands suppport for client clusters 2023-01-10 15:19:08 +08:00
WanqQixiang f705a89c80 Submodule: Update submodule to the new released tag v1.0.0.1
CI: Activate matter build env before building the examples

sdkconfig: update sdkconfig to disable BT connection reattempt
2022-12-23 17:03:57 +08:00
WanqQixiang d5afe01a68 binding: Call BindingManager::Init() after network connected 2022-12-07 15:52:37 +08:00
liyashuai 84db3c810a add level-control and color-control group send console command
1. Add multiple parameters cli send
2. Add all the level-control and color-control group send command interface
3. Add bound and client group send cli.
2022-11-08 14:34:49 +08:00
Shu Chen ec70d32ecc Merge branch 'group-binding' into 'main'
Example: Add group binding for the light-switch app

See merge request app-frameworks/esp-matter!188
2022-09-27 10:21:00 +08:00
WanqQixiang ad94862cc4 client: add command_handle to store the command information in client command send
Example: Add group binding for light-switch example
2022-09-15 20:11:02 +08:00
WanqQixiang c670e3e738 Bugfix: Fix the nullable attribute setting in client commands sending 2022-09-09 17:44:38 +08:00
WanqQixiang ec0fdec8f3 Submodule: Update connectedhomeip submodule to current master(06457aea2d) 2022-08-17 19:12:24 +08:00
Rohit Jadhav e1f80a3d77 Updated connectedhomeip submodule to ae4e105 2022-07-26 18:52:08 +08:00
WanqQixiang 7a28bf784b submodule: update connectedhomeip submodule to c1d5431 2022-07-01 14:17:02 +08:00
WanqQixiang 660cb42c4c Bugfix: Avoid using 'using namspace' in headers 2022-06-17 16:14:23 +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
Chirag Atal 0685068c26 esp_matter: Using namespaces for IDs instead of using macros from submodule
examples: Similar changes
esp_matter_rainmaker: Adding rainmaker namespace and similar IDs instead of macros.
2022-04-07 15:45:07 +05:30
Chirag Atal b4d240e4a1 esp_matter: Using namespaces everywhere
Adding constructors to structs for default values of the cluster configs.
esp_matter_command: Removing the support for custom command callbacks and instead using the standard command callback itself. Also some other minor changes to make it easier for the application to use the standard command callback.
2022-04-06 10:55:58 +05:30
Chirag Atal 2f41c1d7a1 submodule: Updating submodule to current master (commit id: 10b804696)
esp_matter_command: Removing the response commands support. This is now managed internally for each command separately.
esp_matter_command: Adding another flag for commands. This is used to generate the command lists.
esp_matter_core: Add support for client generated and server generated command lists in clusters.
esp_matter_core: Add support for data versions for endpoints and minor restructuring.
esp_matter_core: Add support to lock and unlock chip_stack. Using this lock in esp_matter_attribute for reading and writing attributes.
esp_matter_client: Binding changes.
esp_matter_cluster: Changing binding commands to binding attribute.
esp_matter_cluster: Adding the clusters/attributes/commands which were 'not implemented' before and are supported now.

esp_matter_cluster: Minor renames.
esp_matter_attribute: Minor changes.
esp_matter_ota: Minor changes.

zap-generated: Removing CHIPClusters.cpp and CHIPClientCallbacks.cpp and updating their corresponding header files.
zap-generated: Minor changes in gen_config.h, callback-stub.cpp and endpoint_config.h.
zap-generated: Added new empty files to prevent cmake warnings.
zap-generated: Updated zap_light's zap-generated.
2022-03-15 14:42:38 +05:30
Chirag Atal b55cbf6661 esp_matter_client: Adding APIs to support connect and then sending commands from a client
zap_common: Adding all the client commands.
switch: Removing binding handler from the example since it is already handled in esp_matter.
switch/app_driver: Add support for sending commands.
2022-02-23 18:29:57 +05:30