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 Inconsistent handling of clusters, device XML not matching device specs. See https://github.com/project-chip/connectedhomeip/pull/20031#pullrequestreview-1022082631 #### Proposed Solution Fix it. @markus-becker-tridonic-com

p1
V1.0
spec

Have a Wi-Fi/BT DUT that has no issues commissioning to the TH with other routers and home networks. One internal employee has a Linksys MR9600 with stock settings that cant...

## Problem Steps 2 - 7: remove th_xpan network, add THREAD_2ND_OPERATIONALDATASET, Connect to THREAD_2ND_OPERATIONALDATASET After Step 7 : `./chip-tool networkcommissioning connect-network hex:1161111128222222 1 0 --Breadcrumb 2` not able to proceed...

invalid test

#### Problem For testing purpose, there is no way to specify the vendorId/productId/hwVersion in the QueryImage command #### Change overview Add a command line option to override the default device...

examples
app
review - approved

BlueZ disconnecting during pairing with the SVE1.1 image. This was working fine with SVE1.0 Log from pairing using the chip-tool attached. [pairing.log](https://github.com/project-chip/connectedhomeip/files/9096864/pairing.log)

linux
v1.1
regression

#### Problem If a device receives a binding entry pointing to it self, it will initiate a connection to self which will not succeed. #### Change overview The PR filters...

examples
app
review - changed requested

#### Problem After https://github.com/project-chip/connectedhomeip/pull/21256 `OnFirstMessageDeliveryFailed` no longer performs address lookup on established sessions. This is because previously `OperationalDeviceProxy` would stick throughout the lifetime of the establish connection and it would...

V1.0

Using the SHA https://github.com/project-chip/connectedhomeip/commit/b4e425755d76efcaee1ebd0f82d5aac34c842474 While executing stress tests-> pairing with thread accessory, randomly pairing fails with Timeout error. This issue was encountered twice. **Steps to reproduce;** 1. Compile and flash...

#### Problem the tv-app was commissioned by chip-tool,when i tested TC-OO-2.2, the tv-app occurred native crash: [app-onoff-error.txt](https://github.com/project-chip/connectedhomeip/files/9280262/app-onoff-error.txt) i found that if you execute app::Clusters::OnOff::Attributes::OnOff::Set(static_cast(endpoint), value);,the tv-app must be crashed

android
tv

#### Problem Subscription ids are assigned _by the server_ and are scoped to that server. That means that two different subscriptions can have the same id on the client, if...

V1.0
spec
Interaction Model Work