Hello!
I have an IR receiver. (see picture)

Can you read out the data if you press a head on the remote control.
Thanks in advance for the help.
Hello!
I have an IR receiver. (see picture)

Can you read out the data if you press a head on the remote control.
Thanks in advance for the help.
I did this years ago with Arduino. I found a library that would read IR signals from any remote and used that to control lighting.
Good Luck
Rich
Hello!
Thank you for your reply.
I only have a raspberry pi and node red.
Does that work there too?
I haven't tried this but it's a place to start
https://osoyoo.com/2016/12/15/raspberrypi-ir-remote/
OK does that work in Node Red too?
Most likely you'll write a python or shell script on the Pi and use NodeRed to call that script.