homebridge-tuya icon indicating copy to clipboard operation
homebridge-tuya copied to clipboard

Odd message with command 10

Open newt10 opened this issue 2 years ago • 1 comments

Checklist

  • [x] I have read the common issues wiki page
  • [x] I have checked to make sure the plugin is up to date

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

  • OS: DSM 7
  • iOS version: 16.1.1
  • Homehubs: Homebridge 1.6
  • Node Version: node 18
  • Plugin Version: 2.0.1
  • Accessory Type RGBTWLight

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 avatar Jan 07 '23 00:01 newt10

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

newt10 avatar Jan 26 '23 03:01 newt10