Replies: 1 comment
-
|
Looking into this after all this time, I actually found a very easy way... So simply launching a command like Just to document my finding ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to put in place some redundancy on my zigbee network, and have 2 computers with an adapter on each of them.
The primary would be normally active, but if it fails, I would like to be able to activate zigbee2mqtt on the backup one (which would have a synchronized config and status) remotely or by script, and then of course go back to the normal situation when the primary start working again.
As only one coordinator is allowed on a network, I have to be sure when switching that the previous one stops completely sending messages on the network to avoid problems, but taking a capture it seems the adapter keep sending and interacting on the zigbee network to some extend even when zigbee2mqtt is manually stopped.
Is there a way to remotely ask the adapter to completely stop working, and starting again only when zigbee2mqtt restart ?
I use the CC2652RB with the last coordinator firmware, and I had the same behavior with a CC2531.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions