Search found 10 matches

by mrjulius
13 Jan 2022, 19:26
Forum: ESP Easy: Software
Topic: Problem with multiple IR-emitters (only the first one works)
Replies: 19
Views: 8799

Re: Problem with multiple IR-emitters (only the first one works)

You're right. I only validated with ESP8266EX.

Bedankt for the invitation, it's been a couple of years since I've enjoyed a fresh bottle of Amstel.

As there's no obvious one-shot options, I'll consider registering to Patreon. This is a project worth supporting.
by mrjulius
13 Jan 2022, 10:31
Forum: ESP Easy: Software
Topic: Problem with multiple IR-emitters (only the first one works)
Replies: 19
Views: 8799

Re: Problem with multiple IR-emitters (only the first one works)

Wow. Worked right out of the bat, tested it with both HTTP and MQTT requests.

No need for extra electronics, tricks or workarounds.

Thank you!

Now how do I buy you a beer?
by mrjulius
11 Jan 2022, 16:34
Forum: ESP Easy: Software
Topic: Problem with multiple IR-emitters (only the first one works)
Replies: 19
Views: 8799

Re: Problem with multiple IR-emitters (only the first one works)

If I'm the only one using per-device emitters, then it's probably not worth anyone else's effort to update the P035 driver, so I won't ask you that :) And by examining https://github.com/letscontrolit/ESPEasy/blob/mega/src/_P035_IRTX.ino, It's not obvious to me how to make it support multiple instan...
by mrjulius
11 Jan 2022, 13:40
Forum: ESP Easy: Software
Topic: Problem with multiple IR-emitters (only the first one works)
Replies: 19
Views: 8799

Re: Problem with multiple IR-emitters (only the first one works)

You're right. I'm actually controlling multiple identical TOSLink-matrixes, so they have to be commanded individually (using a blinding tape over the emitters). Furthermore, I use those IR emitters that are mounted to the IR screen of each device (tv, amp, decoder, projector, etc). They look neat an...
by mrjulius
11 Jan 2022, 10:18
Forum: ESP Easy: Software
Topic: Problem with multiple IR-emitters (only the first one works)
Replies: 19
Views: 8799

Re: Problem with multiple IR-emitters (only the first one works)

I suppose someone might have multiple receivers, for instance
- covering of multiple angles or adjacent rooms
- covering different carrier frequencies (with non-38kHz receivers)
by mrjulius
10 Jan 2022, 21:50
Forum: ESP Easy: Software
Topic: Problem with multiple IR-emitters (only the first one works)
Replies: 19
Views: 8799

Re: Problem with multiple IR-emitters (only the first one works)

Indeed, I am using the IR Receiver module with TSOP4838, but just one per module - so I'm maybe not the best person to say :)

I don't even realize how much work it is to modify one driver into the new structure, and all pro bono.
by mrjulius
10 Jan 2022, 20:39
Forum: ESP Easy: Software
Topic: Problem with multiple IR-emitters (only the first one works)
Replies: 19
Views: 8799

Re: Problem with multiple IR-emitters (only the first one works)

Nice. Thank you!

Just gotta add - the project you guys have created is absolutely astounding. Thank you for everything.
by mrjulius
10 Jan 2022, 18:38
Forum: ESP Easy: Software
Topic: Problem with multiple IR-emitters (only the first one works)
Replies: 19
Views: 8799

Re: Problem with multiple IR-emitters (only the first one works)

Thank you Ath for your quick answer! I tried adding IRTX2 as the prefix as you suggested, on both the HTTP and MQTT methods, but it still always sends via IRTX1, and the IRTX2 led doesn't send anything. Specifically: 1) MQTT: Address: ESP1/IRTX2/cmd Message: "IRTX2.IRSEND,NEC,FFE817,32" 2)...
by mrjulius
09 Jan 2022, 20:07
Forum: ESP Easy: Software
Topic: Problem with multiple IR-emitters (only the first one works)
Replies: 19
Views: 8799

Problem with multiple IR-emitters (only the first one works)

Dear community, Here's a brain teaser: I have multiple IR emitters (IR-leds) added to Devices-section, named as "IRTX1" and "IRTX2". PROBLEM All IR commands are sent through IRTX1, even if I specifically try to send them via IRTX2. In other words, I'm unable to send any commands ...