Replies: 3 comments 2 replies
-
You want/need an |
Beta Was this translation helpful? Give feedback.
-
Also, that value is larger than 48 bits. |
Beta Was this translation helpful? Give feedback.
-
@crankyoldgit,
Tomorrow maybe I try with "rawData" that should be easier |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to decode Hisense/Kelon "iFeel" function. I dump codes and (probably) found what bit is telling AC to run or not, but I can't test that, because i don't have idea how to send codes :(
When I use:
irsend.sendKelon(code, 48);
Sending code is limited to half of the code. I mean when I'm sending
0x2096000070000683
or0x2816000070000683
receiver see only:
Code: 0xFFFFFFFF (48 Bits)
(using example IRServer) orCode: 0x70000683(48 Bits)
(using example IRMQTTServer)My first idea was bad uint value, so I changed (in IRServer but still the same) to:
Beta Was this translation helpful? Give feedback.
All reactions