Irremoteesp8266: Electra Israeli HVAC codes seems not to work.

Created on 9 Jun 2020  Â·  26Comments  Â·  Source: crankyoldgit/IRremoteESP8266

_(Please use this template for reporting issues. You can delete what ever is not relevant. Giving us this information will help us help you faster. Please also read the FAQ & Troubleshooting Guide. Your problem may already have an answer there.)_

Version/revision of the library used

_Typically located in the library.json & src/IRremoteESP8266.h files in the root directory of the library.
e.g. v2.0.0, or 'master' as at 1st of June, 2017. etc._

2.7.7

Expected behavior

_What steps did you do and what should it have done?_

e.g.

  1. Initialise the IRsend class.
  2. IRsend.sendFoobar(0xdeadbeef);
  3. Foobar branded BBQ turns on and cooks me some ribs.

Run the protocol example - protocol number 48 (electra AC)

Actual behavior

_What steps did you do, and what did or didn't actually happen?_

e.g.

  1. Initialise the IRsend class.
  2. IRsend.sendFoobar(0xdeadbeef);
  3. Foobar BBQ went into Cow(er)-saving mode and fried me a couple of eggs instead.

nothing happens.
IR led is blinking, but AC doesn't get any command.

Output of raw data from IRrecvDumpV2.ino (if applicable)

_Include some raw dumps of what the device saw._

It's the output only example. No IR sensor connected.

Steps to reproduce the behavior

_What can we do to (pref. reliably) repeat what is happening?_

Run the CommonACcontrol example, 'lock' the loop to protocol number 48 (Electra AC, which is supported), Serial output is working, but the commands sent doesn't do anything.

Example code used

_Include all relevant code snippets or links to the actual code files. Tip: How to quote your code so it is still readable._

Circuit diagram and hardware used (if applicable)

_Link to an image of the circuit diagram used. Part number of the IR receiver module etc. ESP8266 or ESP32 board type._

IR led connected to NodeMCU D2 (GPIO 4) via 100 ohm resistor, or 2 IR Leds connected to that pin (in Serial connection) with 10 ohm resistor.

I have followed the steps in the Troubleshooting Guide & read the FAQ

_Yes/No._

Partly.

Has this library/code previously worked as expected for you?

_Yes/No. If "Yes", which version last worked for you?_

No.
I'm new to this amazing idea.

Other useful information

_More information is always welcome. Be verbose._

I put the circuit right near the AC eye, so I don't think LED power is the issue.
I really hope to see this amazing idea working.

Many thanks!

help wanted more info

Most helpful comment

What is the exact brand and model of your A/C and your original remote?
One possibility is that your A/C isn't supported, but to know and debug this easily, we will need the output from your original remote, which means that you will want to attach a sensor and run IRrecvDumpV2or V3

All 26 comments

What is the exact brand and model of your A/C and your original remote?
One possibility is that your A/C isn't supported, but to know and debug this easily, we will need the output from your original remote, which means that you will want to attach a sensor and run IRrecvDumpV2or V3

I put the circuit right near the AC eye, so I don't think LED power is the issue.

See point 5 of https://github.com/crankyoldgit/IRremoteESP8266/wiki/Troubleshooting-Guide#receiving-an-ir-signal

  1. Use an appropriate distance between the transmitter and the receiver. A receiver module can easily be overpowered and produce a corrupt signal if you have the IR source too close. A range of less than ~30mm is often enough to confuse the receiver.

Also, some brands often use another brands protocol on some models. If you don't have an IR receiver, try running through them all to see if you can get a response at least (if it is supported after all)

Thank you so much for that!

My AC is Elco/Electra INV 17, original RC is RC-7 (but I think many Electra/Elco RCs use same codes).

Will really appreciate any debug and help.

From: Christian Nilsson [mailto:[email protected]]
Sent: Tuesday, June 9, 2020 6:08 PM
To: crankyoldgit/IRremoteESP8266
Cc: OfferLa; Author
Subject: Re: [crankyoldgit/IRremoteESP8266] Electra Israeli HVAC codes seems not to work. (#1187)

What is the exact brand and model of your A/C and your original remote?
One possibility is that your A/C isn't supported, but to know and debug this easily, we will need the output from your original remote, which means that you will want to attach a sensor and run IRrecvDumpV2or V3

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/crankyoldgit/IRremoteESP8266/issues/1187#issuecomment-641358796 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUTS2C2DDWQMWOY52B7ZWDRVZF4XANCNFSM4NZPRBRA . https://github.com/notifications/beacon/ACUTS2CHXYRFWEENG3KNMFTRVZF4XA5CNFSM4NZPRBRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEY5FXTA.gif

IR led connected to NodeMCU D2 (GPIO 4) via 100 ohm resistor, or 2 IR Leds connected to that pin (in Serial connection) with 10 ohm resistor.

I just notice this comment.
You really want to power the LEDs via a transistor (BJT or MOSFET) per https://github.com/crankyoldgit/IRremoteESP8266/wiki#ir-sending

A GPIO does not provide enough current to an IR led to produce a useful signal.

Hello again!
So many thanks to everyone trying to help me.

Since yesterday - I've tried to run the loop of all protocols - without success.
Also - tried changing the distance between my IR Led and the AC eye - no change.
Added today PN2222A between the GPIO and the IR Led, and it's strange - but through the eye of my phone's camera it seems the light is weaker now than before. Anyway - I'll try it again later today.

Meanwhile - tried to google for code differences between Electra RC-3 and my RC-7, and didn't find usable information.

Again - I appreciate everyone's help, and really hope we'll be able to 'make it happen', at last.

Have you been able to successfully control something simple like a TV yet?

As stated earlier, I think we are going to need a capture of your remote to see if it is something that is supported already, or if we have to add something for it.

@OfferLa Friendly chase up.

Ping @OfferLa

I'm really sorry for not updating.
Working on re-assembling my IR led circuit, and hope to update back soon.
(btw - personally, I don't have any other ir-operated equipment at home, so my only option is to test this on my Elco/Electra AC).
Many thanks again for looking into this issue for me!

Any luck?

I also have Electra AC. It works for me with airwell codes from short distance, about one meter. @OfferLa , have you tried that?

IR led connected to NodeMCU D2 (GPIO 4) via 100 ohm resistor, or 2 IR Leds connected to that pin (in Serial connection) with 10 ohm resistor.

I just notice this comment.
You really want to power the LEDs via a transistor (BJT or MOSFET) per https://github.com/crankyoldgit/IRremoteESP8266/wiki#ir-sending

A GPIO does not provide enough current to an IR led to produce a useful signal.

@crankyoldgit in the link you gave, appears image of circuit for signal dump. Sending ir signal circuit isn't available (at least I can't see it)

@crankyoldgit in the link you gave, appears image of circuit for signal dump. Sending ir signal circuit isn't available (at least I can't see it)

@yurir Thanks for the note that the image URL no longer working. Looks like where it was pointing to has gone away. I think I found a copy of the image and it's now hosted on Github, so it should be (more) permanent.

@OfferLa Ping ... we haven't heard anything from you for weeks now. Have you debug'ed your transmit circuit? Or gotten a IR receiver/demodulator so we can check what signal your original remote produces?

@OfferLa Last chance to get back to us before I close this issue due to unresponsiveness.

Dear David and everyone here.

I'm really sorry and apologize for my delays.

Really appreciate your investments into this so important code and function. I'm sure it changed the life of many.

Due to some issues (related to the crazy and challenging times we live now) I wasn't able to build and test the circuit as I wanted to.

If you agree - let's do like this: I'll get more 48-72 hours (up to you to decide) to re-build my circuit and try the tests you suggested – and if I'm not returning with a productive, detailed answer – please close my issue for unresponsiveness, and again – I apologize for the efforts you put into my issue.

Many thanks again,

Hope to update soon,

Offer.

From: David Conran [mailto:[email protected]]
Sent: Thursday, July 23, 2020 1:51 PM
To: crankyoldgit/IRremoteESP8266
Cc: OfferLa; Mention
Subject: Re: [crankyoldgit/IRremoteESP8266] Electra Israeli HVAC codes seems not to work. (#1187)

@OfferLa https://github.com/OfferLa Last chance to get back to us before I close this issue due to unresponsiveness.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/crankyoldgit/IRremoteESP8266/issues/1187#issuecomment-662940169 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUTS2GIJEOSI6WRDIDCANDR5AIXDANCNFSM4NZPRBRA . https://github.com/notifications/beacon/ACUTS2ACGPIXLXCCPXVG2U3R5AIXDA5CNFSM4NZPRBRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOE6B2UCI.gif

Sounds reasonable to me. Plus you can always create a new issue and refer back to this one.

anyway, fingers crossed.

I also have Electra AC. It works for me with airwell codes from short distance, about one meter. @OfferLa , have you tried that?

Hello again!

Just tried it now again. Re-built the circuit (with the transistor) and can see the IR LED blinking when looking through my phone's camera.

For testing, I'm using the example code called CommonAcControl.
It loops through many models, but Airwell is not one of them, I think. Electra is in the loop (model code 48), but unfortunately - no any success yet.

Maybe there is another code I can use to test my AC?

Many thanks again!

Have you tried capturing your existing remote with IRrecvDumpV2 or V3 yet?

Repeat: Have you tried capturing your existing remote with IRrecvDumpV2 or V3 yet?

@OfferLa can you post photo of your remote? If it's like mine, I will share you code I use.

@OfferLa can you post photo of your remote? If it's like mine, I will share you code I use.

Thanks for that!
20092012002

I have another one, looks I can't help. Mine is:
[image: image.png]

On Wed, Aug 12, 2020, 03:00 OfferLa notifications@github.com wrote:

@OfferLa https://github.com/OfferLa can you post photo of your remote?
If it's like mine, I will share you code I use.

Thanks for that!
[image: 20092012002]
https://user-images.githubusercontent.com/11090280/89960545-fe922200-dc47-11ea-8e5d-51a03ab61104.jpg

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/crankyoldgit/IRremoteESP8266/issues/1187#issuecomment-672375009,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAFJXAC24QIZJUX7MALRIXDSAHLTPANCNFSM4NZPRBRA
.

Have you tried capturing your existing remote with IRrecvDumpV2 or V3 yet?

Repeating this question as it has been unanswered. We'll need some data to help you out.

Marking this issue state/inactive, and closing it. If I see a response here, I'll reopen it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MehranMazhar picture MehranMazhar  Â·  5Comments

AsimZulfiqar67 picture AsimZulfiqar67  Â·  6Comments

bwint picture bwint  Â·  4Comments

ilyasrois picture ilyasrois  Â·  3Comments

saikhurana picture saikhurana  Â·  5Comments