Shubham Patil
c466b7ce81
components/esp_matter: add CustomNetworkConfig support
...
Skip the Network Commissioning cluster on the root node when
CONFIG_CUSTOM_NETWORK_CONFIG is enabled, per Matter spec condition
(!CustomNetworkConfig). This allows devices with out-of-band network
configuration (rich UI, manufacturer-specific means) to omit the
cluster as the spec permits.
- Add CONFIG_CUSTOM_NETWORK_CONFIG Kconfig option
- Conditionally skip network_commissioning in root_node config/add
- Exclude integration.cpp from build when custom config enabled
- Add weak stubs for Plugin callbacks as fallback
- Also guarded secondary network device type and all the
attributes and commands that are part of network commissioning
cluster
2026-04-06 17:13:27 +05:30
Rohit
cbd05e669d
components/esp-matter: Fix API name as per the spec.
2026-03-26 11:29:01 +05:30
liyashuai
341e5fbefc
data_model/change identify type attribute flag to ATTRIBUTE_FLAG_NONE to fix init failed
...
fixes: issue:https://github.com/espressif/esp-matter/issues/1612
2026-03-25 19:07:33 +08:00
mahesh
11b6a1d113
components/esp_matter: add zone_management cluster in esp_matter
2026-02-09 12:04:22 +05:30
WanqQixiang
968ff042a8
CI: add astyle pre-commit hook
2026-02-03 15:30:42 +08:00
mahesh
d07487cdf7
components/esp_matter: add soil_measurement cluster in esp_matter
2026-01-11 16:42:56 +05:30
mahesh
170bdc7400
components/esp_matter: add meter_identification cluster in esp_matter
2025-12-30 11:50:08 +05:30
mahesh
a192e42299
components/esp_matter: add electrical_grid_conditions cluster in esp_matter
2025-12-26 08:35:46 +05:30
mahesh
d3d7d328ca
components/esp_matter: add commodity_metering cluster in esp_matter
2025-12-22 12:17:03 +05:30
mahesh
8da087196e
components/esp_matter: add commodity_price cluster in esp_matter
2025-12-18 17:33:06 +05:30
mahesh
6667a7e8c5
components/esp_matter: add commodity_tariff cluster in esp_matter
2025-12-18 17:31:09 +05:30
mahesh
1c382d7a0f
components/esp_matter: add push_av_stream_transport cluster in esp_matter
2025-12-18 12:45:07 +05:30
mahesh
79ace0f5c1
components/esp_matter: add camera_av_settings_user_level_management cluster in esp_matter
2025-12-18 12:45:01 +05:30
WanqQixiang
60d24aea7f
esp_matter: fix attributes flags for ICD Management cluster and Time Synchronization cluster
2025-12-16 12:25:18 +08:00
Hrishikesh Dhayagude
0c4e0a07c8
Merge branch 'fix-attribute-types' into 'main'
...
components/esp-matter: fix types for on_time and off_wait_time
See merge request app-frameworks/esp-matter!1332
2025-12-05 16:44:17 +08:00
mahesh
82e9188dc2
components/esp_matter: add closure_dimension cluster in esp_matter
2025-12-05 10:52:40 +05:30
Shubham Patil
ad2ea4f55b
components/esp-matter: fix types for on_time and off_wait_time
...
These are non-nullable uint16's, so removed the nullable type
2025-12-04 22:15:26 +05:30
mahesh
18a201cd18
components/esp_matter: add closure_control cluster in esp_matter
2025-12-04 17:21:22 +05:30
mahesh
716d1eadf5
components/esp_matter: add chime cluster in esp_matter
2025-12-04 12:18:16 +05:30
Hrishikesh Dhayagude
507f9b8dcf
Merge branch 'mr/camera_data_model' into 'main'
...
components/esp-matter: Data model changes to add mandatory camera clusters
See merge request app-frameworks/esp-matter!1319
2025-12-03 18:20:57 +08:00
Sayon Deep
891ee157c5
components/esp-matter: Data model changes to add mandatory camera clusters
2025-12-03 13:11:53 +05:30
mahesh
fb1a4522a1
components/esp_matter: Remove deprecated/optional attributes, commands, events from data model
2025-12-01 13:37:23 +05:30
Shu Chen
29b0190f46
Merge branch 'fix/add_missing_flag' into 'main'
...
Add Missing or Correct Incorrect Attribute and Command Flags
See merge request app-frameworks/esp-matter!1309
2025-11-28 10:12:55 +00:00
Shu Chen
01092970b0
Merge branch 'fix/add-missing-elements' into 'main'
...
Add Missing Data Model Elements from Matter Spec 1.5
See merge request app-frameworks/esp-matter!1310
2025-11-28 10:12:36 +00:00
Hrishikesh Dhayagude
8462ff05f0
Merge branch 'fix-thermostat' into 'main'
...
components/esp_matter: remove internally mngd flag for few thermostat
See merge request app-frameworks/esp-matter!1318
2025-11-27 17:26:24 +08:00
mahesh
08d74ce220
components/esp_matter: Add missing elements in data model
2025-11-27 12:40:46 +05:30
mahesh
5fbd94259a
components/esp_matter: Fix missing or incorrect attribute/command flags
2025-11-27 12:32:16 +05:30
Shubham Patil
db41f8279c
components/esp_matter: remove internally managed flag for few
...
thermostat attributes
local-temperature and remote-sensing attributes are not managed by
connectedhomeip, so remove that flag.
2025-11-27 10:48:28 +05:30
Hrishikesh Dhayagude
3036b0cac5
Merge branch 'fix/api_name_inconsistencies' into 'main'
...
Rename Attribute Creation APIs to Remove Inconsistencies and Align with Matter Specification
See merge request app-frameworks/esp-matter!1313
2025-11-26 23:40:36 +08:00
mahesh
9fc9be398e
components/esp_matter: remove api name inconsistencies, update release notes
2025-11-26 16:52:28 +05:30
mahesh
2dd49d31ba
components/esp_matter: update attribute types
2025-11-20 17:22:43 +05:30
Hrishikesh Dhayagude
df2d160072
Merge branch 'fix/add_missing_flag' into 'main'
...
Add missing internally_managed_flag for product_appearance attribute
See merge request app-frameworks/esp-matter!1302
2025-11-12 22:53:18 +08:00
mahesh
b55889c71a
components/esp_matter:Add missing internally_managed_flag for product_appearance attribute
2025-10-31 15:38:25 +05:30
mahesh
d00dcbf29f
components/esp_matter:Add missing tx_error_count attribute for ethernet_network_diagnostics cluster
2025-10-31 15:12:58 +05:30
Shubham Patil
4b17257719
components/esp-matter: add icd_management::maximum_check_in_backoff
...
Create API was missing for this and we did create this when adding check
in protocol support feature.
2025-10-14 12:58:38 +05:30
mahesh
11da871f81
components/esp_matter: Remove inconsistencies in the namespaces
2025-10-03 16:24:56 +05:30
Rohit
ec8c3b9fe0
components/esp_matter: Update revisions, new device types of v1.4.2
2025-08-29 11:50:46 +05:30
chendejin
2b387afeef
components/esp_matter: add missing ATTRIBUTE_FLAG_MANAGED_INTERNALLY flag
2025-08-25 14:52:43 +08:00
shripad621git
250c2e8af6
components/esp_matter: esp-matter component changes for the submodule
...
- Added esp-matter codegen integration files for migrated clusters.
- Fixed the commissioning flow for wifi and thread due to migration of network commissioning instances from platform to example.
- Fixed the spell check issues for the modified files.
- Fixed the decode method syntax for fabric scoped commands.
- Modified the cluster revisions for few clusters as per spec.
2025-08-21 15:22:22 +05:30
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