From 9f4aa8cc31e1f5d8e72f7a5405539f3d2dbd54ad Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Mon, 9 Sep 2019 22:23:05 +0200 Subject: [PATCH] Updated Tasmota IR (markdown) --- Tasmota-IR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tasmota-IR.md b/Tasmota-IR.md index 82c55096..c3145531 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.
`"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