I’m using the Flirc USB IR receiver as a remote keyboard. I was using this in my configuration, but it is no longer working:
keyboard_remote:
device_descriptor: '/dev/input/event0'
type: 'key_up'
Everything was fine, then a few days ago it stopped working. I’ve tried powering down, rebooting several times.
ha hardware info lists “flirc.tv flirc Keyboard” under input. Also cat /proc/bus/input/devices shows the flirc keyboard as well.
I went crazy and added a bunch of various combinations to the configuration as well with no luck:
keyboard_remote:
- device_descriptor: '/dev/input/event3'
type: 'key_up'
- device_descriptor: '/dev/input/event0'
type: 'key_up'
- device_descriptor: '/dev/input/event1'
type: 'key_up'
- device_descriptor: '/dev/input/event2'
type: 'key_up'
- device_name: 'flirc.tv flirc Keyboard'
type: 'key_up'
- device_descriptor: '/dev/bus/usb/001/001'
type: 'key_up'
- device_descriptor: '/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:20A0:0006.0002/input/input0'
type: 'key_up'
- device_name: '/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:20A0:0006.0002/input/input0'
type: 'key_up'
I went to the developer tools and I’m listening to keyboard command received events… but nothing so far. Thanks much for any help!!