libpurecool icon indicating copy to clipboard operation
libpurecool copied to clipboard

Python library for dyson devices.

Results 17 libpurecool issues
Sort by recently updated
recently updated
newest added

Hi, Since the 11/01/2021 morning, the login webservice return a 500 error with the html page: [error preview](https://b.qdel.fr/dysonerror.html). The dyson link application seems to work. Credential are correct. Note also...

I try to log in dyson account like below code. dyson_account = DysonAccount("[email protected]","123456","US") logged = dyson_account.login() if not logged: print('Unable to login to Dyson account') exit(1) but it shows unable...

Updated login URL and DYSON_API_USER_AGENT header

This PR is based on the information form @shenxn here: https://github.com/etheralm/libpurecool/issues/37#issuecomment-777949022 I am also validating the account status in this to avoid unnecessary API calls to Dyson.

In Home Assistant, I get the following error often: unhandled exception for the Dyson integration: Source: /usr/src/homeassistant/homeassistant/bootstrap.py:310 First occurred: 21:10:31 (1 occurrences) Last logged: 21:10:31 Uncaught thread exception Traceback (most...

It would be nice if the releases are tagged in the source. This would allow to download the versioned source tarball from GitHub and run the tests as the PyPI...

I have a Pure Cool Link purifier, TP04. I am able to log in my Dyson account with this script: ``` from libpurecool.dyson import DysonAccount import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) # Log...

This isn't directly an issue with this library, hope that's ok! I'm looking at coding a Rust client for my dyson devices and I don't see them responding to mDNS...

Currently the state and sensor data is set after the `_state_data_available` and `_sensor_data_available` are enqueued, which means it is possible that the data is actually not ready when the `_mqtt_connect`...

360 Eye vacuums uses `_360eye_mqtt._tcp.local.` instead of `_dyson_mqtt._tcp.local.` for mDNS discovery. This PR adds auto connect support to 360 Eye vacuums.