CharlesBlonde / libpurecoollink

Dyson Pure Cool link python library
http://libpurecoollink.readthedocs.io
Other
205 stars 54 forks source link

Timeout during auto connect #36

Open Legagit opened 4 years ago

Legagit commented 4 years ago

I have a Dyson Pure Cool. Error code I'm getting is

File "C:\Users\me\AppData\Local\Programs\Python\Python36\lib\site-packages\libpurecoollink\dyson_pure_cool_link.py", line 152, in _mqtt_connect self._connected = self._connection_queue.get(timeout=10) File "C:\Users\me\AppData\Local\Programs\Python\Python36\lib\queue.py", line 172, in get raise Empty queue.Empty

Here's what's printed with print(devices) before auto connect:

[DysonPureCoolLink(serial=VW1-UK-KAA0157A,active=False,name=Bedroom,version=ECG2PF.02.06.003.0002,auto_update=True,new_version_available=False,product_type=520,network_device=None)]

Any help would be much appreciated!

buitre-buitaker commented 3 years ago

Here I have the same problem, any solution or test? Thanks!