-
I'm writing an app, in which i want to send to my zigbee ir controller a raw IR code by mqtt to control my ac. How can I generate this raw code by using your application? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
To get raw timings from a AC protocol you should be able to take look att the unittests which does something similar to grab the generated data. |
Beta Was this translation helpful? Give feedback.
-
We get an base64 code from our device, it looks like: "BUUiwBEXAsABA7UGFwLgCwFAF0ADQAFAB+AHA+ADAUAb4AcBQBPAA0ABwAvABwdwpEUivggXAg==", how we can convert IR RAW code from your tests to this? |
Beta Was this translation helpful? Give feedback.
To get raw timings from a AC protocol you should be able to take look att the unittests which does something similar to grab the generated data.