Commit Graph

556 Commits

Author SHA1 Message Date
liyashuai ca6fc9f31f fix build error for platform mdns 2023-03-01 16:29:32 +08:00
Shu Chen 0b285e86a6 Merge branch 'controller/group_support' into 'main'
controller: Add group support

See merge request app-frameworks/esp-matter!255
2023-02-24 15:46:53 +08:00
Hrishikesh Dhayagude 75103ddca8 Merge branch 'bugfix/namespace_plugin_init' into 'main'
bridge: Fix the bridged endpoint plugin init

See merge request app-frameworks/esp-matter!303
2023-02-23 18:34:53 +08:00
WanqQixiang 56daa63509 docs: Update docs for controller updates 2023-02-23 15:54: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 38a893b1ac bridge: Fix the bridged endpoint plugin init 2023-02-23 11:13:29 +08:00
Shu Chen 128a62d775 Merge branch 'bugfix/shell_client_command' into 'main'
bugfix: Register client command callbacks when matter shell is disabled

See merge request app-frameworks/esp-matter!301
2023-02-20 19:59:43 +08:00
Shu Chen e45d8742a5 Merge branch 'bridge/plugin_init_bridged_endpoint' into 'main'
Bridge: Call plugin init callbacks for bridged endpoints

See merge request app-frameworks/esp-matter!299
2023-02-20 19:58:59 +08:00
Shu Chen 7ae69fa31a Merge branch 'bugfix/blemesh_bridge_compiler_failed' into 'main'
bugfix: compile failed when enable factory data provider

See merge request app-frameworks/esp-matter!296
2023-02-20 19:56:57 +08:00
WanqQixiang 0330dadfbb bugfix: Register client command when matter shell is disabled 2023-02-20 19:20:31 +08:00
Hrishikesh Dhayagude a27a01002b Merge branch 'device/flow_sensor' into 'main'
Added flow sensor device type

See merge request app-frameworks/esp-matter!272
2023-02-20 17:10:24 +08:00
Rohit Jadhav 50e2b7f4f5 Added flow sensor device type 2023-02-20 11:12:05 +05:30
Hrishikesh Dhayagude 4d8c6f903d Merge branch 'device/pressure-sensor' into 'main'
Added pressure sensor device type

See merge request app-frameworks/esp-matter!267
2023-02-18 14:20:51 +08:00
Rohit Jadhav e2a69d2cc8 Added pressure sensor device type 2023-02-18 00:17:17 +05:30
Hrishikesh Dhayagude e18933ac00 Merge branch 'device/light_sensor' into 'main'
Added light-sensor device type

See merge request app-frameworks/esp-matter!266
2023-02-17 21:36:27 +08:00
Rohit Jadhav ae1d5d87fb Added light-sensor device type 2023-02-17 15:02:00 +05:30
WanqQixiang bd9fc0d974 Bridge: Call plugin init callbacks for bridged endpoints 2023-02-17 12:39:08 +08:00
InfiniteYuan bb6bb9afd9 bugfix: compiler failed when enable factory data provider 2023-02-16 16:51:46 +08:00
Hrishikesh Dhayagude c8f2f78618 Merge branch 'fix/doc_link' into 'main'
docs: Minor updates to the documentation

See merge request app-frameworks/esp-matter!295
2023-02-15 16:10:26 +08:00
Hrishikesh Dhayagude 89f95690ac Merge branch 'mfg_tool/remove_comment' into 'main'
mfg_tool: Remove the TODO comment of the count limit.

See merge request app-frameworks/esp-matter!297
2023-02-15 15:33:32 +08:00
Hrishikesh Dhayagude f81a2ec7bb docs: Minor updates to the documentation
Update the links to point to the correct connectedhomeip submodule we
use
Add a note to enable developer mode on iOS to use our test chip-tool app
Update the Wi-Fi connection CLI in the FAQs
2023-02-15 10:18:17 +05:30
WanqQixiang 1c4bf7b918 mfg_tool: Remove the comment of the count limit. 2023-02-14 15:34:36 +08:00
Hrishikesh Dhayagude 83ecbccd7c Merge branch 'bugfix/event_null_check' into 'main'
Added null check for callback events

See merge request app-frameworks/esp-matter!292
2023-02-13 14:51:53 +08:00
Shubham Patil 31afec5674 examples/light: Advertise only on dns-sd when last fabric is removed 2023-02-13 10:33:33 +05:30
Shu Chen e15cd374f8 Merge branch 'example/move_blemesh_platform' into 'main'
example: Move the external_platform out of the ble_mesh example

See merge request app-frameworks/esp-matter!291
2023-02-10 10:41:41 +08:00
Shu Chen e2164a8463 Merge branch 'bugfix/ota_init_condition' into 'main'
bugfix: Initialize OTA requestor and binding manager after DnssdPlatformInitialized

See merge request app-frameworks/esp-matter!293
2023-02-10 10:38:59 +08:00
WanqQixiang 5b2cebf87c bugfix: Initialize OTA requestor and binding manager after DnssdPlatformInitialized for Thread devices 2023-02-09 10:36:29 +08:00
Rohit Jadhav 0950b79a90 Added null check for callback events 2023-02-08 12:28:59 +05:30
Hrishikesh Dhayagude 3235490fc6 Merge branch 'pr_199' into 'main'
[GH_PR] Handled the events related to Fabric in esp_matter_core.cpp and called...

See merge request app-frameworks/esp-matter!289
2023-02-08 14:45:54 +08:00
Hrishikesh Dhayagude 74e475b08d Merge branch 'bugfix/Google-home_color_matching' into 'main'
led_driver: Modify the calculation method of HSV to RGB conversion

See merge request app-frameworks/esp-matter!281
2023-02-08 14:43:20 +08:00
wanghuixiao e654110b81 led_driver: Modify the calculation method of HSV to RGB conversion 2023-02-08 11:06:20 +08:00
shripad621git 3e8ea13b09 Handled the events related to Fabric in esp_matter_core.cpp and called OpenBasicCommissioningWindow api from OnFabricRemoved in light example.
Added the fabric related events to light example.
2023-02-07 16:30:59 +05:30
Hrishikesh Dhayagude 2972dca8ac Merge branch 'device_info_provider' into 'main'
Set device info provider and Added localization configuration and time format localization cluster

See merge request app-frameworks/esp-matter!247
2023-02-07 14:00:08 +08:00
Shubham Patil 8f51120f38 Set device info provider which reads localization configuration and time
format localization attributes from the factory partition
2023-02-06 19:23:03 +05:30
Shubham Patil 73125631c0 Localization Configuration and time format localization cluster 2023-02-06 19:23:03 +05:30
Hrishikesh Dhayagude 0a7a2f0110 Merge branch 'bugfix/attribute_read-write' into 'main'
Fixes after reboot issues, INVALID attribute val type was set, failing to read

See merge request app-frameworks/esp-matter!290
2023-02-06 21:46:50 +08:00
WanqQixiang 52795c4b50 example: Move the external_platform out of the ble_mesh example 2023-02-06 20:41:52 +08:00
Rohit Jadhav fb37621b02 Fixes after reboot issues, INVALID attribute val type was set, failing to read
attribute. Commissioner was reading attribute val by stripping first
byte. Unable to update attribute val.
Closes : https://github.com/espressif/esp-matter/issues/148
2023-02-06 15:37:06 +05:30
Hrishikesh Dhayagude e40e781183 Merge branch 'remove_unused_tags' into 'main'
Remove unused log TAG variables and move sourcing esp-idf/export.sh to getting esp-matter section

See merge request app-frameworks/esp-matter!285
2023-02-04 01:52:50 +08:00
Hrishikesh Dhayagude 299381421a Merge branch 'pr_193' into 'main'
[GH_PR] mfg_tool: Added, updated README with custom factory - partition config,...

See merge request app-frameworks/esp-matter!286
2023-02-03 21:15:39 +08:00
Shubham Patil b9fcdeb57b Move sourcing esp-idf/export.sh to getting esp-matter section 2023-02-03 12:01:10 +05:30
dhairyashah1 9fc215451f mfg_tool: Added, updated README with custom factory - partition config, flashing binary and device commissioning step 2023-02-03 01:51:48 +05:30
Hrishikesh Dhayagude 8b15338f76 Merge branch 'doc_fix' into 'main'
docs: Point all doc links to latest deployment

See merge request app-frameworks/esp-matter!283
2023-02-03 01:38:34 +08:00
Shubham Patil b01907ac53 Remove unused log TAG variables 2023-02-02 18:22:55 +05:30
Hrishikesh Dhayagude 59cf2f7139 Merge branch 'bugfix/remap_inverse' into 'main'
bugfix: Fix remap inverse when the value is zero

See merge request app-frameworks/esp-matter!284
2023-02-02 18:17:51 +08:00
WanqQixiang 4cbdecf48e bugfix: Fix remap inverse when the value is zero 2023-02-02 11:25:18 +08:00
Shubham Patil 4dcf8e95ef docs: Point all doc links to latest deployment
This is the left over from !280
2023-02-01 14:54:27 +05:30
Hrishikesh Dhayagude 9b2012682e Merge branch 'typo-fix' into 'main'
Fix typo in fan control device type

Closes CON-244

See merge request app-frameworks/esp-matter!282
2023-02-01 15:15:56 +08:00
PSONALl 674e419282 Fix typo in fan control device type 2023-02-01 02:35:58 +05:30
Hrishikesh Dhayagude f065091dae Merge branch 'gpio_update' into 'main'
Changed LED GPIO PIN to GPOI 5

See merge request app-frameworks/esp-matter!278
2023-01-31 21:08:13 +08:00