ESPHome  2024.4.1
Namespaces | Functions | Variables
hon_climate.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::haier
 

Functions

hon_protocol::VerticalSwingMode esphome::haier::get_vertical_swing_mode (AirflowVerticalDirection direction)
 
hon_protocol::HorizontalSwingMode esphome::haier::get_horizontal_swing_mode (AirflowHorizontalDirection direction)
 

Variables

constexpr size_t esphome::haier::SIGNAL_LEVEL_UPDATE_INTERVAL_MS = 10000
 
constexpr int esphome::haier::PROTOCOL_OUTDOOR_TEMPERATURE_OFFSET = -64
 
constexpr uint8_t esphome::haier::CONTROL_MESSAGE_RETRIES = 5
 
constexpr std::chrono::milliseconds esphome::haier::CONTROL_MESSAGE_RETRIES_INTERVAL = std::chrono::milliseconds(500)
 
constexpr size_t esphome::haier::ALARM_STATUS_REQUEST_INTERVAL_MS = 600000