I’m using a Conbee III via REST api and I would like to pair a device using install code.
Reason is that I have several devices in steering network mode, and I would like only a specific device to join my network.
I’m using “Pair with install code” command here, then I’m sending permitjoin command here.
Unfortunately, as soon as I launch permit join, all devices that are in steering mode are entering my network.
Conbee does not directly support the install code. To use deCONZ with the install code, follow the instructions in the deCONZ manual.
The “Pair with install code” command is a tool for generating the link key derived from the install code.
To test, you can run the command and enter the “mmohash” key in the “TC link key” field of the deCONZ network configuration interface. You can then enable a permit join: only the device with the matching install code will connect to your network.
I believe this will solve your multiple network problem.