Skip to content
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

Open
gavinhuet opened this issue Dec 16, 2024 · 3 comments
Open

Accessories no longer responding #629

gavinhuet opened this issue Dec 16, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@gavinhuet
Copy link

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"
}

@gavinhuet gavinhuet added the bug Something isn't working label Dec 16, 2024
@mbdmbd
Copy link

mbdmbd commented Dec 16, 2024

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
Node v22.12.0
HomeBridge v1.8.5
HomeBridge UI v4.65.1

$ docker logs homebridge | grep -i tuya
...
[12/16/2024, 7:53:09 PM] Loaded plugin: @milo526/[email protected]
[12/16/2024, 7:53:09 PM] Registering platform '@milo526/homebridge-tuya-web.TuyaWebPlatform'
[12/16/2024, 7:53:09 PM] [TuyaWebPlatform] Initializing TuyaWebPlatform platform...
[12/16/2024, 7:53:09 PM] [TuyaWebPlatform] Initializing child bridge 0E:31:XX:XX:XX:XX
[12/16/2024, 7:53:10 PM] [TuyaWebPlatform] Launched child bridge with PID 152
[12/16/2024, 7:53:10 PM] Registering platform '@milo526/homebridge-tuya-web.TuyaWebPlatform'
[12/16/2024, 7:53:10 PM] [TuyaWebPlatform] Loaded @milo526/homebridge-tuya-web v1.1.5 child bridge successfully
[12/16/2024, 7:53:10 PM] Homebridge v1.8.5 (HAP v0.12.3) (TuyaWebPlatform) is running on port 32969.
[12/16/2024, 7:53:10 PM] [TuyaWebPlatform]

@bmdzi1
Copy link

bmdzi1 commented Dec 16, 2024

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...
[16/12/2024, 22:48:09] Loading 1 accessories...
[16/12/2024, 22:48:13] [TuyaWebPlatform]

The final entry above usually would state the login details and something like "successful connected" or similar.

@ckangnz
Copy link

ckangnz commented Dec 20, 2024

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants