-
Notifications
You must be signed in to change notification settings - Fork 212
Can’t connect to Create Wind Calm (2025) #605
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
Comments
How did you determine it was a v3.3 device? Is that what a scan reported? If not, I'd try 3.5 and then 3.4. |
At first, this is what the Home Assistant integration reported, but I did try with them without success, as they both returns I did ensure also that I killed my android application (and still had the same issue after 12h of waiting approximately). |
Does running |
So, weirdly, scanning didn’t work at first. For the 3rd time, I tried to remove and erase the data of the device from the tuya app, used the create app, then decommisionned to readd it to the tuya, fetch back new device id and local key. Then, scanning worked and told that the protocol was 3.4 (there was no firmware update in between though as I can see), and the sample program works. So clearly something is fishy. Then, I didn’t have any issue witht he new device id and local key to control it. Sorry for bothering you and not being able to give more details. I hope that can help anyone else that go through the same issues: removing it more than once to the app, try again this procedure and cross fingers… |
Well that's a new one. For the first 2 times, did you run that README sample before the scan? Most v3.4 devices have a bug where they will randomly "forget" what their local key is and refuse connections until they are power cycled. We're still not sure what exactly triggers this, and how long they work before this happens is seemingly random (they could work fine for months before forgetting, or it could be just a few minutes), but a power cycle brings them back. #443 |
Right, I didn’t run the scan for the first 2 times, as I had all the needed DPs and so on from the Tuya cloud directly. Ack of the v3.4 devices. I did a lot of power cycle before opening this bug without any success, but I will report back if this come again! Thanks for your swift answers :) |
It seems that recent Create Wind Calm can’t be contacted with tinytuya. After successfully retrieving their dev_id and local_key, connecting with a simple tinytuya program (see below) returns:
{'Error': 'Network Error: Unable to Connect', 'Err': '901', 'Payload': None}
.I did try different version too.
I can ping the device and I have other tuya device using tinytuya on the same vlan.
Here is the result when scanning the device:
I’m happy to test anything/add more debug as needed!
FYI, this is the simple python script I tried from the README example:
The text was updated successfully, but these errors were encountered: