-
Notifications
You must be signed in to change notification settings - Fork 96
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
Accessories no longer responding #629
Comments
Also seeing this. Have done a number of attempts at reconfiguring, removing cached accessories, and no luck. If I had to guess, I'd suspect that Tuya might have changed something at their side? Running in a Docker container - current homebridge/homebridge:ubuntu TuyaWebPlatform v1.1.5
|
Confirm same problem here. Also arose on the weekend of 14-15 December 2025. Have also tried deleting cached accessories. Homebridge log shows the following: 16/12/2024, 22:48:09] [TuyaWebPlatform] Initializing TuyaWebPlatform platform... The final entry above usually would state the login details and something like "successful connected" or similar. |
I'm having the same issue. It was working perfectly fine and all of a sudden it's not working from today. I've only made a change to 'show scene' and all of my devices aren't updating either on hoobs nor homekit. It works on the Smartlife App, as well as Tuya Developer API calls. Seems hoobs API call isn't triggering the API correctly? I can't seem to turn on the debugger mode on Hoobs unfortunately :( |
I've had the same issue. But pure dumb luck I accidentally re-installed the plugin and set it up as a child bridge. Then adding the bridge to HomeKit has miraculously fixed everything. But I have 0 idea how or why. |
Have tried removing the child bridge, uninstalling plugin, re-installing, and still seeing the same issue.
|
I'm having the same problem. The following methods didn't help.
|
Same Issue Here - [01/01/2025, 15:45:40] [TuyaWebPlatform] Launched child bridge with PID 4695 I'm waiting for it to be resolved as soon as possible, and I'm willing to help you if you need help. |
I ended up moving away to tuya platform plugin..:( i liked this plugin more but it seems it's not maintained anymore.. |
Likewise, it was the opportunity for me to move away from homebridge and tuya. |
I'm having a similar problems with both this plugin and the Tuya platform plugin. There appear to be issues with a couple of the Tuya endpoints (Central Europe and Western America) that are rejecting ICMP connections. When I try to ping openapi.tuyaeu.com and openapi.tuyaus.com I'm getting no response, but I am getting responses from all other endpoints. However, openssl is connecting to those two endponts and returning SSL certificates that are self-signed (the others are not self-signed). |
Finally got it working. you should try following commands: sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1
sudo sysctl -p |
Thank you so much Ochil! I went into terminal on my home bridge, and copy pasted the commands above and all is now working again! |
Unable to control any of accessory via Homebridge or HomeKit.
Confirmed that everything is still working via the Tuya Smart app on iOS.
If I uninstall the plugin and re-install it, no accessories are found.
Issue arose over the weekend of 14-15 Dec 2024.
{
"name": "TuyaWebPlatform",
"options": {
"username": "REDACTED",
"password": "REDACTED",
"countryCode": "64",
"platform": "tuya"
},
"defaults": [
{
"id": "eb74d290572afee1261ez0",
"device_type": "light",
"min_brightness": "0",
"max_brightness": "1100",
"light_characteristics": [
"Brightness"
]
}
],
"scenes": false,
"_bridge": {
"username": "0E:D4:55:BB:7C:7B",
"port": 55921
},
"platform": "TuyaWebPlatform"
}
The text was updated successfully, but these errors were encountered: