Hello
I need to send IR codes through Home Assistant, passing the parameters directly to AG8 without having to save the commands. Below is an example of what I need to do, similar to what is possible with Tasmota or Esphome.
shipping via tasmota like this
show_name: true
show_icon: true
type: button
icon: mdi:arrow-up-bold
tap_action:
action: call-service
service: mqtt.publish
data:
topic: cmnd/ag8/IRsend
payload: |
{"Protocol":"RC5","Bits":20,"Data":"0x1005B","Channel":2}
I'm trying with ag8 but I'm not getting it
type: button
name: "Teste RC5 Canal 1"
tap_action:
action: call-service
service: mqtt.publish
service_data:
topic: AG8/CCBAXXXXXX/SET
payload: >
{"ir":{"channel":1,"protocol":"RC5","bits":12,"data":"0x1FE"}}
I need to send IR codes through Home Assistant, passing the parameters directly to AG8 without having to save the commands. Below is an example of what I need to do, similar to what is possible with Tasmota or Esphome.
shipping via tasmota like this
show_name: true
show_icon: true
type: button
icon: mdi:arrow-up-bold
tap_action:
action: call-service
service: mqtt.publish
data:
topic: cmnd/ag8/IRsend
payload: |
{"Protocol":"RC5","Bits":20,"Data":"0x1005B","Channel":2}
I'm trying with ag8 but I'm not getting it
type: button
name: "Teste RC5 Canal 1"
tap_action:
action: call-service
service: mqtt.publish
service_data:
topic: AG8/CCBAXXXXXX/SET
payload: >
{"ir":{"channel":1,"protocol":"RC5","bits":12,"data":"0x1FE"}}

