Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.eq3btsmart.const Namespace Reference

Variables

 DEFAULT_CURRENT_TEMP_SELECTOR = CurrentTemperatureSelector.DEVICE
 
int DEFAULT_SCAN_INTERVAL = 10
 
 DEFAULT_TARGET_TEMP_SELECTOR = TargetTemperatureSelector.TARGET
 
string DEVICE_MODEL = "CC-RT-BLE-EQ"
 
string DOMAIN = "eq3btsmart"
 
string ENTITY_KEY_AWAY = "away"
 
string ENTITY_KEY_AWAY_UNTIL = "away_until"
 
string ENTITY_KEY_BATTERY = "battery"
 
string ENTITY_KEY_BOOST = "boost"
 
string ENTITY_KEY_COMFORT = "comfort"
 
string ENTITY_KEY_DST = "dst"
 
string ENTITY_KEY_ECO = "eco"
 
string ENTITY_KEY_LOCK = "lock"
 
string ENTITY_KEY_OFFSET = "offset"
 
string ENTITY_KEY_VALVE = "valve"
 
string ENTITY_KEY_WINDOW = "window"
 
string ENTITY_KEY_WINDOW_OPEN_TEMPERATURE = "window_open_temperature"
 
string ENTITY_KEY_WINDOW_OPEN_TIMEOUT = "window_open_timeout"
 
float EQ3BT_STEP = 0.5
 
int GET_DEVICE_TIMEOUT = 5
 
dictionary HA_TO_EQ_HVAC
 
string MANUFACTURER = "eQ-3 AG"
 
string SIGNAL_THERMOSTAT_CONNECTED = f"{DOMAIN}.thermostat_connected"
 
string SIGNAL_THERMOSTAT_DISCONNECTED = f"{DOMAIN}.thermostat_disconnected"
 

Detailed Description

Constants for EQ3 Bluetooth Smart Radiator Valves.

Variable Documentation

◆ DEFAULT_CURRENT_TEMP_SELECTOR

homeassistant.components.eq3btsmart.const.DEFAULT_CURRENT_TEMP_SELECTOR = CurrentTemperatureSelector.DEVICE

Definition at line 81 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.eq3btsmart.const.DEFAULT_SCAN_INTERVAL = 10

Definition at line 83 of file const.py.

◆ DEFAULT_TARGET_TEMP_SELECTOR

homeassistant.components.eq3btsmart.const.DEFAULT_TARGET_TEMP_SELECTOR = TargetTemperatureSelector.TARGET

Definition at line 82 of file const.py.

◆ DEVICE_MODEL

string homeassistant.components.eq3btsmart.const.DEVICE_MODEL = "CC-RT-BLE-EQ"

Definition at line 19 of file const.py.

◆ DOMAIN

string homeassistant.components.eq3btsmart.const.DOMAIN = "eq3btsmart"

Definition at line 16 of file const.py.

◆ ENTITY_KEY_AWAY

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_AWAY = "away"

Definition at line 26 of file const.py.

◆ ENTITY_KEY_AWAY_UNTIL

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_AWAY_UNTIL = "away_until"

Definition at line 33 of file const.py.

◆ ENTITY_KEY_BATTERY

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_BATTERY = "battery"

Definition at line 22 of file const.py.

◆ ENTITY_KEY_BOOST

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_BOOST = "boost"

Definition at line 25 of file const.py.

◆ ENTITY_KEY_COMFORT

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_COMFORT = "comfort"

Definition at line 27 of file const.py.

◆ ENTITY_KEY_DST

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_DST = "dst"

Definition at line 21 of file const.py.

◆ ENTITY_KEY_ECO

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_ECO = "eco"

Definition at line 28 of file const.py.

◆ ENTITY_KEY_LOCK

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_LOCK = "lock"

Definition at line 24 of file const.py.

◆ ENTITY_KEY_OFFSET

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_OFFSET = "offset"

Definition at line 29 of file const.py.

◆ ENTITY_KEY_VALVE

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_VALVE = "valve"

Definition at line 32 of file const.py.

◆ ENTITY_KEY_WINDOW

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_WINDOW = "window"

Definition at line 23 of file const.py.

◆ ENTITY_KEY_WINDOW_OPEN_TEMPERATURE

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_WINDOW_OPEN_TEMPERATURE = "window_open_temperature"

Definition at line 30 of file const.py.

◆ ENTITY_KEY_WINDOW_OPEN_TIMEOUT

string homeassistant.components.eq3btsmart.const.ENTITY_KEY_WINDOW_OPEN_TIMEOUT = "window_open_timeout"

Definition at line 31 of file const.py.

◆ EQ3BT_STEP

float homeassistant.components.eq3btsmart.const.EQ3BT_STEP = 0.5

Definition at line 88 of file const.py.

◆ GET_DEVICE_TIMEOUT

int homeassistant.components.eq3btsmart.const.GET_DEVICE_TIMEOUT = 5

Definition at line 35 of file const.py.

◆ HA_TO_EQ_HVAC

dictionary homeassistant.components.eq3btsmart.const.HA_TO_EQ_HVAC
Initial value:
1 = {
2  HVACMode.OFF: OperationMode.OFF,
3  HVACMode.AUTO: OperationMode.AUTO,
4  HVACMode.HEAT: OperationMode.MANUAL,
5 }

Definition at line 44 of file const.py.

◆ MANUFACTURER

string homeassistant.components.eq3btsmart.const.MANUFACTURER = "eQ-3 AG"

Definition at line 18 of file const.py.

◆ SIGNAL_THERMOSTAT_CONNECTED

string homeassistant.components.eq3btsmart.const.SIGNAL_THERMOSTAT_CONNECTED = f"{DOMAIN}.thermostat_connected"

Definition at line 86 of file const.py.

◆ SIGNAL_THERMOSTAT_DISCONNECTED

string homeassistant.components.eq3btsmart.const.SIGNAL_THERMOSTAT_DISCONNECTED = f"{DOMAIN}.thermostat_disconnected"

Definition at line 85 of file const.py.