ESPHome 2025.5.0
Loading...
Searching...
No Matches
hon_climate.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::haier
 

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
 
const uint8_t esphome::haier::ONE_BUF [] = {0x00, 0x01}
 
const uint8_t esphome::haier::ZERO_BUF [] = {0x00, 0x00}