etheralm / libpurecool

Python library for dyson devices.
Other
66 stars 30 forks source link

unable to log in #40

Open dennis8989 opened 3 years ago

dennis8989 commented 3 years ago

I try to log in dyson account like below code. dyson_account = DysonAccount("XXX@hotmail.com","123456","US") logged = dyson_account.login() if not logged: print('Unable to login to Dyson account') exit(1) but it shows unable to login to Dyson account. Is the account and password the same as APP Dyson link? or anything wrong? Thanks

Kill0geR commented 3 weeks ago

With this Project you can easily connect to your Dyson fan https://github.com/Kill0geR/DysonPythonHack