Setup my HUSBZB-1 device, was a bit wierd to start with but now I have 3 zigbee devices paired and its all working good. The latency is awesome compared to the smartthings
winter: Please share your config/setup. I’m having the hardest time getting a HUSBZB-1 working with an Iris motion sensor. As far as I can tell, the sensor is paired, but it’s not reporting any motion to HA.
I’m also trying to move away from ST after the recent incident.
So I had some initial success getting sensors to pair, and then I was unable to do any more. It seems that the HA recognises that a device is paired, but then fails to get the end points and leaves the device connected in a weird state. Unsure of what exactly is causing the issue.
I really want to break from the cloud dependence of ST. That outage (or whatever the hell it was) was messed up! Doors unlocking 30 minutes (!!!) after you sent the command is NOT ok.
I’m going to keep trying, I’m wondering if its possible to just connect the device, and manually create the end points by editing the zigbee.db file. So far this has just errored out so might have to walk through some code.
Overall looks like there isn’t alot of active effort into getting this zigbee radio working, the last edit on bellows was a few months ago.
I’m missing endpoints for the ikea bulbs, but the device is registered.
When i requested the endpoints, bellow crashed:
bellows zdo -D ./zigbee.db 00:0b:57:ff:fe:48:1c:a1 endpoints
Traceback (most recent call last):
File "/usr/local/bin/bellows", line 11, in <module>
load_entry_point('bellows==0.4.0', 'console_scripts', 'bellows')()
File "/usr/local/lib/python3.5/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.5/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.5/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.5/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.5/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.5/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.5/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python3.5/site-packages/bellows/cli/util.py", line 72, in inner
loop.run_until_complete(async_inner(*args, **kwargs))
File "/usr/local/lib/python3.5/asyncio/base_events.py", line 467, in run_until_complete
return future.result()
File "/usr/local/lib/python3.5/asyncio/futures.py", line 294, in result
raise self._exception
File "/usr/local/lib/python3.5/asyncio/tasks.py", line 242, in _step
result = coro.throw(exc)
File "/usr/local/lib/python3.5/site-packages/bellows/cli/util.py", line 59, in async_inner
yield from f(ctx, *args, **kwargs)
File "/usr/local/lib/python3.5/site-packages/bellows/cli/application.py", line 139, in endpoints
v = yield from dev.zdo.request(0x0005, dev.nwk)
File "/usr/local/lib/python3.5/site-packages/bellows/zigbee/application.py", line 284, in request
v = yield from send_fut
File "/usr/local/lib/python3.5/asyncio/futures.py", line 381, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/local/lib/python3.5/asyncio/tasks.py", line 310, in _wakeup
future.result()
File "/usr/local/lib/python3.5/asyncio/futures.py", line 294, in result
raise self._exception
bellows.zigbee.exceptions.DeliveryError: Message send failure: EmberStatus.DELIVERY_FAILED
wow - I wasn’t unable to get a smartthings “original 2013” sensor working… it paired, but would not display. I would see errors in the HA logs when it would try to send status
Are there any USB alternatives for HuSBZB-1?
At the moment im using Aeotec gen 5 Zstick and im perfectly happy with it, so i dont need another Zwave controller.