Hue does not work, but Emulated Hue does

Hi there, bit of a roadblock I’ve hit upon. I have Lifx, Wemo, Hue and Osram lights with Home-assistant on RP3 installed via AIO.

All other lights and devices are showing on HA except for the Hue lights. The strange part is, the Hue lights are discovered by Echo via Emulated Hue.

17-02-12 06:35:00 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform thomson
17-02-12 06:35:23 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform hue
Traceback (most recent call last):
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 151, in _async_setup_platform
entity_platform.add_entities, discovery_info
  File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self  # This tells Task to wait for completion.
  File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
  File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
  File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/light/hue.py", line 128, in setup_platform
allow_in_emulated_hue, allow_hue_groups)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/light/hue.py", line 250, in setup_bridge
update_lights()
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
result = method(*args, **kwargs)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
result = method(*args, **kwargs)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/light/hue.py", line 178, in update_lights
api_lights = api.get('lights')

Configuration file:

zwave:
  usb_path: /dev/ttyACM0

light 2:
  - platform: hue
    broadcast: 10.1.1.93
    filename: phue.conf

wemo:

light:
  - platform: osramlightify
    host: 10.1.1.110
  - platform: lifx
    broadcast: 10.1.1.99

media_player:
  - platform: plex

emulated_hue: