No the IR module can do both : receive and send IR commands.
The creator of the integration added the possibility to learn IR commands also, but it does not include my fork yet with the ethernet connectivity (or use wifi if ethernet is disconnected).
I use it in my cabinet as a second dock to transmit IR commands to my STB, HT receiver…
Thanks albator. Is there an version without Poe that you can recommend? I just need a „dumb“ ir repeater to address the projector screen and my receiver.
Well, for IR, I need to control a Sky Q Box, Pioneer AVR and LG TV. My Nvidia Shield has no IR control, so I rely on either IP (R2 integration) or Bluetooth for that.
All the IR devices have MANY controls that would need coding.
I’ve done it once with HA scripts in an attempt to get the R2 working without IP integrations for the devices. Successful, but clunky and laggy.
It took ages to code and I don’t relish the idea of doing it again and having to teach all the IR codes to the RM4 as well.
Thanks again. I am looking for an hardware solution ready to buy or at least put it together. I have no idea what this schematic means nor I want to solder something.
As I said there is no soldering : the IR module just plugs in the board through a dedicated connector. Then you have the box to buy also to put all in
In that case the schematic is useless, except for me at start to find out the right pins and apply them in the code which is done
Hi, regarding the Olimex POE board there is also a variant with 16MB flash which costs just 1 Euro more. Is it usefull to buy this 16MB flash variant for possible future uses, instead of the basic variant?
Parts just in. Will be tryinfg to figure out installing the patchmaster driver/software load to the divice and adding new hardwiring., then figure out how to bridge over to the wireless different IP range for wireless, then add ing as a doc. POE at least seems convenient for one less wall plug.
My fork is configured to upload the additional files for the webserver, so nothing more to be done.
EDIT : you have to edit secrets.h first with your wifi credentials if you don’t intend to use and configure the dock through ethernet
EDIT 2: I guess you did it but you need to install the following extension “PlatformIO IDE”
First off. thank you. As somebody who hasn’t programmed until before C became come, and my last soldering job was piggybacking chips and running tracers to make a 4K main memory computer to a huge 8K computer, the hand holding should be unnecessary.
I was using the wrong fork, had the secrets correct but not the platform10 header (thank you).
However, I’m throwing errors. One quick question am I creating an existing project buy indicating the folder where the correct fork unzipped with two changes sit, then do the steps above. I know, I’m scouring the web to fill in gaps. Once I get this down i have a second set of boards and I’ll be off.
So close I can taste it. But I did a quick step ahead which may be biting me. I took the latest branch (17 hours old) which had platform10.ini branching logic, and successfully built and uploaded. Wow. All lights a blinking (with power & wired e net), added as mentioned on the remote. Found and updated hard IP on webconfigurator.
Not seeing any lights on the MOD-IRDA board, so maybe I need to grab another one if hardware.
So I’ll go back and download the main branch of the repo and make edits you mentioned and not skip to latest branch. I know the later branch is trying to add IR receipt, and probably needs a different module, and probably why its not working.