Search found 4 matches

by RBr
21 Feb 2024, 17:20
Forum: ESP Easy: General Discussion
Topic: hitachi air conditioning control with easyesp
Replies: 18
Views: 11736

Re: hitachi air conditioning control with easyesp

Just made build i think succesfuly. In VSCode build log showed *** CustomIR.h build detected. Create a clean build after changes to CustomIR.h *** . So i guess it has added to build. Made custom build uncomented DECODE_CARRIER_AC84 and SEND_CARRIER_AC84, around line 293, but still showing in LOG ent...
by RBr
21 Feb 2024, 10:31
Forum: ESP Easy: General Discussion
Topic: hitachi air conditioning control with easyesp
Replies: 18
Views: 11736

Re: hitachi air conditioning control with easyesp

For that CustomIR.h file to be used, you must be build a CustomIR build from the list in PlatformIO. That means you can also control what plugins are to be included, either by working with a Custom.h file (described on the same page I linked), or by adjusting the pre_custom....py file (also explain...
by RBr
21 Feb 2024, 08:56
Forum: ESP Easy: General Discussion
Topic: hitachi air conditioning control with easyesp
Replies: 18
Views: 11736

Re: hitachi air conditioning control with easyesp

I understood right? Just need to rename the file, CustomIR-sample.h to CustomIR.h and comment out line where DECODE_CARRIER_AC84 and SEND_CARRIER_AC84 sits? I than just make build? I already setup PlatIO in VSCode i was falowing this guide https://www.youtube.com/watch?v=ArqwMcYSMsU , i it would be ...
by RBr
21 Feb 2024, 08:01
Forum: ESP Easy: General Discussion
Topic: hitachi air conditioning control with easyesp
Replies: 18
Views: 11736

Re: hitachi air conditioning control with easyesp

i use protocol hitachi AC 264. how to create a custom version ? I don't find tutorial. The documentation on creating a Custom build is quit scattered across the forum and documentation pages. I'll add a chapter to the ESPEasy Development guide soon. For now I can build a Custom IR with these Hitach...