-
Notifications
You must be signed in to change notification settings - Fork 97
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 :( |
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: