Hey folks. I’ve made a simple component for zmote.io bridge. It’s a simple esp8266 based IR bridge, i believe they might have a DYI version too.
Integration is simple and straightforward, because i’m not good in python. But it works. Many thanks to initialed85 for the original python module.
remote:
- platform: zmote
host: 192.168.0.10
devices:
- name: Yamaha Stereo Receiver
commands:
- name: "TOGGLE"
data: "1:1,0,38000,2,69,343,171,21,22,21,65CCCCCBCBBBBBBCBCBCBCBBCBCBCBCC21,1672,343,86,21,3730"
- name: "ON"
data: "1:1,0,38000,2,1,343,171,21,22,21,65CCCCCBCBBBBBBCBCCCCCCBCBBBBBBC21,1672"
- name: "OFF"
data: "1:1,0,38000,2,1,343,171,21,22,21,65CCCCCBCBBBBBBCCCCCCCCBBBBBBBBC21,1672"
Feel free to change the code whatever you like.