Energy (Heat) - HeatpumpIR¶
Sends air conditioner / heatpump infrared commands.
Plugin details¶
Type: Energy (Heat)
Name: HeatpumpIR
Status: TESTING
GitHub: P088_HeatpumpIR.ino
Maintainer: .
Used libraries: https://github.com/ToniA/arduino-heatpumpir
The plugin is included into the the minimal_IRext_ESP8266_1M image
Supported hardware¶
Infrared LED connected in series with a ~1kΩ resistor. A support heatpump / airconditioner device to control.
Commands available¶
Command |
Extra information |
---|---|
model:
powerstate:
mode:
fan: a value from 0 to 5, 0 is auto speed temperature: temperature in degrees Celsius, 16-30 swingV: vertical swing position (not supported on most models) swingH: horizontal swing position (not supported on most models) |
Examples: Panasonic CKP on, automatic mode, automatic fan speed, 22 degrees C, automatic horizontal & vertical swing
For more examples, read the comments in the source code of P088_HeatpumpIR.ino |
Change log¶
New in version 1.0: …
added Initial release version.