-
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
Unable to connect chip tool to simulated device #22312
Comments
From the simulated device log:
But the chip-tool command is connecting to port 5542:
I don't know where this chip-tool command came from, but I strongly recommend using |
To answer your question of where did this come from: https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/simulated_device_linux.md |
Looks like #15801 changed the code but not the documentation.... We should fix the docs. |
"pairing code" to avoid problems like that. Fixes project-chip#22312
use "pairing code" to avoid problems like that. Fixes project-chip#22312
PR project-chip#15801 changed the port to 5543, but the documentation was not updated. Just use "pairing code" to avoid problems like that. Fixes project-chip#22312
PR project-chip#15801 changed the port to 5543, but the documentation was not updated. Just use "pairing code" to avoid problems like that. Fixes project-chip#22312
* Fix documentation for chip-app1 commisioning. PR project-chip#15801 changed the port to 5543, but the documentation was not updated. Just use "pairing code" to avoid problems like that. Fixes project-chip#22312 * Fix review comments: add missing node id.
I have build the simulated device but when I try to comission it using chip-tool as per the docs here:https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/simulated_device_linux.md
In one terminal I run the simulated device:
In the other terminal I run chip-tool
The text was updated successfully, but these errors were encountered: