diff --git a/Tasmota-IR.md b/Tasmota-IR.md index 025fe203..62379828 100644 --- a/Tasmota-IR.md +++ b/Tasmota-IR.md @@ -19,7 +19,7 @@ IRsend``|`` [_optional_] = number of times the IR messa Command|Parameters :---|:--- -IRhvac|Send HVAC IR remote control code as JSON payload

```IRhvac {"Vendor":"Mitsubishi_Heavy_152","Power":"On","Mode":"Hot","FanSpeed":3,"Temp":22.5}```

`"Protocol"` or `"Vendor"` (select one of the following):
`COOLIX, DAIKIN, KELVINATOR, MITSUBISHI_AC, GREE, ARGO, TROTEC, TOSHIBA_AC, FUJITSU_AC, MIDEA, HAIER_AC, HITACHI_AC, HAIER_AC_YRW02, WHIRLPOOL_AC, SAMSUNG_AC, ELECTRA_AC, PANASONIC_AC, DAIKIN2, VESTEL_AC, TECO, TCL112AC, MITSUBISHI_HEAVY_88, MITSUBISHI_HEAVY_152, DAIKIN216, SHARP_AC, GOODWEATHER, DAIKIN160, NEOCLIMA, DAIKIN176, DAIKIN128`

`"Model":` Some HVAC have variants in protocols, this field allows to specify the variant.
`"Power"`:`"Mode"`:`"FanSpeed"`:`"SwingV"`: vertical swing of Fan`"SwingH"`: horizontal swing of Fan`"Celsius"`: temperature is in Celsius (`"On"`) of Farenheit (`"Off"`)
`"Temp"`: Temperature, can be float if supported by protocol
`"Quiet"`: Quiet mode (`"On"` / `"Off"`)
`"Turbo"`: Turbo mode (`"On"` / `"Off"`)
`"Econo"`: Econo mode (`"On"` / `"Off"`)
`"Light"`: Light (`"On"` / `"Off"`)
`"Filter"`: Filter active (`"On"` / `"Off"`)
`"Clean"`: Clean mode (`"On"` / `"Off"`)
`"Beep"`: Beep active (`"On"` / `"Off"`)
`"Sleep"`: Timer in seconds +IRhvac|Send HVAC IR remote control code as JSON payload

```IRhvac {"Vendor":"Mitsubishi_Heavy_152","Power":"On","Mode":"Hot","FanSpeed":3,"Temp":22.5}```

`"Protocol"` or `"Vendor"` (select one of the following):
`COOLIX, DAIKIN, KELVINATOR, MITSUBISHI_AC, GREE, ARGO, TROTEC, TOSHIBA_AC, FUJITSU_AC, MIDEA, HAIER_AC, HITACHI_AC, HAIER_AC_YRW02, WHIRLPOOL_AC, SAMSUNG_AC, ELECTRA_AC, PANASONIC_AC, DAIKIN2, VESTEL_AC, TECO, TCL112AC, MITSUBISHI_HEAVY_88, MITSUBISHI_HEAVY_152, DAIKIN216, SHARP_AC, GOODWEATHER, DAIKIN160, NEOCLIMA, DAIKIN176, DAIKIN128`

`"Model":` Some HVAC have variants in protocols, this field allows to specify the variant, see [detailed list](https://github.com/crankyoldgit/IRremoteESP8266/blob/master/SupportedProtocols.md).
`"Power"`:`"Mode"`:`"FanSpeed"`:`"SwingV"`: vertical swing of Fan`"SwingH"`: horizontal swing of Fan`"Celsius"`: temperature is in Celsius (`"On"`) of Farenheit (`"Off"`)
`"Temp"`: Temperature, can be float if supported by protocol
`"Quiet"`: Quiet mode (`"On"` / `"Off"`)
`"Turbo"`: Turbo mode (`"On"` / `"Off"`)
`"Econo"`: Econo mode (`"On"` / `"Off"`)
`"Light"`: Light (`"On"` / `"Off"`)
`"Filter"`: Filter active (`"On"` / `"Off"`)
`"Clean"`: Clean mode (`"On"` / `"Off"`)
`"Beep"`: Beep active (`"On"` / `"Off"`)
`"Sleep"`: Timer in seconds ## Receiving IR Commands