I’m trying to get the Insteon 2411R (IRLinc) Infrared receiver working with HA and while I can see events coming out of the python-insteon process, I can’t figure out how to get these events into HA for triggers to activate scenes.
Can these events used directly to trigger automation? There doesn’t seem to be an easy way to map them.
Thanks in advance
2020-12-11 09:10:58 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] IN CREATE: 0250227ba000000acf1100
2020-12-11 09:10:58 DEBUG (MainThread) [pyinsteon.messages] RX: msg_id: 0x50, address: 227ba0, target: 00000a, flags: 0xcf, cmd1: 0x11, cmd2: 0x00
2020-12-11 09:10:58 DEBUG (MainThread) [pyinsteon.topics] Topic: 227ba0.10.on.all_link_broadcast data: {'cmd1': 17, 'cmd2': 0, 'target': 00000a, 'user_data': None, 'hops_left': 3}
Thanks in advance!