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

Variables

string CONF_CONNECTION_TYPE = "connection_type"
 
string CONF_CONNECTION_TYPE_MODBUS = "modbus"
 
string CONF_CONNECTION_TYPE_NIBEGW = "nibegw"
 
string CONF_LISTENING_PORT = "listening_port"
 
string CONF_MODBUS_UNIT = "modbus_unit"
 
string CONF_MODBUS_URL = "modbus_url"
 
string CONF_REMOTE_READ_PORT = "remote_read_port"
 
string CONF_REMOTE_WRITE_PORT = "remote_write_port"
 
string CONF_WORD_SWAP = "word_swap"
 
string DOMAIN = "nibe_heatpump"
 
 LOGGER = logging.getLogger(__package__)
 
tuple VALUES_COOL_WITH_ROOM_SENSOR_OFF = (0, "OFF")
 
tuple VALUES_MIXING_VALVE_CLOSED_STATE = (30, "CLOSED", "SHUNT CLOSED")
 
tuple VALUES_PRIORITY_COOLING = (60, "COOLING")
 
tuple VALUES_PRIORITY_HEATING = (30, "HEAT")
 
tuple VALUES_PRIORITY_HOT_WATER = (20, "HOT WATER")
 
string VALUES_TEMPORARY_LUX_INACTIVE = "OFF"
 
string VALUES_TEMPORARY_LUX_ONE_TIME_INCREASE = "ONE TIME INCREASE"
 

Detailed Description

Constants for the Nibe Heat Pump integration.

Variable Documentation

◆ CONF_CONNECTION_TYPE

string homeassistant.components.nibe_heatpump.const.CONF_CONNECTION_TYPE = "connection_type"

Definition at line 12 of file const.py.

◆ CONF_CONNECTION_TYPE_MODBUS

string homeassistant.components.nibe_heatpump.const.CONF_CONNECTION_TYPE_MODBUS = "modbus"

Definition at line 14 of file const.py.

◆ CONF_CONNECTION_TYPE_NIBEGW

string homeassistant.components.nibe_heatpump.const.CONF_CONNECTION_TYPE_NIBEGW = "nibegw"

Definition at line 13 of file const.py.

◆ CONF_LISTENING_PORT

string homeassistant.components.nibe_heatpump.const.CONF_LISTENING_PORT = "listening_port"

Definition at line 8 of file const.py.

◆ CONF_MODBUS_UNIT

string homeassistant.components.nibe_heatpump.const.CONF_MODBUS_UNIT = "modbus_unit"

Definition at line 16 of file const.py.

◆ CONF_MODBUS_URL

string homeassistant.components.nibe_heatpump.const.CONF_MODBUS_URL = "modbus_url"

Definition at line 15 of file const.py.

◆ CONF_REMOTE_READ_PORT

string homeassistant.components.nibe_heatpump.const.CONF_REMOTE_READ_PORT = "remote_read_port"

Definition at line 9 of file const.py.

◆ CONF_REMOTE_WRITE_PORT

string homeassistant.components.nibe_heatpump.const.CONF_REMOTE_WRITE_PORT = "remote_write_port"

Definition at line 10 of file const.py.

◆ CONF_WORD_SWAP

string homeassistant.components.nibe_heatpump.const.CONF_WORD_SWAP = "word_swap"

Definition at line 11 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.nibe_heatpump.const.LOGGER = logging.getLogger(__package__)

Definition at line 6 of file const.py.

◆ VALUES_COOL_WITH_ROOM_SENSOR_OFF

tuple homeassistant.components.nibe_heatpump.const.VALUES_COOL_WITH_ROOM_SENSOR_OFF = (0, "OFF")

Definition at line 24 of file const.py.

◆ VALUES_MIXING_VALVE_CLOSED_STATE

tuple homeassistant.components.nibe_heatpump.const.VALUES_MIXING_VALVE_CLOSED_STATE = (30, "CLOSED", "SHUNT CLOSED")

Definition at line 18 of file const.py.

◆ VALUES_PRIORITY_COOLING

tuple homeassistant.components.nibe_heatpump.const.VALUES_PRIORITY_COOLING = (60, "COOLING")

Definition at line 20 of file const.py.

◆ VALUES_PRIORITY_HEATING

tuple homeassistant.components.nibe_heatpump.const.VALUES_PRIORITY_HEATING = (30, "HEAT")

Definition at line 19 of file const.py.

◆ VALUES_PRIORITY_HOT_WATER

tuple homeassistant.components.nibe_heatpump.const.VALUES_PRIORITY_HOT_WATER = (20, "HOT WATER")

Definition at line 21 of file const.py.

◆ VALUES_TEMPORARY_LUX_INACTIVE

string homeassistant.components.nibe_heatpump.const.VALUES_TEMPORARY_LUX_INACTIVE = "OFF"

Definition at line 22 of file const.py.

◆ VALUES_TEMPORARY_LUX_ONE_TIME_INCREASE

string homeassistant.components.nibe_heatpump.const.VALUES_TEMPORARY_LUX_ONE_TIME_INCREASE = "ONE TIME INCREASE"

Definition at line 23 of file const.py.