-
-
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
WizLightTimeOutError #89
Comments
This is affecting me too. I'm wondering if the bulbs updated and they broke it. I'm on firmware 1.24.0, and this started for me just a day or two ago; not a full 7 days ago. Edit: Apparently 1.24.0 is new as of roughly the day this post was created. I'm not sure if we can roll back to the previous firmware or not. |
A rollback of the FW is not possible. But I saw one of my bulbs have a 1.25.1 FW. Can you provide the failed function call (stack trace) or is no connection at all possible? |
Here's the error I see:
Thanks for hopping on this so fast! |
Mh, it seems to be a connection error on the network stack and not on the UDP-Interface of the bulb. This should return something like this: {
"method": "getSystemConfig",
"env": "pro",
"result": {
"mac": "a8bb50xxxxx",
"homeId": 4228671,
"roomId": 6402395,
"rgn": "eu",
"moduleName": "ESP01_SHRGB_03",
"fwVersion": "1.24.0",
"groupId": 0,
"drvConf": [
20,
2
],
"ping": 0
}
} If you get a connection error, the bulb is not reliably connected to the Wi-Fi. |
That works:
Still getting connection errors though 😢 |
In my test, I can't reproduce this error. What version of the lib you are using? |
Well I figured it out. I have three wiz lights. Apparently the IP address of two of them changed. I thought I had those set as static. I apologize for wasting your time and sending you on this wild goose chase! I appreciate your comments; I love this library |
Hello, I have been using this library to control my light. I tried to use it today and I am getting a time out error. Here is the full text: raise WizLightTimeOutError("The request to the bulb timed out")
pywizlight.exceptions.WizLightTimeOutError: The request to the bulb timed out
I updated the package and checked that I could still discover the light. I can still see it in my network, but I cannot control it.
The text was updated successfully, but these errors were encountered: