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

Variables

string ATTR_CH_OVRD = "ch_override"
 
string ATTR_DHW_OVRD = "dhw_override"
 
string ATTR_GW_ID = "gateway_id"
 
string ATTR_LEVEL = "level"
 
string ATTR_TRANSP_ARG = "transp_arg"
 
string ATTR_TRANSP_CMD = "transp_cmd"
 
 BOILER_DEVICE_DESCRIPTION
 
string CONF_CLIMATE = "climate"
 
string CONF_FLOOR_TEMP = "floor_temperature"
 
string CONF_PRECISION = "precision"
 
string CONF_READ_PRECISION = "read_precision"
 
string CONF_SET_PRECISION = "set_precision"
 
string CONF_TEMPORARY_OVRD_MODE = "temporary_override_mode"
 
int CONNECTION_TIMEOUT = 10
 
string DATA_GATEWAYS = "gateways"
 
string DATA_OPENTHERM_GW = "opentherm_gw"
 
string DOMAIN = "opentherm_gw"
 
 GATEWAY_DEVICE_DESCRIPTION
 
string SERVICE_RESET_GATEWAY = "reset_gateway"
 
string SERVICE_SEND_TRANSP_CMD = "send_transparent_command"
 
string SERVICE_SET_CH_OVRD = "set_central_heating_ovrd"
 
string SERVICE_SET_CLOCK = "set_clock"
 
string SERVICE_SET_CONTROL_SETPOINT = "set_control_setpoint"
 
string SERVICE_SET_GPIO_MODE = "set_gpio_mode"
 
string SERVICE_SET_HOT_WATER_OVRD = "set_hot_water_ovrd"
 
string SERVICE_SET_HOT_WATER_SETPOINT = "set_hot_water_setpoint"
 
string SERVICE_SET_LED_MODE = "set_led_mode"
 
string SERVICE_SET_MAX_MOD = "set_max_modulation"
 
string SERVICE_SET_OAT = "set_outside_temperature"
 
string SERVICE_SET_SB_TEMP = "set_setback_temperature"
 
 THERMOSTAT_DEVICE_DESCRIPTION
 

Detailed Description

Constants for the opentherm_gw integration.

Variable Documentation

◆ ATTR_CH_OVRD

string homeassistant.components.opentherm_gw.const.ATTR_CH_OVRD = "ch_override"

Definition at line 11 of file const.py.

◆ ATTR_DHW_OVRD

string homeassistant.components.opentherm_gw.const.ATTR_DHW_OVRD = "dhw_override"

Definition at line 10 of file const.py.

◆ ATTR_GW_ID

string homeassistant.components.opentherm_gw.const.ATTR_GW_ID = "gateway_id"

Definition at line 8 of file const.py.

◆ ATTR_LEVEL

string homeassistant.components.opentherm_gw.const.ATTR_LEVEL = "level"

Definition at line 9 of file const.py.

◆ ATTR_TRANSP_ARG

string homeassistant.components.opentherm_gw.const.ATTR_TRANSP_ARG = "transp_arg"

Definition at line 13 of file const.py.

◆ ATTR_TRANSP_CMD

string homeassistant.components.opentherm_gw.const.ATTR_TRANSP_CMD = "transp_cmd"

Definition at line 12 of file const.py.

◆ BOILER_DEVICE_DESCRIPTION

homeassistant.components.opentherm_gw.const.BOILER_DEVICE_DESCRIPTION
Initial value:
1 = OpenThermDeviceDescription(
2  data_source=OpenThermDataSource.BOILER,
3  device_identifier=OpenThermDeviceIdentifier.BOILER,
4 )

Definition at line 67 of file const.py.

◆ CONF_CLIMATE

string homeassistant.components.opentherm_gw.const.CONF_CLIMATE = "climate"

Definition at line 15 of file const.py.

◆ CONF_FLOOR_TEMP

string homeassistant.components.opentherm_gw.const.CONF_FLOOR_TEMP = "floor_temperature"

Definition at line 16 of file const.py.

◆ CONF_PRECISION

string homeassistant.components.opentherm_gw.const.CONF_PRECISION = "precision"

Definition at line 17 of file const.py.

◆ CONF_READ_PRECISION

string homeassistant.components.opentherm_gw.const.CONF_READ_PRECISION = "read_precision"

Definition at line 18 of file const.py.

◆ CONF_SET_PRECISION

string homeassistant.components.opentherm_gw.const.CONF_SET_PRECISION = "set_precision"

Definition at line 19 of file const.py.

◆ CONF_TEMPORARY_OVRD_MODE

string homeassistant.components.opentherm_gw.const.CONF_TEMPORARY_OVRD_MODE = "temporary_override_mode"

Definition at line 20 of file const.py.

◆ CONNECTION_TIMEOUT

int homeassistant.components.opentherm_gw.const.CONNECTION_TIMEOUT = 10

Definition at line 22 of file const.py.

◆ DATA_GATEWAYS

string homeassistant.components.opentherm_gw.const.DATA_GATEWAYS = "gateways"

Definition at line 24 of file const.py.

◆ DATA_OPENTHERM_GW

string homeassistant.components.opentherm_gw.const.DATA_OPENTHERM_GW = "opentherm_gw"

Definition at line 25 of file const.py.

◆ DOMAIN

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

Definition at line 27 of file const.py.

◆ GATEWAY_DEVICE_DESCRIPTION

homeassistant.components.opentherm_gw.const.GATEWAY_DEVICE_DESCRIPTION
Initial value:
1 = OpenThermDeviceDescription(
2  data_source=OpenThermDataSource.GATEWAY,
3  device_identifier=OpenThermDeviceIdentifier.GATEWAY,
4 )

Definition at line 71 of file const.py.

◆ SERVICE_RESET_GATEWAY

string homeassistant.components.opentherm_gw.const.SERVICE_RESET_GATEWAY = "reset_gateway"

Definition at line 29 of file const.py.

◆ SERVICE_SEND_TRANSP_CMD

string homeassistant.components.opentherm_gw.const.SERVICE_SEND_TRANSP_CMD = "send_transparent_command"

Definition at line 40 of file const.py.

◆ SERVICE_SET_CH_OVRD

string homeassistant.components.opentherm_gw.const.SERVICE_SET_CH_OVRD = "set_central_heating_ovrd"

Definition at line 30 of file const.py.

◆ SERVICE_SET_CLOCK

string homeassistant.components.opentherm_gw.const.SERVICE_SET_CLOCK = "set_clock"

Definition at line 31 of file const.py.

◆ SERVICE_SET_CONTROL_SETPOINT

string homeassistant.components.opentherm_gw.const.SERVICE_SET_CONTROL_SETPOINT = "set_control_setpoint"

Definition at line 32 of file const.py.

◆ SERVICE_SET_GPIO_MODE

string homeassistant.components.opentherm_gw.const.SERVICE_SET_GPIO_MODE = "set_gpio_mode"

Definition at line 35 of file const.py.

◆ SERVICE_SET_HOT_WATER_OVRD

string homeassistant.components.opentherm_gw.const.SERVICE_SET_HOT_WATER_OVRD = "set_hot_water_ovrd"

Definition at line 34 of file const.py.

◆ SERVICE_SET_HOT_WATER_SETPOINT

string homeassistant.components.opentherm_gw.const.SERVICE_SET_HOT_WATER_SETPOINT = "set_hot_water_setpoint"

Definition at line 33 of file const.py.

◆ SERVICE_SET_LED_MODE

string homeassistant.components.opentherm_gw.const.SERVICE_SET_LED_MODE = "set_led_mode"

Definition at line 36 of file const.py.

◆ SERVICE_SET_MAX_MOD

string homeassistant.components.opentherm_gw.const.SERVICE_SET_MAX_MOD = "set_max_modulation"

Definition at line 37 of file const.py.

◆ SERVICE_SET_OAT

string homeassistant.components.opentherm_gw.const.SERVICE_SET_OAT = "set_outside_temperature"

Definition at line 38 of file const.py.

◆ SERVICE_SET_SB_TEMP

string homeassistant.components.opentherm_gw.const.SERVICE_SET_SB_TEMP = "set_setback_temperature"

Definition at line 39 of file const.py.

◆ THERMOSTAT_DEVICE_DESCRIPTION

homeassistant.components.opentherm_gw.const.THERMOSTAT_DEVICE_DESCRIPTION
Initial value:
1 = OpenThermDeviceDescription(
2  data_source=OpenThermDataSource.THERMOSTAT,
3  device_identifier=OpenThermDeviceIdentifier.THERMOSTAT,
4 )

Definition at line 75 of file const.py.