jhthorsen / homebridge-tasmota-aircon-http

Control Aircon through Tasmota HTTP commands
MIT License
4 stars 2 forks source link

homebridge-tasmota-aircon-http

Control an aircon using a Tasmota powered infrared transmitter.

How it works

This Homebridge plugin will create a Heater Cooler service which can be controlled from HomeKit. When a parameter (like temperatur) is changed, a HTTP request will be sent to your Tasmota powered IR device, which again will send the appropriate IR codes to your air condition.

Here is an example on how the command can flow:

         [Homekit]            [HTTP]      [IR]
iPhone -> Homepod -> Homebridge -> Tasmota -> Aircon

The IR codes are sent in the HVAC format, meaning very little configuration is needed. Here are the parameters sent:

Configuration

Caveats

The protocol is just one way now, meaning that if you change the settings on the aircon with another infrared remote, then the settings will not be updated in Homekit.

Resources

Author

Jan Henning Thorsen

Contributors

Jean-Laurent Girod

Changes