IRremoteESP8266
|
Class for handling detailed LG A/C messages. More...
#include <ir_LG.h>
Public Member Functions | |
IRLgAc (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... | |
bool | isValidLgAc (void) const |
Check if the internal state looks like a valid LG A/C message. More... | |
void | send (const uint16_t repeat=kLgDefaultRepeat) |
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) |
Change the power setting to On. More... | |
void | off (void) |
Change the power setting to Off. More... | |
void | setPower (const bool on) |
Change the power setting. More... | |
bool | getPower (void) const |
Get the value of the current power setting. More... | |
bool | isOffCommand (void) const |
Is the message a Power Off message? 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 operating mode of the A/C. More... | |
uint8_t | getMode (void) const |
Get the operating mode setting of the A/C. More... | |
void | setLight (const bool on) |
Change the light/led/display setting. More... | |
bool | getLight (void) const |
Get the value of the current light setting. More... | |
bool | isLightToggle (void) const |
Is the message a Light Toggle message? More... | |
bool | isSwing (void) const |
Check if the stored code is a Swing message. More... | |
void | setSwingH (const bool on) |
Set the Horizontal Swing mode of the A/C. More... | |
bool | getSwingH (void) const |
Get the Horizontal Swing position setting of the A/C. More... | |
bool | isSwingV (void) const |
Check if the stored code is a non-vane SwingV message. More... | |
bool | isSwingVToggle (void) const |
Check if the stored code is a SwingV Toggle message. More... | |
bool | isVaneSwingV (void) const |
Check if the stored code is a vane specific SwingV message. More... | |
void | setSwingV (const uint32_t position) |
Set the Vertical Swing mode of the A/C. More... | |
uint32_t | getSwingV (void) const |
Get the Vertical Swing position setting of the A/C. More... | |
void | setVaneSwingV (const uint8_t vane, const uint8_t position) |
Set the per Vane Vertical Swing mode of the A/C. More... | |
uint8_t | getVaneSwingV (const uint8_t vane) const |
Get the Vertical Swing position for the given vane of the A/C. More... | |
bool | isSwingH (void) const |
Check if the stored code is a SwingH message. More... | |
void | updateSwingPrev (void) |
uint32_t | getRaw (void) |
Get a copy of the internal state/code for this protocol. More... | |
void | setRaw (const uint32_t new_code, const decode_type_t protocol=decode_type_t::UNKNOWN) |
Set the internal state from a valid code for this protocol. More... | |
stdAc::state_t | toCommon (const stdAc::state_t *prev=NULL) 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... | |
void | setModel (const lg_ac_remote_model_t model) |
Set the model of the A/C to emulate. More... | |
lg_ac_remote_model_t | getModel (void) const |
Get the model of the A/C. More... | |
Static Public Member Functions | |
static uint8_t | calcChecksum (const uint32_t state) |
Calculate the checksum for a given state. More... | |
static bool | validChecksum (const uint32_t state) |
Verify the checksum is valid for a given state. More... | |
static uint32_t | calcVaneSwingV (const uint8_t vane, const uint8_t position) |
Calculate the Vane specific Vertical Swing code for the A/C. More... | |
static uint8_t | getVaneCode (const uint32_t raw) |
Get the vane code of a Vane Vertical Swing message. More... | |
static uint8_t | convertMode (const stdAc::opmode_t mode) |
Convert a stdAc::opmode_t enum into its native mode. More... | |
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... | |
static stdAc::swingv_t | toCommonSwingV (const uint32_t code) |
Convert a native Vertical Swing into its stdAc equivalent. More... | |
static stdAc::swingv_t | toCommonVaneSwingV (const uint8_t pos) |
Convert a native Vane specific Vertical Swing into its stdAc equivalent. More... | |
static uint8_t | convertFan (const stdAc::fanspeed_t speed) |
Convert a stdAc::fanspeed_t enum into it's native speed. More... | |
static uint32_t | convertSwingV (const stdAc::swingv_t swingv) |
Convert a stdAc::swingv_t enum into it's native setting. More... | |
static uint8_t | convertVaneSwingV (const stdAc::swingv_t swingv) |
Convert a stdAc::swingv_t enum into it's native setting. More... | |
Private Member Functions | |
void | checksum (void) |
Calculate and set the checksum values for the internal state. More... | |
void | _setTemp (const uint8_t value) |
Set the temperature. More... | |
bool | _isAKB74955603 (void) const |
Check if the stored code must belong to a AKB74955603 model. More... | |
bool | _isAKB73757604 (void) const |
Check if the stored code must belong to a AKB73757604 model. More... | |
bool | _isLG6711A20083V (void) const |
Check if the stored code must belong to a LG6711A20083V model. More... | |
bool | _isNormal (void) const |
Is the current message a normal (non-special) message? More... | |
Private Attributes | |
IRsend | _irsend |
Instance of the IR send class. More... | |
LGProtocol | _ |
uint8_t | _temp |
bool | _light |
uint32_t | _swingv |
uint32_t | _swingv_prev |
uint8_t | _vaneswingv [kLgAcSwingVMaxVanes] |
uint8_t | _vaneswingv_prev [kLgAcSwingVMaxVanes] |
bool | _swingh |
bool | _swingh_prev |
decode_type_t | _protocol |
Protocol version. More... | |
lg_ac_remote_model_t | _model |
Model type. More... | |
Class for handling detailed LG 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? |
|
private |
Check if the stored code must belong to a AKB73757604 model.
|
private |
Check if the stored code must belong to a AKB74955603 model.
|
private |
Check if the stored code must belong to a LG6711A20083V model.
|
private |
Is the current message a normal (non-special) message?
|
inlineprivate |
Set the temperature.
[in] | value | The native temperature. |
void IRLgAc::begin | ( | void | ) |
Set up hardware to be able to send a message.
|
static |
Calculate the checksum for a given state.
[in] | state | The value to calc the checksum of. |
|
static |
Calculate the Vane specific Vertical Swing code for the A/C.
|
inline |
Run the calibration to calculate uSec timing offsets for this platform.
|
private |
Calculate and set the checksum values 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 |
Convert a stdAc::swingv_t enum into it's native setting.
[in] | swingv | The enum to be converted. |
|
static |
Convert a stdAc::swingv_t enum into it's native setting.
[in] | swingv | The enum to be converted. |
uint8_t IRLgAc::getFan | ( | void | ) | const |
Get the current fan speed setting.
bool IRLgAc::getLight | ( | void | ) | const |
Get the value of the current light setting.
uint8_t IRLgAc::getMode | ( | void | ) | const |
Get the operating mode setting of the A/C.
lg_ac_remote_model_t IRLgAc::getModel | ( | void | ) | const |
Get the model of the A/C.
bool IRLgAc::getPower | ( | void | ) | const |
Get the value of the current power setting.
uint32_t IRLgAc::getRaw | ( | void | ) |
Get a copy of the internal state/code for this protocol.
bool IRLgAc::getSwingH | ( | void | ) | const |
Get the Horizontal Swing position setting of the A/C.
uint32_t IRLgAc::getSwingV | ( | void | ) | const |
Get the Vertical Swing position setting of the A/C.
uint8_t IRLgAc::getTemp | ( | void | ) | const |
Get the current temperature setting.
|
static |
Get the vane code of a Vane Vertical Swing message.
[in] | raw | A raw number representing a native LG message. |
uint8_t IRLgAc::getVaneSwingV | ( | const uint8_t | vane | ) | const |
Get the Vertical Swing position for the given vane of the A/C.
bool IRLgAc::isLightToggle | ( | void | ) | const |
Is the message a Light Toggle message?
bool IRLgAc::isOffCommand | ( | void | ) | const |
Is the message a Power Off message?
bool IRLgAc::isSwing | ( | void | ) | const |
Check if the stored code is a Swing message.
bool IRLgAc::isSwingH | ( | void | ) | const |
Check if the stored code is a SwingH message.
bool IRLgAc::isSwingV | ( | void | ) | const |
Check if the stored code is a non-vane SwingV message.
bool IRLgAc::isSwingVToggle | ( | void | ) | const |
Check if the stored code is a SwingV Toggle message.
bool IRLgAc::isValidLgAc | ( | void | ) | const |
Check if the internal state looks like a valid LG A/C message.
bool IRLgAc::isVaneSwingV | ( | void | ) | const |
Check if the stored code is a vane specific SwingV message.
void IRLgAc::off | ( | void | ) |
Change the power setting to Off.
void IRLgAc::on | ( | void | ) |
Change the power setting to On.
void IRLgAc::send | ( | const uint16_t | repeat = kLgDefaultRepeat | ) |
Send the current internal state as an IR message.
[in] | repeat | Nr. of times the message will be repeated. |
void IRLgAc::setFan | ( | const uint8_t | speed | ) |
Set the speed of the fan.
[in] | speed | The desired setting. |
void IRLgAc::setLight | ( | const bool | on | ) |
Change the light/led/display setting.
[in] | on | true, the setting is on. false, the setting is off. |
void IRLgAc::setMode | ( | const uint8_t | mode | ) |
Set the operating mode of the A/C.
[in] | mode | The desired operating mode. |
void IRLgAc::setModel | ( | const lg_ac_remote_model_t | model | ) |
Set the model of the A/C to emulate.
[in] | model | The enum of the appropriate model. |
void IRLgAc::setPower | ( | const bool | on | ) |
Change the power setting.
[in] | on | true, the setting is on. false, the setting is off. |
void IRLgAc::setRaw | ( | const uint32_t | new_code, |
const decode_type_t | protocol = decode_type_t::UNKNOWN |
||
) |
Set the internal state from a valid code for this protocol.
[in] | new_code | A valid code for this protocol. |
[in] | protocol | A valid decode protocol type to use. |
void IRLgAc::setSwingH | ( | const bool | on | ) |
Set the Horizontal Swing mode of the A/C.
[in] | on | true, the setting is on. false, the setting is off. |
void IRLgAc::setSwingV | ( | const uint32_t | position | ) |
Set the Vertical Swing mode of the A/C.
[in] | position | The position/mode to set the vanes to. |
void IRLgAc::setTemp | ( | const uint8_t | degrees | ) |
Set the temperature.
[in] | degrees | The temperature in degrees celsius. |
void IRLgAc::setVaneSwingV | ( | const uint8_t | vane, |
const uint8_t | position | ||
) |
Set the per Vane Vertical Swing mode of the A/C.
[in] | vane | The nr. of the vane to control. |
[in] | position | The position/mode to set the vanes to. |
void IRLgAc::stateReset | ( | void | ) |
Reset the internals of the object to a known good state.
stdAc::state_t IRLgAc::toCommon | ( | const stdAc::state_t * | prev = NULL | ) | const |
Convert the current internal state into its stdAc::state_t equivalent.
[in] | prev | Ptr to the previous state if required. |
|
static |
|
static |
|
static |
|
static |
String IRLgAc::toString | ( | void | ) | const |
Convert the current internal state into a human readable string.
void IRLgAc::updateSwingPrev | ( | void | ) |
|
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.
|
private |
|
private |
Model type.
|
private |
Protocol version.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |