-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Question: Example usage of get/setWifiConfig #72
Comments
Unfortunately you can't set the bulb config via UDP packages. The function is available but not used for setting the config. |
Thanks for the quick response
Just to confirm - the setWifiConfig method mentioned in the readme does not
work. Is that correct?
…On Mon, Apr 26, 2021 at 10:39 PM Stephan Traub ***@***.***> wrote:
Unfortunately you can't set the bulb config via UDP packages. The function
is available but not used for setting the config.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5DLJUUZQYE5RTE4HHLGC3TKY5XRANCNFSM43TWUQAA>
.
|
Yes - I documented all function which are exists on the bulb FW (https://github.com/sbidy/pywizlight#set-functions). |
setWifiConfig works when the mobile phone is connected to the light bulb using the light bulb's own wifi hotspot, once the light bulb is not in pairing mode anymore the hotspot is turned off and the light bulb connects to the wifi network using the details provided in the setWifiConfig datagram, this is the same way Lifx bulbs work too, apart from they use TCP instead of UDP. |
Hi, Just curious if someone can explain how WiZ bulbs are discovered via hotspot and brought into the Wifi network.. Can anyone explain that process and what would need to be done by me? |
Hey team,
Thanks a ton for this library and for your efforts to get it merged into HomeAssistant.
I have ~70 wiz bulbs and I'm starting to move them to a new vlan/ssid on my network. This is quite painful to do manually. I'm hoping to use the get/setWifiConfig UDP methods from your readme.
Is there an example piece of python on how to do this? (I've read the readme but I'm not quite sure how to use it just yet)
BTW - I love how you wrote this library to be async.
Thanks for any help. I'm now a sponsor too!
The text was updated successfully, but these errors were encountered: