Just hooked up the supported USB zigbee stick and have tried a few devices. Thought I would provide the results of the devices I have and open up to others to add theirs as well.
I can add the bulb through the zha “Permit” service in HA, and the zigbee.db file gets updated and the light blinks indicating successful inclusion, but bulb never shows up in the UI, can’t be controlled, and the HA log shows this:
2017-05-07 11:49:57 WARNING (MainThread) [bellows.zigbee.application] Message on unknown device 0x6183
2017-05-07 11:50:15 WARNING (MainThread) [bellows.zigbee.application] Message on unknown device 0x6183
2017-05-07 11:50:40 WARNING (MainThread) [bellows.zigbee.application] Message on unknown device 0x6183
2017-05-07 11:50:58 WARNING (MainThread) [bellows.zigbee.application] Message on unknown device 0x6183
2017-05-07 11:51:49 WARNING (MainThread) [bellows.zigbee.zdo] [0xd63d:zdo] Unsupported ZDO request 0x0036
2017-05-07 11:51:55 WARNING (MainThread) [bellows.zigbee.application] Unexpected message send notification
2017-05-07 11:51:55 WARNING (MainThread) [bellows.zigbee.zcl] Data remains after deserializing ZCL frame
2017-05-07 11:51:55 WARNING (MainThread) [bellows.zigbee.device] [0xd63d] Message on unknown endpoint 1
2017-05-07 11:51:55 WARNING (MainThread) [bellows.zigbee.application] Unexpected message send notification
2017-05-07 11:52:19 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last): File "uvloop/future.pyx", line 372, in uvloop.loop.BaseTask._fast_step (uvloop/loop.c:112669) File "/usr/local/lib/python3.5/site-packages/bellows/zigbee/device.py", line 38, in initialize epr = yield from self.zdo.request(0x0005, self._nwk) File "/usr/local/lib/python3.5/site-packages/bellows/zigbee/application.py", line 259, in request v = yield from asyncio.wait_for(reply_fut, timeout) File "/usr/local/lib/python3.5/asyncio/tasks.py", line 404, in wait_for raise futures.TimeoutError() concurrent.futures._base.TimeoutError
I can confirm cree connected working, however it does not currently work with light transitions in my setup. Not sure if this is an issue with just the cree connected lights or all ZHA component lights since I don’t have any other lights to test. Can anyone else confirm this as a general ZHA issue with lights?
“Light transitions” being on/off via automations? The Cree Connected I have is working correctly via automation (on by motion sensor, then off by timed script in appdaemon).
I’m referring to transitions as shown on this page and used in automations. I have tried using it in order to make the on/off fade slower but the transition attribute does not seem to change the fade up/down time. Does it work for you?
Philips Hue color bulbs - working
Philips Hue dimmer - working
How to switch bulbs and dimmer from Hue hub to HA:
Delete bulbs and dimmer from Hue app.
Press and hold setup button on the back of the dimmer under the LED turns green. Once released, LED will slow flash amber. This resets the dimmer.
Hold dimmer near bulb while pressing and holding the on and off buttons simultaneously until the bulb finishes flashing. Repeat for each bulb. This resets the bulbs.
Ensure dimmer is still flashing amber. Call zha/permit service in HA. The LED on the dimmer should automatically turn green indicating it paired with HA.
Hold dimmer near bulb while pressing and holding the on button until the bulb finishes flashing. Repeat for each bulb you want to pair with the dimmer.
The Hue dimmer is the little remote/switch thing, right? I don’t own one and was hoping to be able to reset the bulbs without buying a remote just to reset the bulbs. But it is good to know there is at least one way to reset them.
Yes, it’s the one with on/off/dim/brighten buttons, not the Hue tap which is the round scene controller remote. The Lutron connected bulb remote is another option (NOT the Lutron pico remote). You can reset the bulbs by holding the brighten and off buttons I think. It’s also a little less expensive than the Hue dimmer and it fits in a decora switch plate.
To add Iris devices did you just simply reset the devices then go to services ->ZHA -> Permit? My HA seems to be able to see them tries to add them then they leave the network
“2017-05-22 22:02:50 INFO (MainThread) [bellows.zigbee.application] Device 0xd549 (00:15:5f:00:b4:4c:e4:84) left the network”
Yep, just reset them (the ones I have blink blue I believe when searching for a network after being reset) and then run the permit service in HA. I had better success doing one sensor at a time.