Replies: 1 comment 1 reply
-
|
On the IR side, the first number is a pulse and the next is a gap. Unfortunately I don't remember what the RF did, and all my RF-capable devices are currently buried somewhere. |
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.
-
I used the RFRemoteContrlDevice class to decode the keys I learned from my remote and convert them to a yaml for my tuya_rf esphome/libretiny component.
I supposed that
base64_to_pulsesproduces a sequence of pulses and gaps, i.e. the first number is a pulse, the second a gap, and so on.Now a user reported that the polarities are inverted.
Did I interpret
base64_to_pulseswrong and the first number is a gap?Beta Was this translation helpful? Give feedback.
All reactions