Error with Hass.io and HAbridge light control

hi all

Get the error below everytime i trigger my Milghts that are in HAbridge. These lights are autodetected in Hass.io i assume via the hue component.

The light turns on and off fine but i get this error everytime and eventually the log gets so big the Hass.io stops responding.

help

017-08-29 21:37:32 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
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 1025, 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 279, 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/hue.py”, line 427, in turn_on
self._command_func(self.light_id, command)
File “/usr/lib/python3.6/site-packages/phue.py”, line 898, in set_light
converted_light) + ‘/state’, data))
File “/usr/lib/python3.6/site-packages/phue.py”, line 667, in request
return json.loads(response.decode(‘utf-8’))
File “/usr/lib/python3.6/json/init.py”, line 354, in loads
return _default_decoder.decode(s)
File “/usr/lib/python3.6/json/decoder.py”, line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File “/usr/lib/python3.6/json/decoder.py”, line 357, in raw_decode
raise JSONDecodeError(“Expecting value”, s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 81 (char 80)