-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CHIPTool] Can't Not Read Information from Paired Device #35758
Comments
The bulb_pairing_output.txt log does not show successful commissioning. It shows failed commmissioning:
which means that your chip-tool does not recognize the PAA the device is using. You might want to use |
Also, are there any documentation explaining how to modify an unsupported cluster? Now I can actually modify them. This is the error line I got from
Thank you so much. |
By default, chip-tool uses only the test PAA (which is a root certificate that the device attestation certificate of the device chains up to). If you want it to know about some other set of PAAs, you have to tell it about them. The ones in credentials/production/paa-root-certs are periodically scraped from the Matter DCL....
On a device whose code you can't control? What would that even mean?
It would be very odd for the On/Off cluster to exist on endpoint 0. You should figure out which endpoints on the device actually have the functionality you care about: read the PartsList from Descriptor on endpoint 0, and then for each endpoint check its DeviceTypeList and whatnot. |
Test issue(s)
After successfully commissioned the light bulb to CHIPTool server and obtained EndpointId, ClusterId, and CommandId, , I tested to read its vendor information and on/off toggle function. All of them failed. It seems after commissioning the light bulb is disconnected again. My Matter light bulb is a Wi-Fi device without Thread support. I don't understand why reading device information will fail as well. I have attached the full output running these commands:
./chip-tool pairing code-wifi 1 [SSID] [Pass] 04090312526
;./chip-tool basicinformation read vendor-name 1 0
;./chip-tool onoff toggle 1 0x0
.These are the outputs respectively:
bulb_pairing_output.txt
failed_read_vendor-name.txt
failed_onoff_toggle.txt
My CHIPTool Server is built on: Linux 6.8.0-1010-raspi #11-Ubuntu aarch64
Platform
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: