Daikin component - adapter not recognized

Hi,

I have a Daikin AC with an adapter BRP069A42 that used to work (with 0.74.2?).

Suddenly the device is not recognized any more and throws exception:

2018-09-04 10:00:43 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform daikin

Traceback (most recent call last):

File "/home/pi/ha_venv/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 129, in _async_setup_platform

SLOW_SETUP_MAX_WAIT, loop=hass.loop)

File "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for

return fut.result()

File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result

raise self._exception

File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run

result = self.fn(*self.args, **self.kwargs)

File "/home/pi/ha_venv/lib/python3.5/site-packages/homeassistant/components/climate/daikin.py", line 64, in setup_platform

api = daikin_api_setup(hass, host, name)

File "/home/pi/ha_venv/lib/python3.5/site-packages/homeassistant/components/daikin.py", line 105, in daikin_api_setup

device = appliance.Appliance(host)

File "/home/pi/ha_venv/lib/python3.5/site-packages/pydaikin/appliance.py", line 100, in __init__

raise ValueError("no device found for %s" % id)

ValueError: no device found for ['192.168.1.119']

The IP address appeared only after removing those few endpoints from appliance.py that were not returning OK; before that the stack trace was similar except the IP address was not recognized.

I’m using the latest version of pydaikin module for python 3.5.3.

Any hint how to fix this?

Thanks.