-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dyson Cloud never worked, using Dyson Local only now #178
Comments
Thanks @erd82 following your Android tutorial, I got my fans connected to Home Assistant! |
Is there any way to do this without an Android device? 🤔 |
I guess you need to check for a suitable network sniffer, which is able to catch the respective network package. For Windows: maybe Wireshark? For Apple: Is there any experienced Apple user who can recommend something? Maybe something like Intercepter-NG? https://alternativeto.net/software/wireshark/?platform=iphone @community: Feel free to share your experience here. |
Sadly the App Store seems to be missing a chunk of packet sniffers so I'm out of luck |
I had managed to successfully get a network capture with the following app - Storm Sniffer. Unfortunately the SSL capture feature is behind a subscription but it’s not too bad. |
Thanks for this @erd82. Just a note to say that Packet Capture doesn't appear to work with recent versions of Android, but I was able to get this working with an app called PCAPdroid. I'm still struggling to connect to my HP07, as described here, but I don't believe that's an issue with the captured credentials. |
Unfortunately this integration is no longer maintained, but I've created a new fork and am actively working on the new Formaldehyde models. Have a look at #185 for more information, and let me know if you have any questions. The issues with cloud login are something I've been successful working out to some degree, one of my goals over the coming weeks is to improve the reliability of consuming the API. |
Hello together,
In the past, I never got the dyson cloud integration working and still had this issue until today (also solutions above did not help). Since yesterday I invested several hours again, but I did not make it to get dyson cloud integration working. Finally I found a solution (hopefully stable) which I would like to share.
Existing Problems
libdyson.exceptions.DysonInvalidAuth
when trying to use thepython3 get_devices.py
(see link). And after months and years (why not earlier ??? ) I found a suitable solution / workaround to get credentials for dyson local (see option 2 below).Solution: Dyson Local only !
What did I did:
6.1. Serial*: Enter the serial number of your device (e.g. K3G-EU-RA....)
6.2. Credential*: Get the credential (see below) and enter here.
6.3. Device Type: Select your device type (in my case "Pure Cool Formaldehyde")
Finally dyson local got successfully configured and all required data / services are available in HA! That's it!
How to get credentials?
Usually, there are two options (@Kakise, @shenxn: Wouldn't it make sense to document option 2 in the official documentation?):
python3 get_devices.py
see https://github.com/shenxn/ha-dyson#setup-manually (never worked for me)Hope other people can benefit from it.
Cheers
The text was updated successfully, but these errors were encountered: