hmenzagh / homebridge-tuya-platform-local

Unofficial Homebridge plugin enabling local control of Tuya smart devices
MIT License
1 stars 2 forks source link

`Odd message` received #3

Open tylerbenson opened 6 months ago

tylerbenson commented 6 months ago

Checklist

Describe the bug A clear and concise description of what the bug is.

I'm seeing the following logs when I restart homebridge:

[Tuya] Odd message from Strip Light with command 10: �Fc3���?l��q�Z��C�Q�"�����\���
[Tuya] Raw message from Strip Light (3.3) with command 10: 000055aa000000010000000a0000002c0000000196466333c08d11e03f6cceef710e9f5ae7fc43cf51da2289a8ac95ef5c8fa9b1cf1ecc1c0000aa55

And the following logs when I manually turn the light off and on:

[Tuya] Odd message from Strip Light with command 8: C��?&�WwCbL��(6�����(�$_7�D��W2�
                                                                                    ����
                                                                                        lo�
[Tuya] Raw message from Strip Light (3.3) with command 8: 000055aa00000000000000080000004b00000000332e3300000000000050290000000143d801db3f261e8a577743624c87e12836fda7bd9590280110c2245f37c344f6a0573203970cc08bfe8b11030b6c6fd7d13661ad0000aa55
�'�[��$��i message from Strip Light with command 8: �{�.#:�+07��f����P��e|��
[Tuya] Raw message from Strip Light (3.3) with command 8: 000055aa00000000000000080000004b00000000332e33000000000000502a00000001ef7bff2e1423033a1fd2102b3037aac766d505f8d4f450da1ca7657c92a1011d110dd527e8920f5bb41c01b12497a0695895a1df0000aa55

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

This is the strip light I have:

image

Environment (please complete the following information):

Additional context Add any other context about the problem here.

I'm not sure the best place to report this and request help. I also don't understand how to read the messages. I tried to follow https://github.com/codetheweb/tuyapi/wiki/TUYA-Commands and https://github.com/codetheweb/tuyapi/wiki/Communication-Details#packet-details but I don't know what to do with the packet details section.

Thanks for your help!

tylerbenson commented 5 months ago

@hmenzagh any tips on how to proceed here?