Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get or find CarrierAc 32 bit protocol? #2084

Closed
Solo157 opened this issue Apr 18, 2024 · 1 comment
Closed

How to get or find CarrierAc 32 bit protocol? #2084

Solo157 opened this issue Apr 18, 2024 · 1 comment

Comments

@Solo157
Copy link

Solo157 commented Apr 18, 2024

In this project there is ir_Carrier.h file where I see protocol structure for Carrier 64 bit

union CarrierProtocol { uint64_t raw; ///< The state of the IR remote. struct { // Byte 0 uint8_t :8; // Byte 1 uint8_t :8; // Byte 2 uint8_t Sum:4; uint8_t Mode:2; uint8_t Fan:2; // Byte 3 uint8_t Temp:4; uint8_t :1; uint8_t SwingV:1; uint8_t :2; // Byte 4 uint8_t :4; uint8_t Power:1; uint8_t OffTimerEnable:1; uint8_t OnTimerEnable:1; uint8_t Sleep:1; // Byte 5 uint8_t :8; // Byte 6 uint8_t :4; uint8_t OnTimer:4; // Byte 7 uint8_t :4; uint8_t OffTimer:4; }; };

and also I see file with decoding it https://docs.google.com/spreadsheets/d/1EZy78L0cn1KDIX1aKq2biptejFqCjD5HO3tLiRvXf48/edit#gid=0

But I can't find nowhere information for Carrier 32 structure and I can't find see file with decoding it for Carrier 32 bit.
There is not such information in ir_Carrier.h file.
So I need CarrierAc for sendCarrierAC method.
Please, help me find it out?

@Solo157 Solo157 changed the title How to get or find CarrierAc protocol? How to get or find CarrierAc 32 bit protocol? Apr 18, 2024
@NiKiZe
Copy link
Collaborator

NiKiZe commented Apr 18, 2024

There is a issue template. Make sure to answer the questions in it, otherwise we are not able to help you.

It also has links to the FAQ, which you should read.
Does it say anyware that the protocol you are asking about exists? What gave you that conclusion?

If you still are unsure, open discussions for questions, not issues!

@NiKiZe NiKiZe closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants