vanviegen / hue-thief

Factory reset Philips Hue bulbs using an EZSP-based Zigbee USB stick. After a reset, bulbs can easily join any type of compatible bridge.
GNU General Public License v3.0
178 stars 20 forks source link

Install guide #4

Closed hansmbakker closed 5 years ago

hansmbakker commented 6 years ago

On Ubuntu on WSL (probably on all newer ubuntus) I had to install python3-pip instead of python-pip3

hansmbakker commented 6 years ago

Also, on Ubuntu on Windows (using WSL) you should do a sudo apt-get update and sudo apt-get upgrade before installing hue-thief.

Finally, if the usb stick is COM4 in Windows device manager, then it is /dev/ttyS4 in WSL. Also, hue-thief needs sudo.

Command for WSL:

sudo python3 ./hue-thief.py /dev/ttyS4
hansmbakker commented 6 years ago

Finally, please be aware that Philips hue lamps can only be paired the first 30 seconds after powering them.

vanviegen commented 5 years ago

Thanks! Sorry for being slow.