Search found 7 matches

by sneaksneak
17 Apr 2017, 20:23
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216185

Re: ESPEasy to control air conditioners / heat pumps

Ahhhhh.... I downloaded the library this morning after breakfast at 10:00 And you updated the library at 10:00? Ok, I have to reflash again to test if the Heating mode is working now. :oops: HAHA. Now It is working for me. Thank you ToniA. I have this remote https://img.prisguide.no/1054/1054911/751...
by sneaksneak
17 Apr 2017, 20:15
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216185

Re: ESPEasy to control air conditioners / heat pumps

I made the changes into the HeatpumpIR library and pushed into Github. So if the ESPEasy builds always use the latest library versions, the next build hopefully includes this. The Carrier MCA now also supports heat mode (it was originally sampled from a device which was only an air conditioner) and...
by sneaksneak
14 Apr 2017, 23:43
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216185

Re: ESPEasy to control air conditioners / heat pumps

Hi, So you command it as CarrierMCAHeatpumpIR ? Take a look at this code line: https://github.com/ToniA/arduino-heatpumpir/blob/master/CarrierHeatpumpIR.cpp#L287 Would it work if you change the code starting from that line to this: // New header IR.mark(CARRIER_AIRCON2_BIT_MARK); IR.space(CARRIER_A...
by sneaksneak
14 Apr 2017, 19:59
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216185

Re: ESPEasy to control air conditioners / heat pumps

OK, so you have the decoder, and both the original remote control and the ESP will send the same code, but only the remote control works? Did I get it right? Do you see if there are any obvious differences in the symbol sequence? You could also try out this sketch (https://github.com/ToniA/arduino-...
by sneaksneak
01 Mar 2017, 17:39
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216185

Re: ESPEasy to control air conditioners / heat pumps

Yes you get it right. The original remote and the ESP sends the same IR codes to my arduino uno with a IR reciever with your raw IR decode sketch.

I will try the ino file you made a link to next time I am at my summer house.
by sneaksneak
01 Mar 2017, 13:07
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216185

Re: ESPEasy to control air conditioners / heat pumps

If I did not have a version for carrier_mca then it wouldent work to send IR commands from espeasy to the arduino with raw IR decoder onboard, that tells me it decodes carrier #2? Right? I can also se that it is sending IR light with a camera so it should be ok. I have a blue noname IR led 940someth...
by sneaksneak
28 Feb 2017, 23:16
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy to control air conditioners / heat pumps
Replies: 163
Views: 216185

Re: ESPEasy to control air conditioners / heat pumps

Hello. I have some trouble that I need help with. I downloaded the raw IR decode sketch and used my original remote to it. I have a zibro/qlima heatpump. When I select to decode nr 4 in the serial monitor it tells me "looks like Carrier protocoll #2" OK. I compile esp easy with heatpump IR...