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 when using a factory_bin prepared as described [here](https://github.com/project-chip/connectedhomeip/blob/master/examples/lighting-app/esp32/README.md) (with flash encryption, not tested without) and the pairing process is started (ble), with a different passcode than the one...

esp32

#### Problem What is being fixed? * Fix error when the passed outLen value it set to 0 it will not set to correct length read from KVS and results...

platform
review - pending

#### Problem When using Thread, Tizen does not use Thread address for hostname. ``` ... D/CHIP ( 1797): DL: DNSsd UnregisterAllServices: 0 E/CHIP ( 1797): DL: Not implemented D/CHIP (...

platform
review - pending

#### Problem What is being fixed? Examples: * Fixes https://github.com/project-chip/connectedhomeip/issues/21639 #### Change overview * `OnFirstMessageDeliveryFailed` is removed from `SessionDelegate` * `CASESessionManager` will implement delegate to allow updating `Session` transport peer...

transport
app
review - pending

#### Problem Headers do not compile in isolation. #### Change overview Add missing #includes. #### Testing Build

transport
platform
lib
app
review - pending
support

#### Problem Zap is being reworked to support being used in a binary form. As a result, the tests information from the SDK needs to be read differently, than by...

examples
darwin
app
review - pending
tests

Fixes script issues: [471](https://github.com/CHIP-Specifications/chip-certification-tool/issues/471), [331](https://github.com/CHIP-Specifications/chip-test-scripts/issues/331), [349](https://github.com/CHIP-Specifications/chip-test-scripts/issues/349), [344](https://github.com/CHIP-Specifications/chip-test-scripts/issues/344) TC-ACT-1.1 TC-ALOGIN-1.12 TC-APBSC-1.10 TC-APPLAUNCHER-1.3 TC-AUDIOOUTPUT-1.8 TC-BOOL-1.1 TC-CADMIN-1.* TC-CC-1.1 TC-CC-2.1 TC-CC-3.* TC-CC-4.* TC-CC-5.* TC-CC-6.* TC-CC-7.* TC-CC-8.* TC-CC-9.* TC-MOD-1.1 TC-FLW-1.1 TC-DESC-1.1 TC-DGEN-1.1 TC-I-1.1 TC-ILL-1.1 TC-OO-1.1...

app
review - pending
sve
tests

#### Problem The initial event loop passed to [AsyncReadTransaction](https://github.com/project-chip/connectedhomeip/blob/93d72d265b449488ed260264620a6344a40550c6/src/controller/python/chip/clusters/Attribute.py#L625) is closed by the time a resubscribe occurs. It only lives until [ZCLSubscribeAttribute](https://github.com/project-chip/connectedhomeip/blob/93d72d265b449488ed260264620a6344a40550c6/src/controller/python/chip/ChipDeviceCtrl.py#L1091) returns. ``` 2022-08-09 21:50:17 548360307136 ERROR chip.DMG _RedirectToPythonLogging:38...

controller
review - pending

#### Problem - Support Matter Shell on 8710C platform - Wrong function address used when creating MatterShellTask with xTaskCreate #### Change overview - Use 8710C UART0 pins - Use the...

examples
platform
lib
fast track
shell

#### Problem Part 2 of the convenience API (serialized and synchronous reads, expected values cache, attribute cache, and implicit subscription) Tracked in issue #16691 #### Change overview * Added expected...

darwin