|
How can I tell my air purifier to connect to my wifi? I know that there is something like configure_wifi, but I don't know how to use it. |
Answered by
rytilahti
May 20, 2021
Replies: 1 comment
|
Unfortunately there is no (easy, w/o having some secondary access to the device) way to do that due to how the onboarding process works. Everytime Dustcloud (https://github.com/dgiese/dustcloud) could be in theory used to capture the new token assuming that the new token gets send out to the cloud for communications, but I haven't heard any reports if that is really the case. |
0 replies
Answer selected by
rytilahti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately there is no (easy, w/o having some secondary access to the device) way to do that due to how the onboarding process works. Everytime
configure_wifiis issued, the device will generate a new token for communication that should be used for future communications but there is no way to access that using the API.Dustcloud (https://github.com/dgiese/dustcloud) could be in theory used to capture the new token assuming that the new token gets send out to the cloud for communications, but I haven't heard any reports if that is really the case.