Skip to content

How to specify build flags to ESPHome yaml #1611

Answered by crankyoldgit
hideosasaki asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure as I don't use ESPHome, so you're best asking them if you've got the build flags component correct.

What I can point out is that you've probably enabling the incorrect IR protocol. The Mitsubishi A/Cs don't typically use the MITSUBISHI protocol. You probably want to enable one of these:

#ifndef DECODE_MITSUBISHI_AC
#define DECODE_MITSUBISHI_AC _IR_ENABLE_DEFAULT_
#endif // DECODE_MITSUBISHI_AC
#ifndef SEND_MITSUBISHI_AC
#define SEND_MITSUBISHI_AC _IR_ENABLE_DEFAULT_
#endif // SEND_MITSUBISHI_AC
#ifndef DECODE_MITSUBISHI136
#define DECODE_MITSUBISHI136 _IR_ENAB…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@crankyoldgit
Comment options

@hideosasaki
Comment options

@crankyoldgit
Comment options

@hideosasaki
Comment options

Answer selected by hideosasaki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants