Thinkingcleaner error

After upgrading to 064.1 it seems to be something wrong with Thiningcleaner platform.

2018-03-01 21:12:00 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform thinkingcleaner
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 84, in async_setup
    SLOW_SETUP_MAX_WAIT, loop=hass.loop)
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.6/asyncio/futures.py", line 243, in result
    raise self._exception
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/thinkingcleaner.py", line 59, in setup_platform
    devices = discovery.discover()
  File "/srv/homeassistant/lib/python3.6/site-packages/pythinkingcleaner/discovery.py", line 12, in discover
    data = response.json()
  File "/srv/homeassistant/lib/python3.6/site-packages/requests/models.py", line 892, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/local/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.6/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/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 1 (char 0)

I am not having any luck getting my ThinkingCleaner setup as well.
Has anyone found a solution or experiencing the same issue?

read this:

work arround works for me, but a better solution would be nice.