libdyson
libdyson copied to clipboard
Python library for dyson devices
- Fixes the WiFi SSID parsing regex to allow more than 8 characters for the serial number (but still require 8) This fix was required to get a European Dyson...
After installing all the requirements, consistently running into the following error. Please choose your account region 1: Mainland China 2: Rest of the World Region [1/2]: 2 Region code: US...
This happens every once in a while for me, recently. I run prometheus-dyson (https://github.com/seanrees/prometheus-dyson) but it doesn't seem like that's very involved here (eg the code doesn't make it to...
Hello, Would it be possible to implement the empty water tank status for humidifiers? This notifies the app, so I know it's there somewhere, but not sure how to figure...
This PR adds support for zones to the Dyson 360 Heurist - https://github.com/shenxn/libdyson/issues/8 Zones are defined in the Dyson Link app and (unfortunately) stored on Dyson servers. You need to...
Would it be possible to add support for cleaning specific zones? I know this isn’t supported (yet) by HA but maybe it could be used by `send_command` - https://www.home-assistant.io/integrations/vacuum/#service-vacuumsend_command
I found the naming very confusing when trying to pick the correct device, and decided to provide a pull request to match the names against the Dyson names and models...
Hi Guys, sorry for beeing a total Noob. But i have just started playing around with my RaspPi and Home Assistant a while ago. And i am not familiar with...
After installing the requirements and following [this tutorial]( https://www.keepcalmandrouteon.com/post/dyson-graph-part-1/) I cannot connect to my Dyson Pure Humidify+Cool since I keep getting `libdyson.exceptions.DysonConnectTimeout` after calling `getDevice()`. I've ensured that the credentials...
`get_devices.py` consistently returns an error for me. Initially it was returning `libdyson.exceptions.DysonInvalidAuth`, then I logged out of the app, and now it returns `libdyson.exceptions.DysonServerError` all the time. # Log ```...