Ok here again are the codes I received from the Remote Receiver for the same command on the Xfinitiy Comcast XR15 Remote
Pronto:
[11:55:59][D][remote.pronto:229]: Received Pronto: data=0000 006D 0009 0000 0007 0023 0007 0044 0006 001E 0006 006E 0006 0033 0006 0034 0006 002E 0006 0068 0006 06C3
[11:55:59][D][remote.pronto:229]: Received Pronto: data=0000 006D 0009 0000 0006 0023 0006 0064 0006 001E 0006 001F 0006 0029 0006 001F 0006 001E 0006 001F 0006 06C3
[11:55:59][D][remote.pronto:229]: Received Pronto: data=0000 006D 0009 0000 0006 0024 0006 0043 0006 001F 0006 006D 0006 0034 0006 0033 0006 002E 0007 0068 0006 06C3
[11:55:59][D][remote.pronto:229]: Received Pronto: data=0000 006D 0009 0000 0006 0024 0006 0039 0006 0048 0006 001F 0006 0029 0006 001E 0006 001F 0006 001F 0006 06C3
Here is the same command in Raw format:
[12:30:21][D][remote.raw:041]: Received Raw: -147, 959, -145, 1770, -168, 803, -145, 2874, -144, 1353, -143, 1379, -145, 1220, -145, 2715, -145
[12:30:21][D][remote.raw:041]: Received Raw: -147, 957, -147, 2611, -141, 803, -142, 828, -145, 1089, -144, 828, -143, 800, -145, 827, -145
[12:30:21][D][remote.raw:041]: Received Raw: -147, 958, -145, 1771, -145, 830, -140, 2849, -143, 1379, -144, 1352, -144, 1220, -146, 2743, -144
[12:30:21][D][remote.raw:041]: Received Raw: -144, 956, -146, 1483, -167, 1905, -146, 802, -146, 1086, -145, 826, -145, 827, -144, 801, -167
I have created several ways to emulate this in ESP home with no success. Any ideas???
button:
- platform: template
name: "cable_menu_2"
on_press:
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -147, 959, -145, 1770, -168, 803, -145, 2874, -144, 1353, -143, 1379, -145, 1220, -145, 2715, -145 ]
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -147, 957, -147, 2611, -141, 803, -142, 828, -145, 1089, -144, 828, -143, 800, -145, 827, -145 ]
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -147, 958, -145, 1771, -145, 830, -140, 2849, -143, 1379, -144, 1352, -144, 1220, -146, 2743, -144 ]
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -144, 956, -146, 1483, -167, 1905, -146, 802, -146, 1086, -145, 826, -145, 827, -144, 801, -167 ]
switch:
- platform: gpio
name: "${esphome_name}-Onboard-LED"
pin: 0
inverted: True
- platform: restart
name: ${esphome_name}-restart
id: restart_switch
#buttonsrow1
- platform: template
name: "cable_menu_pronto"
id: cable_menu_pronto
turn_on_action:
- remote_transmitter.transmit_pronto:
data: "0000 006D 0009 0000 0007 0023 0007 0044 0006 001E 0006 006E 0006 0033 0006 0034 0006 002E 0006 0068 0006 06C3 0000 006D 0009 0000 0006 0023 0006 0064 0006 001E 0006 001F 0006 0029 0006 001F 0006 001E 0006 001F 0006 06C3 0000 006D 0009 0000 0006 0024 0006 0043 0006 001F 0006 006D 0006 0034 0006 0033 0006 002E 0007 0068 0006 06C3 0000 006D 0009 0000 0006 0024 0006 0039 0006 0048 0006 001F 0006 0029 0006 001E 0006 001F 0006 001F 0006 06C3"
- platform: template
name: "cable_menu_split"
id: cable_menu_split
turn_on_action:
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -147, 959, -145, 1770, -168, 803, -145, 2874, -144, 1353, -143, 1379, -145, 1220, -145, 2715, -145 ]
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -147, 957, -147, 2611, -141, 803, -142, 828, -145, 1089, -144, 828, -143, 800, -145, 827, -145 ]
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -147, 958, -145, 1771, -145, 830, -140, 2849, -143, 1379, -144, 1352, -144, 1220, -146, 2743, -144 ]
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -144, 956, -146, 1483, -167, 1905, -146, 802, -146, 1086, -145, 826, -145, 827, -144, 801, -167 ]
- platform: template
name: "cable_menu_zero"
id: cable_menu_zero
turn_on_action:
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -147, 959, -145, 1770, -168, 803, -145, 2874, -144, 1353, -143, 1379, -145, 1220, -145, 2715, -145, 0,
-147, 957, -147, 2611, -141, 803, -142, 828, -145, 1089, -144, 828, -143, 800, -145, 827, -145 , 0,
-147, 958, -145, 1771, -145, 830, -140, 2849, -143, 1379, -144, 1352, -144, 1220, -146, 2743, -144, 0,
-144, 956, -146, 1483, -167, 1905, -146, 802, -146, 1086, -145, 826, -145, 827, -144, 801, -167 ]
repeat:
times: 2
- platform: template
name: "cable_menu_1000"
id: cable_menu_1000
turn_on_action:
- remote_transmitter.transmit_raw:
carrier_frequency: 38kHz
code: [ -147, 959, -145, 1770, -168, 803, -145, 2874, -144, 1353, -143, 1379, -145, 1220, -145, 2715, -145, 1000,
-147, 957, -147, 2611, -141, 803, -142, 828, -145, 1089, -144, 828, -143, 800, -145, 827, -145 , 1000,
-147, 958, -145, 1771, -145, 830, -140, 2849, -143, 1379, -144, 1352, -144, 1220, -146, 2743, -144, 1000,
-144, 956, -146, 1483, -167, 1905, -146, 802, -146, 1086, -145, 826, -145, 827, -144, 801, -167 ]
repeat:
times: 2
Neither the pronto or the raw seems to be working. I tried putting a 0 or 1000 in there as an integer, but no success…