Hi Chris, I have both local tuya and tuya-local installed through HACS. I am unable to add the Holman through tuya-local. Without any Holman devices installed in local tuya it still does not allow me to add it. Any advice? Is there a conflict here?
Same problem. Sub node in my case is 3 characters, but still no go
Any updates about native integration with HA? I managed to use the Google Assistant SDK to directly control the WX1 water tap, but itās really basic.
Hey mate thanks heaps for all your work on this! I have 3x WX1s working a treat and looking great too! Iām using your fork here and have come up against the max 3 device limit as wellā¦ just wondering if you ever found a solution to this? Iāve had a pretty thorough dig through the code and canāt spot itā¦ I was wondering whether related to max 4 devices and perhaps indexed 0:3 instead of 1:4 somewhere? Clutching at straws thoughā¦
Has anyone attempted to add WX1 using https://github.com/tuya/tuya-smart-life?
The Smart Lifeļ¼Betaļ¼integration is developed for controlling Powered by Tuya (PBT) devices using the tuya-device-sharing-sdk, and maintained by the official Tuya Developer Team.
3 devices are recognised by the smartlife integration.
- Wi-Fi Socket (Model (Wi-Fi Socket)
- Wilbur the Wi-Fi Waterer (Model: Wi-Fi Hub (unsupported))
- WX1 Tap Timer (WX1 Tap Timer (unsupported))
Is the next step to add a custom configuration?
This must be the most complex integration Iāve ever doneā¦ Give up, try to find the ālocal keyā from the IOT platform through āQuery device detailsā, but it returns empty value: local_key": āā.
I have 2 wx1ās and I am trying to add them using local tuya from HACs and everything just shows as unavailable. Can this be done with local tuya? Has anyone got straight forward instructions on this? Iām getting lost in this thread. I had this working months ago but after resets it would be unknown until I use it with the smart life app, but now itās not working at all.
Itās been many months since your post, howeverā¦ if you havenāt managed this yet, after a lot of banging my head against the wall tonight I managed to finally get this in!!!
I have a linux laptop which I installed tiny tuya on but there is a windows package
Iāve never used linux before so I did lend the help of chatgpt when I came across things I didnāt understand like making the virtual environment
I tried to add the hub to localtuya etc the standard way with developer account ids and local keys but nothing was playing ball.
LocalTuya gave me a big fat finger mainly due to lack of sub device ability.
Tuya Local however has the option, once you know the sub device id (node_id) which I could not locate anywhere in the tuya developer portal, running tinytuya scan output the data to a text file.
I filled in the device id, ip and local key of the hub and the node id for the sub device and it added immediately with no issue!
Now iāve got to see in the morning how status updates and logging goes with it, but itās a heck of a lot more promising that my previous attempts today xD
After all the writing, I then realised you already had it going but itās stopped since, well I hope this helps someone in the future : )
Just adding to the above, I couldnāt figure out why it wasnāt working for me when Tuya Local (makeall) was filling in all the details. Then I noticed the above refers to ānode idā and I put this in (B21 in my case) instead of uuid for sub device id (obtained from tinytuya) and it worked fine.