IRremoteESP8266
|
Class for handling detailed Airton 56-bit A/C messages. More...
#include <ir_Airton.h>
Public Member Functions | |
IRAirtonAc (const uint16_t pin, const bool inverted=false, const bool use_modulation=true) | |
Class constructor. More... | |
void | stateReset (void) |
Reset the internals of the object to a known good state. More... | |
void | send (const uint16_t repeat=kAirtonDefaultRepeat) |
Send the current internal state as an IR message. More... | |
int8_t | calibrate (void) |
Run the calibration to calculate uSec timing offsets for this platform. More... | |
void | begin (void) |
Set up hardware to be able to send a message. More... | |
void | on (void) |
Set the internal state to have the power on. More... | |
void | off (void) |
Set the internal state to have the power off. More... | |
void | setPower (const bool on) |
Set the internal state to have the desired power. More... | |
bool | getPower (void) const |
Get the power setting from the internal state. More... | |
void | setTemp (const uint8_t degrees) |
Set the temperature. More... | |
uint8_t | getTemp (void) const |
Get the current temperature setting. More... | |
void | setFan (const uint8_t speed) |
Set the speed of the fan. More... | |
uint8_t | getFan (void) const |
Get the current fan speed setting. More... | |
void | setMode (const uint8_t mode) |
Set the desired operation mode. More... | |
uint8_t | getMode (void) const |
Get the current operation mode setting. More... | |
uint64_t | getRaw (void) |
Get the raw state of the object, suitable to be sent with the appropriate IRsend object method. More... | |
void | setRaw (const uint64_t data) |
Set the raw state of the object. More... | |
void | setLight (const bool on) |
Set the Light/LED/Display setting of the A/C. More... | |
bool | getLight (void) const |
Get the Light/LED/Display setting of the A/C. More... | |
void | setEcono (const bool on) |
Set the Economy setting of the A/C. More... | |
bool | getEcono (void) const |
Get the Economy setting of the A/C. More... | |
void | setTurbo (const bool on) |
Set the Turbo setting of the A/C. More... | |
bool | getTurbo (void) const |
Get the Turbo setting of the A/C. More... | |
void | setHealth (const bool on) |
Set the Health/Filter setting of the A/C. More... | |
bool | getHealth (void) const |
Get the Health/Filter setting of the A/C. More... | |
void | setSleep (const bool on) |
Set the Sleep setting of the A/C. More... | |
bool | getSleep (void) const |
Get the Sleep setting of the A/C. More... | |
void | setSwingV (const bool on) |
Set the Vertical Swing setting of the A/C. More... | |
bool | getSwingV (void) const |
Get the Vertical Swing setting of the A/C. More... | |
stdAc::state_t | toCommon (void) const |
Convert the current internal state into its stdAc::state_t equivalent. More... | |
String | toString (void) const |
Convert the current internal state into a human readable string. More... | |
Static Public Member Functions | |
static bool | validChecksum (const uint64_t data) |
Verify the checksum is valid for a given state. More... | |
static uint8_t | calcChecksum (const uint64_t data) |
Calculate the checksum for the supplied state. More... | |
static uint8_t | convertMode (const stdAc::opmode_t mode) |
Convert a stdAc::opmode_t enum into its native mode. More... | |
static uint8_t | convertFan (const stdAc::fanspeed_t speed) |
Convert a stdAc::fanspeed_t enum into it's native speed. More... | |
static uint8_t | convertSwingV (const stdAc::swingv_t position) |
static stdAc::opmode_t | toCommonMode (const uint8_t mode) |
Convert a native mode into its stdAc equivalent. More... | |
static stdAc::fanspeed_t | toCommonFanSpeed (const uint8_t speed) |
Convert a native fan speed into its stdAc equivalent. More... | |
Private Member Functions | |
void | checksum (void) |
Update the checksum value for the internal state. More... | |
Private Attributes | |
IRsend | _irsend |
Instance of the IR send class. More... | |
AirtonProtocol | _ |
Class for handling detailed Airton 56-bit A/C messages.
|
explicit |
Class constructor.
[in] | pin | GPIO to be used when sending. |
[in] | inverted | Is the output signal to be inverted? |
[in] | use_modulation | Is frequency modulation to be used? |
void IRAirtonAc::begin | ( | void | ) |
Set up hardware to be able to send a message.
|
static |
Calculate the checksum for the supplied state.
[in] | state | The source state to generate the checksum from. |
|
inline |
Run the calibration to calculate uSec timing offsets for this platform.
|
private |
Update the checksum value for the internal state.
|
static |
Convert a stdAc::fanspeed_t enum into it's native speed.
[in] | speed | The enum to be converted. |
|
static |
Convert a stdAc::opmode_t enum into its native mode.
[in] | mode | The enum to be converted. |
|
static |
bool IRAirtonAc::getEcono | ( | void | ) | const |
Get the Economy setting of the A/C.
uint8_t IRAirtonAc::getFan | ( | void | ) | const |
Get the current fan speed setting.
bool IRAirtonAc::getHealth | ( | void | ) | const |
Get the Health/Filter setting of the A/C.
bool IRAirtonAc::getLight | ( | void | ) | const |
Get the Light/LED/Display setting of the A/C.
uint8_t IRAirtonAc::getMode | ( | void | ) | const |
Get the current operation mode setting.
bool IRAirtonAc::getPower | ( | void | ) | const |
Get the power setting from the internal state.
uint64_t IRAirtonAc::getRaw | ( | void | ) |
Get the raw state of the object, suitable to be sent with the appropriate IRsend object method.
bool IRAirtonAc::getSleep | ( | void | ) | const |
Get the Sleep setting of the A/C.
bool IRAirtonAc::getSwingV | ( | void | ) | const |
Get the Vertical Swing setting of the A/C.
uint8_t IRAirtonAc::getTemp | ( | void | ) | const |
Get the current temperature setting.
bool IRAirtonAc::getTurbo | ( | void | ) | const |
Get the Turbo setting of the A/C.
void IRAirtonAc::off | ( | void | ) |
Set the internal state to have the power off.
void IRAirtonAc::on | ( | void | ) |
Set the internal state to have the power on.
void IRAirtonAc::send | ( | const uint16_t | repeat = kAirtonDefaultRepeat | ) |
Send the current internal state as an IR message.
[in] | repeat | Nr. of times the message will be repeated. |
void IRAirtonAc::setEcono | ( | const bool | on | ) |
Set the Economy setting of the A/C.
[in] | on | true, the setting is on. false, the setting is off. |
void IRAirtonAc::setFan | ( | const uint8_t | speed | ) |
Set the speed of the fan.
[in] | speed | The desired setting. |
void IRAirtonAc::setHealth | ( | const bool | on | ) |
Set the Health/Filter setting of the A/C.
[in] | on | true, the setting is on. false, the setting is off. |
void IRAirtonAc::setLight | ( | const bool | on | ) |
Set the Light/LED/Display setting of the A/C.
[in] | on | true, the setting is on. false, the setting is off. |
void IRAirtonAc::setMode | ( | const uint8_t | mode | ) |
Set the desired operation mode.
[in] | mode | The desired operation mode. |
void IRAirtonAc::setPower | ( | const bool | on | ) |
Set the internal state to have the desired power.
[in] | on | The desired power state. |
void IRAirtonAc::setRaw | ( | const uint64_t | state | ) |
Set the raw state of the object.
[in] | state | The raw state from the native IR message. |
void IRAirtonAc::setSleep | ( | const bool | on | ) |
Set the Sleep setting of the A/C.
[in] | on | true, the setting is on. false, the setting is off. |
void IRAirtonAc::setSwingV | ( | const bool | on | ) |
Set the Vertical Swing setting of the A/C.
[in] | on | true, the setting is on. false, the setting is off. |
void IRAirtonAc::setTemp | ( | const uint8_t | degrees | ) |
Set the temperature.
[in] | degrees | The temperature in degrees celsius. |
void IRAirtonAc::setTurbo | ( | const bool | on | ) |
Set the Turbo setting of the A/C.
[in] | on | true, the setting is on. false, the setting is off. |
void IRAirtonAc::stateReset | ( | void | ) |
Reset the internals of the object to a known good state.
stdAc::state_t IRAirtonAc::toCommon | ( | void | ) | const |
Convert the current internal state into its stdAc::state_t equivalent.
|
static |
|
static |
String IRAirtonAc::toString | ( | void | ) | const |
Convert the current internal state into a human readable string.
|
static |
Verify the checksum is valid for a given state.
[in] | state | The value to verify the checksum of. |
|
private |
|
private |
Instance of the IR send class.