iRayanKhan / homebridge-tuya

A Homebridge plugin to control Tuya devices locally.
MIT License
392 stars 164 forks source link

Odd message with command 10 #398

Open newt10 opened 1 year ago

newt10 commented 1 year ago

Checklist

Describe the bug See the log below. Cannot connect to LED light strip. Does not show up in home app

To Reproduce Steps to reproduce the behavior: Add config and start

Expected behavior Unable to connect o LED light strip (made by Merkury brand)

Screenshots [1/6/2023, 4:46:44 PM] [TuyaLan] Discovered Shelf Lights 1 (xxxxxx) identified as RGBTWLight (3.3) [Tuya] Changing ping gap for Shelf Lights 1 to 9s [1/6/2023, 4:46:44 PM] [TuyaLan] Configuration name Shelf Lights 1 differs from cached displayName Shelf Light 1. Updating cached displayName to Shelf Lights 1 [Tuya DEBUG] reconnect called for Shelf Lights 1 [1/6/2023, 4:46:44 PM] [TuyaLan] Connected to Shelf Lights 1 [Tuya] Sending first query to Shelf Lights 1 (3.3) [Tuya] Odd message from Shelf Lights 1 with command 10: �%Z������@B��g�1��'�)&�u�y�,� [Tuya] Raw message from Shelf Lights 1 (3.3) with command 10: 000055aa000000010000000a0000002c00000001de255a98b7b98705888b114042a3d1679331f79627d6072926b375e279ca2cdad39092c10000aa55 [1/6/2023, 4:46:46 PM] [TuyaLan] Discovered Shelf Lights 2 (xxxx) identified as RGBTWLight (3.3) [Tuya] Changing ping gap for Shelf Lights 2 to 9s [1/6/2023, 4:46:46 PM] [TuyaLan] Configuration name Shelf Lights 2 differs from cached displayName Shelf light 2. Updating cached displayName to Shelf Lights 2 [Tuya DEBUG] reconnect called for Shelf Lights 2 [Tuya] Discovery ended. [1/6/2023, 4:46:46 PM] [TuyaLan] Connected to Shelf Lights 2 [Tuya] Sending first query to Shelf Lights 2 (3.3) [Tuya] Odd message from Shelf Lights 2 with command 10: ��� ��R�4p����KfR?���� �p�� [Tuya] Raw message from Shelf Lights 2 (3.3) with command 10: 000055aa000000010000000a0000002c0000000109d7f79420f6dc52f734708fe8aef988194b66523f07fab2bba00bdf70bff706bfd679480000aa55 [Tuya DEBUG] decrementing this._connectionAttempts, currently 2 [Tuya DEBUG] decrementing this._connectionAttempts, currently 1 [Tuya DEBUG] decrementing this._connectionAttempts, currently 2 [Tuya DEBUG] decrementing this._connectionAttempts, currently 1

Environment (please complete the following information):

Additional context Config

{ "devices": [ { "name": "Shelf Lights 1", "type": "RGBTWLight", "manufacturer": "Merkury", "model": "Smart Wifi LED Strip", "id": "xxx", "key": "xx" }, { "name": "Shelf Lights 2", "type": "RGBTWLight", "manufacturer": "Merkury", "model": "Smart Wifi LED Strip", "id": "xx", "key": "xx" } ], "platform": "TuyaLan" }

newt10 commented 1 year ago

@iRayanKhan any idea on what's going on here?