Sylvania Ultra iQ Flood Bulbs, https://www.lowes.com/pd/SYLVANIA-65-W-Equivalent-Dimmable-Soft-White-BR30-LED-Flood-Light-Bulb/50057367.
The bulbs work but with some issues. Turning the lights on does not consistently work. I often have to click twice on a dimmer location in the front end to actually get the lights to turn on. Also, when the lights are grouped, turning off the lights using voice commands via emulated hue works, but turning the lights on via voice command by either turning the switch on or setting a level does not work. When using a voice command to set a level of a group, Alexa reports back that the device is not responding.
The lights also cause numerous warnings to be printed to the log. So many warnings are spammed that I had to redo the configuration for bellows.zigbee to exclude them from the log file. The warnings are:
- Data remains after deserializing ZCL frame
- No handler for cluster command
My current config is HomeAssistant 0.49.1 on a pi3 with a Linear HUSBZB-1 stick.
EDIT
Below is the error received when attempting to set the level of a group of zigbee bulbs:
2017-07-29 11:17:56 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/home/homeassistant/.homeassistant/deps/aiohttp/web_protocol.py", line 422, in start
resp = yield from self._request_handler(request)
File "/home/homeassistant/.homeassistant/deps/aiohttp/web.py", line 306, in _handle
resp = yield from handler(request)
File "/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
File "/usr/lib/python3.4/asyncio/coroutines.py", line 143, in coro
res = yield from res
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 424, in handle
result = yield from result
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/emulated_hue/hue_api.py", line 157, in put
parsed = parse_hue_api_put_light_body(request_json, entity)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/emulated_hue/hue_api.py", line 299, in parse_hue_api_put_light_body
return (result, brightness) if report_brightness else (result, None)
UnboundLocalError: local variable 'report_brightness' referenced before assignment