Commit Graph

506 Commits

Author SHA1 Message Date
WanqQixiang 6f5da35df5 submodule: update to 43aa98c2d3 to support ESP32-P4 2024-12-17 10:45:48 +08:00
Hrishikesh Dhayagude 3f6aff929b Merge branch 'sensor_app_for_h2' into 'main'
examples/sensors: add sdkconfig defaults for h2

See merge request app-frameworks/esp-matter!968
2024-12-04 15:46:37 +08:00
Shubham Patil 70eb531bff examples/sensors: add sdkconfig defaults for h2 2024-12-03 19:36:44 +05:30
Rohit Jadhav 8871204ba1 components/esp-matter: Add Heat Pump device type. 2024-12-03 16:50:48 +05:30
Rohit Jadhav f8c5bbfbfd components/esp-matter: Add Battery Storage device type. 2024-11-29 08:18:08 +05:30
Hrishikesh Dhayagude fb47702f8f Merge branch 'device/solar_power' into 'main'
components/esp-matter: Add Solar Power device type.

See merge request app-frameworks/esp-matter!943
2024-11-29 02:52:33 +08:00
Shu Chen 1bee314c6e Merge branch 'example/zigbee_bridge_update_1_6' into 'main'
examples/bridge_apps/zigbee_bridge: update zboss and zigbee lib to 1.6

See merge request app-frameworks/esp-matter!953
2024-11-28 19:10:51 +08:00
Rohit Jadhav 65978b8833 components/esp-matter: Add Solar Power device type. 2024-11-28 15:21:26 +05:30
chendejin 7aa76b4b2f examples/bridge_apps/zigbee_bridge: update zboss and zigbee lib to 1.6 2024-11-22 09:57:46 +08:00
Rohit Jadhav ddbc6e27b0 components/esp-matter: Add Water Heater device type 2024-11-19 13:47:00 +05:30
Shubham Patil 9df17ef578 Fixes for build failure after submodule update
- components/esp_matter_ota_provider: remove undefined mStopPolling member variable
  This is inspired from https://github.com/project-chip/connectedhomeip/pull/34538
- examples/zap_light: remove the unused occupancy sensor dir from SRC_DIRS
- Remove the esp_diag_data_store dependency from components/esp-matter
2024-11-18 13:26:44 +05:30
Hrishikesh Dhayagude 55981f731c Merge branch 'device/mounted' into 'main'
components/esp-matter: Add Mounted On Off Control and Mounted Dimmable Load Control device types.

See merge request app-frameworks/esp-matter!940
2024-11-15 13:41:40 +08:00
Hrishikesh Dhayagude ef169a812f Merge branch 'examples/sensors' into 'main'
examples/sensors:example to demonstrate sensor device type

See merge request app-frameworks/esp-matter!902
2024-11-14 17:13:24 +08:00
Rohit Jadhav b51fc3cff0 components/esp-matter: Add Mounted On Off Control and Mounted Dimmable Load Control device types. 2024-11-13 11:53:35 +05:30
Shu Chen 82419a3e78 Merge branch 'update/idf_version_5.2.2' into 'main'
idf: update idf version 5.2.3

See merge request app-frameworks/esp-matter!827
2024-11-12 10:03:32 +08:00
WanqQixiang 85839915be CI: Fix CI of commissioning esp32h2 test 2024-11-11 20:54:00 +08:00
YuanMingFu d96280a5cc idf: update version to v5.2.3 2024-11-11 20:53:36 +08:00
Shubham Patil 73b457477d examples/sensors: Example to demonstrate few sensors
Added the temperature, humidity, and occupancy sensor on different
endpoints.

Fixes https://github.com/espressif/esp-matter/issues/1105
2024-11-11 11:25:56 +05:30
Shu Chen 2f4ddec095 Merge branch 'light_c6_wifi_thread' into 'main'
examples/light: Added secondary network interface for esp32c6 light

See merge request app-frameworks/esp-matter!919
2024-11-07 11:08:56 +08:00
chendejin 825bd4a91c examples/light: Added secondary network interface for esp32c6 light 2024-11-05 14:24:36 +08:00
chendejin bcd364fa80 Resolve comments 2024-11-05 13:36:31 +08:00
Shu Chen 988a5d1f4f Merge branch 'example/add_lit_icd' into 'main'
example: Add LIT ICD configurations for icd_app

See merge request app-frameworks/esp-matter!909
2024-11-05 12:29:57 +08:00
Shu Chen fdd1fd00e9 Merge branch 'bridge_app' into 'main'
examples: move all the bridge apps to one directory and add a bridge_cli example for test

Closes CON-1379

See merge request app-frameworks/esp-matter!913
2024-11-05 12:29:39 +08:00
Shu Chen a5db105803 Merge branch 'example/light_wifi_prov_ble_refresh' into 'main'
example: Fix ble advertisement refresh after ble disconnection for light_wifi_prov example

See merge request app-frameworks/esp-matter!926
2024-11-05 12:23:25 +08:00
WanqQixiang 70906ab18f example: Fix ble advertisement refresh after ble disconnection for light_wifi_prov example 2024-10-31 17:31:30 +08:00
WanqQixiang 181962edea examples: Use esp_bsp_devkit instead of esp_bsp_generic to decrease the examples build time 2024-10-28 16:12:05 +08:00
Hrishikesh Dhayagude e2c521606c Merge branch 'fix/ble_mesh_bridge' into 'main'
fix/ble_mesh_bridge: Fixed the ble mesh provisioning issue.

See merge request app-frameworks/esp-matter!868
2024-10-22 14:34:18 +08:00
WanqQixiang 7e186311ff examples: move all the bridge apps to one directory and add a bridge_cli example for test 2024-10-17 15:59:13 +08:00
WanqQixiang 3f7b6a2893 example: Add LIT ICD configurations for icd_app 2024-10-12 17:17:35 +08:00
shripad621git 704bed84cf componets/esp-matter: Fixed the esp-matter examples compilation.
- Fixed the esp-matter examples build failure due to
  espressif/esp_diag_data_store component version update.
- Added a idf_component.yml in components/esp_matter
  to pin the required version of the component.
2024-10-11 15:22:18 +05:30
Yuan Mingfu 9649c822ef fix/ble_mesh_bridge: Fixed the ble mesh provisioning issue 2024-09-29 16:55:10 +08:00
WangQixiang 89b00b3975 esp_matter: Add attributes in network_commissioning cluster with the feature map in cluster config 2024-09-26 10:57:36 +08:00
WanqQixiang 0b13dbb216 esp_matter: Add thread border router management support and thread border router example 2024-09-19 17:07:39 +08:00
WanqQixiang c52f4fa865 component: Remove esp_matter_thread_br component and use logic from upstream repo 2024-09-19 16:00:44 +08:00
WanqQixiang 9f93041173 example: Disable CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE for light_wifi_prov example 2024-09-18 19:30:05 +08:00
WanqQixiang cfc0a08806 example: Add RainMaker factoryreset for the factoryreset button in light_wifi_prov example 2024-09-18 14:45:51 +08:00
Shu Chen 6a2654a2af Merge branch 'example/add_light_with_rainmaker_provisioning' into 'main'
example: Add light example with RainMaker-WiFi-Provisioning

See merge request app-frameworks/esp-matter!838
2024-09-14 11:51:51 +08:00
WanqQixiang aed49010c6 example: Add light example with RainMaker-WiFi-Provisioning 2024-09-11 20:00:45 +08:00
Hrishikesh Dhayagude 5ca3e8d50f Merge branch 'on_off_plugin_unit' into 'main'
Multiple On Off plugin units example

See merge request app-frameworks/esp-matter!786
2024-09-04 10:33:32 +08:00
Shu Chen 83845fc043 Merge branch 'example/include_cluster_srcs_zap_light' into 'main'
example: Include cluster sources files in main component of zap_light

See merge request app-frameworks/esp-matter!862
2024-09-03 19:41:32 +08:00
shripad621git 508fe48d59 Fixed the README of generic switch for default switch type.
- Fixes https://github.com/espressif/esp-matter/issues/1072.
2024-09-03 11:40:22 +05:30
WanqQixiang 625e9825f4 example: Include cluster sources files in main component of zap_light 2024-09-02 10:01:55 +08:00
Hrishikesh Dhayagude 22fad1243b Merge branch 'fix_io_num_c6' into 'main'
Fix the boot button and LED not working in C6 thread example from launchpad

See merge request app-frameworks/esp-matter!852
2024-08-30 14:38:20 +08:00
Shu Chen 066a307fa4 Merge branch 'chip-submodule-' into 'main'
chip/submodule: Update chip submodule to latest master

See merge request app-frameworks/esp-matter!850
2024-08-30 12:24:07 +08:00
Rohit Jadhav 1bc18a1f5c Update chip submodule to latest master 2024-08-29 17:25:04 +05:30
mahesh 10917fdc6a bridge: updated README and callback description 2024-08-29 09:45:29 +05:30
mahesh c6a612c9f1 Multiple on_off plugin units example 2024-08-26 14:25:13 +05:30
Hrishikesh Dhayagude f4eaa699f0 Merge branch 'generic_switch/revert_bsp' into 'main'
Revert "change generic_switch example to use bsp"

See merge request app-frameworks/esp-matter!792
2024-08-23 17:04:32 +08:00
Shripad Deshpande 7441801cb6 Revert "change generic_switch example to use bsp" 2024-08-23 17:04:32 +08:00
Shubham Patil 4bc99f6db8 examples: Fix the sequence of sdkconfig loading 2024-08-23 10:15:39 +05:30