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

baudrate error #2

Closed RobertTurner2 closed 6 years ago

RobertTurner2 commented 6 years ago

install on Raspbian-Stretch using Nortec HUSBZB-1 i get Traceback (most recent call last): File "hue-thief.py, line 124, in loop.run_until_complete(steal(sys.argv[1])) File "user/lib/python3.5/asyncio/base_events.py", line 293, in result rase self._exception File "user/lib/python3.5/asyncio/tasks.py", line 239, in_step result = coro.send(none) File "hue-thief.py", line 28 in steal s= yield from util.setup(device) TypeError: setup() missing 1 required positional argument: 'baudrate'

kalliste commented 6 years ago

Looks like this broke it https://github.com/rcloran/bellows/pull/41