ESPHome  2024.4.1
Data Structures | Variables
esphome::delonghi Namespace Reference

Data Structures

class  DelonghiClimate
 

Variables

const uint8_t DELONGHI_ADDRESS = 83
 
const uint8_t DELONGHI_TEMP_MIN = 13
 
const uint8_t DELONGHI_TEMP_MAX = 32
 
const uint8_t DELONGHI_TEMP_OFFSET_COOL = 17
 
const uint8_t DELONGHI_TEMP_OFFSET_HEAT = 12
 
const uint8_t DELONGHI_MODE_AUTO = 0b1000
 
const uint8_t DELONGHI_MODE_COOL = 0b0000
 
const uint8_t DELONGHI_MODE_HEAT = 0b0110
 
const uint8_t DELONGHI_MODE_DRY = 0b0010
 
const uint8_t DELONGHI_MODE_FAN = 0b0100
 
const uint8_t DELONGHI_MODE_OFF = 0b0000
 
const uint8_t DELONGHI_MODE_ON = 0b0001
 
const uint8_t DELONGHI_FAN_AUTO = 0b00
 
const uint8_t DELONGHI_FAN_HIGH = 0b01
 
const uint8_t DELONGHI_FAN_MEDIUM = 0b10
 
const uint8_t DELONGHI_FAN_LOW = 0b11
 
const uint32_t DELONGHI_IR_FREQUENCY = 38000
 
const uint32_t DELONGHI_HEADER_MARK = 9000
 
const uint32_t DELONGHI_HEADER_SPACE = 4500
 
const uint32_t DELONGHI_BIT_MARK = 465
 
const uint32_t DELONGHI_ONE_SPACE = 1750
 
const uint32_t DELONGHI_ZERO_SPACE = 670
 
const uint8_t DELONGHI_STATE_FRAME_SIZE = 8
 

Variable Documentation

◆ DELONGHI_ADDRESS

const uint8_t esphome::delonghi::DELONGHI_ADDRESS = 83

Definition at line 9 of file delonghi.h.

◆ DELONGHI_BIT_MARK

const uint32_t esphome::delonghi::DELONGHI_BIT_MARK = 465

Definition at line 36 of file delonghi.h.

◆ DELONGHI_FAN_AUTO

const uint8_t esphome::delonghi::DELONGHI_FAN_AUTO = 0b00

Definition at line 27 of file delonghi.h.

◆ DELONGHI_FAN_HIGH

const uint8_t esphome::delonghi::DELONGHI_FAN_HIGH = 0b01

Definition at line 28 of file delonghi.h.

◆ DELONGHI_FAN_LOW

const uint8_t esphome::delonghi::DELONGHI_FAN_LOW = 0b11

Definition at line 30 of file delonghi.h.

◆ DELONGHI_FAN_MEDIUM

const uint8_t esphome::delonghi::DELONGHI_FAN_MEDIUM = 0b10

Definition at line 29 of file delonghi.h.

◆ DELONGHI_HEADER_MARK

const uint32_t esphome::delonghi::DELONGHI_HEADER_MARK = 9000

Definition at line 34 of file delonghi.h.

◆ DELONGHI_HEADER_SPACE

const uint32_t esphome::delonghi::DELONGHI_HEADER_SPACE = 4500

Definition at line 35 of file delonghi.h.

◆ DELONGHI_IR_FREQUENCY

const uint32_t esphome::delonghi::DELONGHI_IR_FREQUENCY = 38000

Definition at line 33 of file delonghi.h.

◆ DELONGHI_MODE_AUTO

const uint8_t esphome::delonghi::DELONGHI_MODE_AUTO = 0b1000

Definition at line 18 of file delonghi.h.

◆ DELONGHI_MODE_COOL

const uint8_t esphome::delonghi::DELONGHI_MODE_COOL = 0b0000

Definition at line 19 of file delonghi.h.

◆ DELONGHI_MODE_DRY

const uint8_t esphome::delonghi::DELONGHI_MODE_DRY = 0b0010

Definition at line 21 of file delonghi.h.

◆ DELONGHI_MODE_FAN

const uint8_t esphome::delonghi::DELONGHI_MODE_FAN = 0b0100

Definition at line 22 of file delonghi.h.

◆ DELONGHI_MODE_HEAT

const uint8_t esphome::delonghi::DELONGHI_MODE_HEAT = 0b0110

Definition at line 20 of file delonghi.h.

◆ DELONGHI_MODE_OFF

const uint8_t esphome::delonghi::DELONGHI_MODE_OFF = 0b0000

Definition at line 23 of file delonghi.h.

◆ DELONGHI_MODE_ON

const uint8_t esphome::delonghi::DELONGHI_MODE_ON = 0b0001

Definition at line 24 of file delonghi.h.

◆ DELONGHI_ONE_SPACE

const uint32_t esphome::delonghi::DELONGHI_ONE_SPACE = 1750

Definition at line 37 of file delonghi.h.

◆ DELONGHI_STATE_FRAME_SIZE

const uint8_t esphome::delonghi::DELONGHI_STATE_FRAME_SIZE = 8

Definition at line 41 of file delonghi.h.

◆ DELONGHI_TEMP_MAX

const uint8_t esphome::delonghi::DELONGHI_TEMP_MAX = 32

Definition at line 13 of file delonghi.h.

◆ DELONGHI_TEMP_MIN

const uint8_t esphome::delonghi::DELONGHI_TEMP_MIN = 13

Definition at line 12 of file delonghi.h.

◆ DELONGHI_TEMP_OFFSET_COOL

const uint8_t esphome::delonghi::DELONGHI_TEMP_OFFSET_COOL = 17

Definition at line 14 of file delonghi.h.

◆ DELONGHI_TEMP_OFFSET_HEAT

const uint8_t esphome::delonghi::DELONGHI_TEMP_OFFSET_HEAT = 12

Definition at line 15 of file delonghi.h.

◆ DELONGHI_ZERO_SPACE

const uint32_t esphome::delonghi::DELONGHI_ZERO_SPACE = 670

Definition at line 38 of file delonghi.h.