Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- remote:
- - platform: itach
- name: RackAV
- host: 192.168.1.36
- devices:
- - name: TV
- connaddr: 3
- commands:
- - name: "Volume Up"
- data: "0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 05F7 015B 0057 0016 0E6C"
- - name: "Volume Down"
- data: "0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 05F7 015B 0057 0016 0E6C"
- - name: "On"
- data: "0000 006d 0022 0002 0157 00ac 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0689 0157 0056 0015 0e94"
- - name: "Off"
- data: "0000 006d 0022 0002 0157 00ac 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0016 0015 0041 0015 0016 0015 0041 0015 0041 0015 0041 0015 0016 0015 0016 0015 0689 0157 0056 0015 0e94"
- - name: "Channel Up"
- data: 0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 05F7 015B 0057 0016 0E6C"
- - name: "Channel Down"
- data: "0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 05F7 015B 0057 0016 0E6C"
- automation:
- - alias: LG Oled Volume UP
- initial_state: True
- trigger:
- #*25*23#5*29## long 5-9
- - platform: mqtt
- topic: sdomotica/cenplus/extend
- payload: '1-21'
- action:
- - service: remote.send_command
- entity_id: remote.tv
- data:
- command: "Volume Up"
- - alias: LG Oled Volume Down
- initial_state: True
- trigger:
- #*25*23#6*29## long 5-9
- - platform: mqtt
- topic: sdomotica/cenplus/extend
- payload: '2-21'
- action:
- - service: remote.send_command
- entity_id: remote.tv
- data:
- command: "Volume Down"
- - alias: LG Oled On
- initial_state: True
- trigger:
- #*25*21#5*29## short 5-9
- - platform: mqtt
- topic: sdomotica/cenplus/short
- payload: '1-21'
- action:
- - service: remote.send_command
- entity_id: remote.tv
- data:
- command: "On"
- - alias: LG Oled Off
- initial_state: True
- trigger:
- #*25*21#6*29## short 6-9
- - platform: mqtt
- topic: sdomotica/cenplus/short
- payload: '2-21'
- action:
- - service: remote.send_command
- entity_id: remote.tv
- data:
- command: "Off"
- - alias: LG Oled Channel UP
- initial_state: True
- trigger:
- #*25*21#6*29## short 6-9
- - platform: mqtt
- topic: sdomotica/cenplus/short
- payload: '3-21'
- action:
- - service: remote.send_command
- entity_id: remote.tv
- data:
- command: "Channel Up"
- - alias: LG Oled Channel Down
- initial_state: True
- trigger:
- #*25*21#6*29## short 6-9
- - platform: mqtt
- topic: sdomotica/cenplus/short
- payload: '4-21'
- action:
- - service: remote.send_command
- entity_id: remote.tv
- data:
- command: "Channel Down"
Advertisement
Add Comment
Please, Sign In to add comment