walthowd / husbzb-firmware

Nortek GoControl HUSBZB-1 / EM3581 Firmware update image
GNU General Public License v3.0
246 stars 40 forks source link

timeout error fix bellows install #55

Open n-connect opened 10 months ago

n-connect commented 10 months ago

The Dockerfiles try to install bellows.git via pip3 from GitHub link directly. The command fixed from RUN pip3 install --upgrade git+git://github.com/zigpy/bellows.git to 'RUN pip3 install --upgrade git+https://github.com/zigpy/bellows.git'

With this proper call the bellows.git can be installed into pip3, ncp.py run on macOS succesfully (On Linux x86_64 only scan works though, rPI not tested).