Replies: 1 comment 1 reply
-
It could definitely be something to look into. I don't have any units to test with though. Is there anyone else that wants to take a crack at testing and see? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to integrate Broadlink TC2 with node-red . As many of us failed, it is not working for TC2 RF. I checked the message payload send to the RM unit, and compare it to what I get from rmplugin (a good android app) and find some interesting correlation. The code send is actually the decimal value from 2's complement, and if you convert it back to Hex, it is exactly what the RM unit need. E.g. For the TC2 device, the first data byte is -23 (decimal value from 2's complement) which is E9 in Hex meaning 433Mhz in RM unit, so if the message payload is translated in the same way, RM should able to fire the RF signal with Hex code. I double-check with another old TC device, the first byte will translate to d7 in hex which is 315Mh in Broadlink RM unit. That's only my guess.
Beta Was this translation helpful? Give feedback.
All reactions