hristo-atanasov / Tasmota-IRHVAC

Home Assistant platform for controlling IR Air Conditioners via Tasmota IRHVAC command and compatible hardware
186 stars 64 forks source link

Control additional IR devices via Tasmota-IRHVAC #121

Closed ddppddpp closed 10 months ago

ddppddpp commented 11 months ago

I'd like to control additional devices in the line-of-sight of my Tasmota-IRHVAC implementation. I can record the IR packet commands via i.e. broadlink/other IR receiver. What would be the easiest way to make Tasmota-IRHVAC play them back?

jbrandek commented 10 months ago

IRSEND and the same code you received, you can do a script as the example on the documentation IRHVAC is only for A/C, IRSEND is for a ir code https://github.com/hristo-atanasov/Tasmota-IRHVAC/blob/master/examples/scripts.yaml

hristo-atanasov commented 10 months ago

I'd like to control additional devices in the line-of-sight of my Tasmota-IRHVAC implementation. I can record the IR packet commands via i.e. broadlink/other IR receiver. What would be the easiest way to make Tasmota-IRHVAC play them back?

Read the full README.md

I've described what topic name you should give to your Tasmota devices in order to use the provided two scripts, that will enable you to controll almost any IR enabled device. I also gave examples for buttons that you can configure to use these scripts.

ddppddpp commented 10 months ago

Thanks and sorry for not reading through the readme before posting