connectedhomeip icon indicating copy to clipboard operation
connectedhomeip copied to clipboard

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards...

Results 1078 connectedhomeip issues
Sort by recently updated
recently updated
newest added

#### Problem TC-OPCREDS-3.5 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/devicemanagement.adoc#tc-opcreds-3-5-noc-check-for-updatenoc-dut-server) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex cryptographic values. #### Proposed Solution Implement TC-OPCREDS-3.5 with `matter_testing_support`...

testing
python
cert
automation
tests
needs certification test

#### Problem TC-OPCREDS-3.4 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/devicemanagement.adoc#tc-opcreds-3-4-updatenoc-error-condition-dut-server) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex cryptographic values. #### Proposed Solution Implement TC-OPCREDS-3.4 with `matter_testing_support`...

testing
python
cert
automation
tests
needs certification test

#### Problem TC-OPCREDS-3.2 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/devicemanagement.adoc#tc-opcreds-3-2-attribute-currentfabricindex-validation-dut-server) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex cryptographic values. #### Proposed Solution Implement TC-OPCREDS-3.2 with `matter_testing_support`...

testing
python
cert
automation
tests
needs certification test

#### Problem The sample apps should only be publishing attributes that are supported by the device, as they are intended to be conformant starting points for actual device development. That...

examples

#### Problem .bss increases from #15934. #### Proposed Solution Since we only need the mAddressLookupHandle temporarily, might be worth heap-allocating it.

memory

#### Problem Many tests cannot be automated because they make use of PIXIT values that can't be passed in. #### Proposed Solution Add pixit support I'm going to take a...

chip-tool
yaml
CSG_1.x

#### Problem MinimalMdnsServer.h defines it's own function, `IsCurrentInterfaceUsable()` for indicating which interfaces on the device should be used for broadcasting mdns queries/responses. This function simply returns true unless it contains...

#### Problem According to specs, the Startup event should be the first Data Model event recorded by the node after the reboot process. However, the Boot-reason event is the first...

Interaction Model Work
utility-cluster

I couldn't figure out how this was passing, then realized that the only reason it does is that there `#if CHIP_CONFIG_IM_ENABLE_SCHEMA_CHECK` code in `ReadHandler::ProcessReadRequest` that causes the return value to...

p1
V1.0
Interaction Model Work

Fixed DRLK-2.9 Fixes issue [21644](https://github.com/project-chip/connectedhomeip/issues/21644) Added auto generated files Tested Attached execution logs for reference: [Execution_log.txt](https://github.com/project-chip/connectedhomeip/files/9267037/Execution_log.txt)

sve cherry pick