Hello,
I’m trying to configure an universal IR remote with OSMC unsuccesfully. I have installed the diode receiver in the GPIO pins and it seems to work, but in Kodi I’m not able to make it working.
I’m using raspberry 4b and I installed again the last version of OSMC (20220308-osmc) with AEON Nox Silvo. CEC works but I would need to use it with the IR because of latency and customizations. For testing I disable CEC in kodi.
In the terminal I can see the key presses with:
mode2 -d /dev/lirc0 --driver default
so, it seems that the receiver is working in the raspberry.
But when I try to learn the keys with irrecord and then use the conf file in the OSMC menu, I can select it, but it doesn’t work. No response from the remote. I tried to use some of the existing conf files changing the universal remote profile and it doesn’t work neither.
The keys it learns look like this:
begin codes
KEY_UP 0x7B010000000213
KEY_DOWN 0x63010000000231
KEY_OK 0x60010000000231
KEY_LEFT 0xBF0100000001C9
I don’t know if there is a way to test the configuration file from the terminal. In the past with a small pc I could do that with irw, but now it doesn’t work. I think that with new ir module in the kernel some things are different.
I have tried many things unsuccesfully, any help or hint would be appreciated.
Thank you!