Open erd82 opened 1 year ago
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? 🤔
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:
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