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

Hello. When we test our app with chip-tool on darwin, if we keep app on backgroud for a while then make it to the front, the socket service can never...

#### Problem * iOS chip-controller does not provide callback for NOC Generation (and attestation validation) #### Change overview This change allows for custom credentials issuer implementations, for example, when a...

darwin
controller
review - pending

#### Problem PR #21531 Updated Attestation certificates time validity logic to match the spec. As a result of that change the ValidateCertificateChain() function in the OpenSSL is performing these custom...

tools
crypto
review - pending

#### Problem - Cluster names are not correct in few instances - Power source and power source configuration cluster tests are mostly manual #### Change overview Improvements #### Testing chip-tool...

app
review - pending
tests

#### Problem * ESP32 uses example device info provider implementation #### Change overview * ESP32DeviceInfoProvider implementation which reads data from factory partition. * Changes in the factory partition generator script...

examples
scripts
platform
esp32
config
review - pending
fast track

When PAA list is not local, clients will want to perform as much local validation as possible. #### Problem * Current default DAC verifier assumes local list of CSA and...

controller
review - pending

- Add the aggregate node device type at endpoint 1 and add all the bridged nodes as endpoint 1 as the parent. #### Problem What is being fixed? Examples: *...

examples
review - pending

#### Problem Many darwin tools (chip-tool, iOS CHIP Tool), don't support building with entitlements, and break for developers. #### Change overview Adding entitlements to tools #### Testing How was this...

tools
examples
darwin
review - pending

#### Problem Some OCC tests are dummy tests #### Change overview Improve occupancy testing cluster tests #### Testing chip-tool tests

app
review - pending
tests

#### Problem The compile option of `-DLWIP_IPV6_SCOPES=0` is unnecessary for the ESP32 platform apps. In ESP-IDF, the default value of `LWIP_IPV6_SCOPES` is 1. #### Change overview Remove the compile option...

examples
inet
fast track