Hi all
I’m running Hassi os 4.14 on a Raspberry Pi 4 and am trying to integrate my Broadlink RM4 pro to trigger my devices in my living room.
I can see the RM4 pro as a device however I cannot see any of the switches viewable in the developer tools (I had this working briefly with a previous version of the OS but stupidly I didn’t take a snapshot at the time.
The relevant section from my configuration.yaml
remote:
- platform: broadlink
mac: ‘XX:XX:XX:XX:XX:XX’
host: 192.168.0.X
switches:
- name: amplifier_on
command_on: “encoded data”
- name: amplifier_volume_up
command_on: “encoded data”
- name: amplifier_volume_down
command_on: “encoded data”
- name: amplifier_source_cd
command_on: “encoded data”
- name: amplifier_source_phono
command_on: “encoded data”
- name: amplifier_source_lineone
command_on: “encoded data”
- name: projector_on
command_on: “encoded data”
- name: projector_off
command_on: “encoded data”
- name: screen_down
command_on: “encoded data”
Any help would be hugely appreciated as I’m finding this particular integration a rather major hurdle!
Thanks,
Ed