doudz / zigate

python lib for zigate
MIT License
46 stars 22 forks source link

How to join an existing network ? #194

Open dusscloud opened 4 years ago

dusscloud commented 4 years ago

It seems that by default the python library sets-up the zigate as a coordinator and creates its own network. But in my case I want my Zigate to join a existing network, as a simple router. How can I use the zigate python library to do that?

pipiche38 commented 4 years ago

https://github.com/badzz/Zigate-Router

On 11 Aug 2020, at 17:54, dusscloud notifications@github.com wrote:

It seems that by default the python library cset-up the zigate as a coordinator and creates its own network. But in my cas I want my Zigate to join a existing network, as a simple router. How can I use the izgate python library to do that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/doudz/zigate/issues/194, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7IKWROBXM536LXFMG6COTSAFSUZANCNFSM4P3GC2MA.

dusscloud commented 4 years ago

https://github.com/badzz/Zigate-Router

Hmmm I miss some guidelines here.

pipiche38 commented 4 years ago

The firmware are available there: https://github.com/badzz/Zigate-Router/tree/master/Router/Build

Then you have to use the same procedure as the standard firmware to flash the router firmware on the ZiGate.

dusscloud commented 4 years ago

Ok, thanks.