Page 1 of 1

IR receiver & Transmitter

Posted: 28 Aug 2017, 00:11
by happytm
I compiled latest firmware including ir receiver & irtransmit plugins.It compiled ok and everything works fine except it does not show ir receiver or ir transmit on devices page as a dropdown option to configure these 2 sensors.



Please help.

Re: IR receiver & Transmitter

Posted: 28 Aug 2017, 09:07
by Nonsense
Hello,
Same thing happen to me. You should uncomment

Code: Select all

//#define PLUGIN_BUILD_TESTING
or

Code: Select all

//#define PLUGIN_BUILD_DEV
on line 137 or 140 in espeasy.ino, to include all the plugins.
Hope this works.

Re: IR receiver & Transmitter

Posted: 28 Aug 2017, 09:20
by grovkillen

Re: IR receiver & Transmitter

Posted: 29 Aug 2017, 22:08
by happytm
Hi,

instead of compiling from source I uploaded latest bin file and both ir plugins are available on devices page now.

Thanks for your help.

Re: IR receiver & Transmitter

Posted: 30 Aug 2017, 10:10
by arnoldg
Is it possible to use both plugins on one device ?
so i can recive ir signals and transmit them.

or is this not posible due to timing problems