mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
54 lines
2.3 KiB
Plaintext
54 lines
2.3 KiB
Plaintext
.. csv-table::
|
|
:header: "Command Syntax", "Extra information"
|
|
:widths: 10, 40
|
|
|
|
"
|
|
|
|
| ``itho,<state>``
|
|
|
|
| (Command was ``state``, but that has been deprecated)
|
|
|
|
","
|
|
|
|
| Use the states in the table below to control the state of the fan. To pair the remote with the Itho fan use 1111 to join, or 9999 to leave/unjoin, respectively.
|
|
|
|
"
|
|
|
|
Examples:
|
|
|
|
* HTTP control: http://ip/control?cmd=ITHO,1
|
|
|
|
* MQTT conrol: mosquitto_pub -t /Fan/cmd -m 'itho 1' Here 'Fan' is the name of the plugin
|
|
|
|
Fan states
|
|
^^^^^^^^^^
|
|
|
|
.. csv-table::
|
|
:header: "State","Name", "Description"
|
|
:widths: 5, 5, 40
|
|
|
|
"0", "Standby", "Itho ventilation unit on standby (not supported on most models)"
|
|
"1", "Low", "Itho ventilation to lowest speed"
|
|
"2", "Medium", "Itho ventilation to medium speed"
|
|
"3", "High", "Itho ventilation to high speed"
|
|
"4", "Full", "Itho ventilation to full speed (same as high on most models)"
|
|
"13", "Timer1", "Itho to high speed with hardware timer (10 min)"
|
|
"23", "Timer2", "Itho to high speed with hardware timer (20 min)"
|
|
"33", "Timer3", "Itho to high speed with hardware timer (30 min)"
|
|
"1111", "", "Join with an ITHO ventilation unit that is waiting for join requests (first minutes after power-on)"
|
|
"9999", "", "Leave connection with an ITHO ventilation unit (maybe not supported on all models). Needs a new Join (1111) to be able to control a unit."
|
|
"100", "Orcon standBy", "Orcon ventilation unit on standby"
|
|
"101", "Orcon low speed", "Orcon ventilation to lowest speed"
|
|
"102", "Orcon medium speed", "Orcon ventilation to medium speed"
|
|
"103", "Orcon high speed", "Itho ventilation to high speed"
|
|
"104", "Orcon auto speed", "Itho ventilation to auto speed (based on Humidity and/or CO2)"
|
|
"110", "Orcon Timer 0", "Orcon ventilation unit on standby for 12*60 minutes"
|
|
"111", "Orcon Timer 1", "Orcon ventilation to lowest speed for 60 minutes"
|
|
"112", "Orcon Timer 2", "Orcon ventilation unit to medium speed for 13*60 minutes"
|
|
"113", "Orcon Timer 3", "Orcon ventilation unit to high speed for 60 minutes"
|
|
"114", "Orcon Auto CO2", "Itho ventilation to auto speed for 60 minutes (based on Humidity and/or CO2)"
|
|
|
|
Two special states exist: 1111 for a join command and 9999 for a leave/unjoin command, check the Itho manual on how to put your fain into pairing mode.
|
|
|
|
For Orcon the Unit ID remote 1 will be used as the spoofed sender ID
|