-
Notifications
You must be signed in to change notification settings - Fork 28
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
Provide a mechanism to disable the adapter taking control of the dongle serial ports so that zigbee2mqtt can access them #308
Comments
I added two new settings which allow you to specify exactly which sticks to use. |
Run prettier Add option to deactivate probing and specify stick manually (#308)
Run prettier Add option to deactivate probing and specify stick manually (#308) Remove src/manifest.json
Run prettier Add option to deactivate probing and specify stick manually (#308) Remove src/manifest.json
It looks like this will do the trick. When do you expect to merge this release into the addon-list? |
Now 😬 |
There is a major unannounced backwards compatibility break :( |
It looks like the default value has no effect. |
As soon as the build is finished I release the fix. |
If there is a dongle plugged in that can be used by both zigbee-adapter and zigbee2mqtt then it is not possible to test the new code.
Much more difficult use case: I have two ConBee II dongles, so I could, in theory, attach one to each. However this would require much deeper intervention at the OS level (udev rules) to provide alternate symlink device names and specifically configure zigbee-adapter to use one and zigbee2mqtt to use another.
The text was updated successfully, but these errors were encountered: