Magic Hue WiFi bulbs

Hey,

I have bought this wifi bulb, just for trying it out with home assistant.
“Magic Hue”
https://www.amazon.de/Beleuchtung-dimmbar-Energiesparlampen-Leuchtmittel-Sonnenaufgang/dp/B06XPTPVVV/

It uses the Magic Hue WIFI App, but I could not find any possibilty to control it with HA…
Hoping for help to get this device working with HA :slight_smile:

Does it have an API? That will be the first step.

Try this Component: https://home-assistant.io/components/light.flux_led/

Yes I think the light flux Component should work. I tried it again and HA is now finding the LED and I can turn it on and off but nothing else. Also tried to add the protocol: 'ledenet’ line to the config but no change.

I tried the MagicHue smaller bulb with 7,5W and it is working fine with Home Assistant. I can control brightness and colors but the the colors are not exactly right. Red is pink and blue cyan… but okay.

Here the error log of the 15W bulb:

File “/usr/lib/python3.6/asyncio/tasks.py”, line 181, in _step
result = coro.throw(exc)
File “/usr/lib/python3.6/site-packages/homeassistant/core.py”, line 1023, in _event_to_service_call
yield from service_handler.func(service_call)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/init.py”, line 272, in async_handle_light_service
yield from light.async_turn_on(**params)
File “/usr/lib/python3.6/asyncio/futures.py”, line 331, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 244, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 244, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/flux_led.py”, line 210, in turn_on
self._bulb.setRgb(*tuple(rgb))
File “/usr/lib/python3.6/site-packages/flux_led/main.py”, line 966, in setRgb
retry=retry)
File “/usr/lib/python3.6/site-packages/flux_led/main.py”, line 943, in setRgbw
msg.append(special)

maybe someone can help me to fix this :slightly_smiling_face:

I have some of these RGB Led strips and a few bulbs on the way, so interested in this as well. Did you ever figure it out OP?