I was trying to set up an IR transmitter/receiver (Blitzwolf BW-RC1, using config based on Blitzwolf BW-RC1, IR receiver and transmitter. ESPhome example Yaml. Working fine. · GitHub) and while I was pressing power button on my IR remote (for my speakers) the IR receiver was geting this:
[13:49:57][D][remote.pronto:237]: Received Pronto: data=0000 006D 0012 0000 0069 0021 0012 0022 0011 0012 0010 0013 0034 0035 0011 0013 0024 0013 0011 0013 0011 0024 0011 0013 0025 0025 0010 0012 0010 0012 0010 0012 0021 0012 0010 0023 0010 0012 0010 0181 06C3
[13:49:57][D][remote.rc6:176]: Received RC6: mode=0x0, address=0x39, command=0x0C, toggle=0x1
[13:49:59][D][remote.pronto:237]: Received Pronto: data=0000 006D 0013 0000 0065 0022 0011 0022 0011 0011 0011 0011 0011 0022 0021 0012 0011 0011 0022 0012 0011 0012 0011 0022 0011 0011 0022 0022 0011 0011 0011 0011 0011 0011 0022 0012 0011 0022 0011 0011 0011 0181 06C3
[13:49:59][D][remote.rc6:176]: Received RC6: mode=0x0, address=0x39, command=0x0C, toggle=0x0
[13:50:00][D][remote.pronto:237]: Received Pronto: data=0000 006D 0012 0000 0065 0022 0011 0022 0011 0011 0011 0011 0032 0033 0011 0011 0022 0011 0011 0011 0011 0022 0011 0011 0022 0022 0011 0011 0011 0011 0011 0011 0022 0012 0011 0022 0011 0011 0011 0181 06C3
[13:50:00][D][remote.rc6:176]: Received RC6: mode=0x0, address=0x39, command=0x0C, toggle=0x1
[13:50:02][D][remote.pronto:237]: Received Pronto: data=0000 006D 0013 0000 0065 0022 0011 0022 0011 0011 0011 0011 0011 0022 0021 0012 0011 0011 0022 0011 0011 0012 0011 0022 0011 0011 0022 0022 0011 0011 0011 0011 0011 0011 0022 0012 0011 0022 0011 0011 0011 0181 06C3
[13:50:02][D][remote.rc6:176]: Received RC6: mode=0x0, address=0x39, command=0x0C, toggle=0x0
[13:50:03][D][remote.pronto:237]: Received Pronto: data=0000 006D 0012 0000 0066 0022 0011 0022 0011 0011 0011 0011 0032 0033 0011 0011 0022 0012 0011 0011 0011 0022 0011 0011 0022 0022 0011 0011 0011 0011 0011 0011 0022 0012 0011 0022 0011 0011 0011 0181 06C3
[13:50:03][D][remote.rc6:176]: Received RC6: mode=0x0, address=0x39, command=0x0C, toggle=0x1
[13:50:03][D][remote.pronto:237]: Received Pronto: data=0000 006D 0012 0000 0066 0021 0011 0022 0011 0011 0011 0011 0032 0033 0011 0011 0022 0012 0011 0011 0011 0022 0011 0011 0022 0022 0011 0011 0011 0011 0011 0011 0022 0012 0011 0022 0011 0011 0011 0181 06C3
[13:50:03][D][remote.rc6:176]: Received RC6: mode=0x0, address=0x39, command=0x0C, toggle=0x1
[13:50:04][D][remote.pronto:237]: Received Pronto: data=0000 006D 0013 0000 0066 0022 0011 0022 0011 0011 0011 0011 0011 0022 0021 0012 0011 0011 0022 0012 0011 0011 0011 0022 0011 0011 0022 0022 0011 0011 0011 0011 0011 0011 0022 0012 0011 0022 0011 0011 0011 0181 06C3
[13:50:04][D][remote.rc6:176]: Received RC6: mode=0x0, address=0x39, command=0x0C, toggle=0x0
[13:50:05][D][remote.pronto:237]: Received Pronto: data=0000 006D 0012 0000 0066 0021 0011 0022 0011 0011 0011 0011 0032 0033 0011 0011 0022 0011 0011 0012 0011 0022 0011 0011 0022 0022 0011 0011 0011 0011 0011 0011 0022 0012 0011 0022 0011 0011 0011 0181 06C3
[13:50:05][D][remote.rc6:176]: Received RC6: mode=0x0, address=0x39, command=0x0C, toggle=0x1
[13:50:05][D][remote.pronto:237]: Received Pronto: data=0000 006D 0013 0000 0066 0022 0011 0022 0011 0011 0011 0011 0011 0022 0021 0012 0011 0011 0022 0012 0011 0011 0011 0022 0011 0011 0022 0022 0011 0011 0011 0011 0011 0011 0022 0011 0011 0022 0011 0011 0011 0181 06C3
[13:50:05][D][remote.rc6:176]: Received RC6: mode=0x0, address=0x39, command=0x0C, toggle=0x0
THe RC6 protocol aside from supported address
and command
parameters was also showing mode
and toggle
which are not usable in Remote Transmitter — remote_transmitter.transmit_rc6
Action. Interestingly the toggle
parameters cycles between 0x0
and 0x1
every time I press it. Does it mean it sends a specific state (like “on” or “off”) and I could use it for a switch (isntead of a regular button)?