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" |
Constants for the Nibe Heat Pump integration.
| string homeassistant.components.nibe_heatpump.const.CONF_CONNECTION_TYPE = "connection_type" |
| string homeassistant.components.nibe_heatpump.const.CONF_CONNECTION_TYPE_MODBUS = "modbus" |
| string homeassistant.components.nibe_heatpump.const.CONF_CONNECTION_TYPE_NIBEGW = "nibegw" |
| string homeassistant.components.nibe_heatpump.const.CONF_LISTENING_PORT = "listening_port" |
| string homeassistant.components.nibe_heatpump.const.CONF_MODBUS_UNIT = "modbus_unit" |
| string homeassistant.components.nibe_heatpump.const.CONF_MODBUS_URL = "modbus_url" |
| string homeassistant.components.nibe_heatpump.const.CONF_REMOTE_READ_PORT = "remote_read_port" |
| string homeassistant.components.nibe_heatpump.const.CONF_REMOTE_WRITE_PORT = "remote_write_port" |
| string homeassistant.components.nibe_heatpump.const.CONF_WORD_SWAP = "word_swap" |
| string homeassistant.components.nibe_heatpump.const.DOMAIN = "nibe_heatpump" |
| homeassistant.components.nibe_heatpump.const.LOGGER = logging.getLogger(__package__) |
| tuple homeassistant.components.nibe_heatpump.const.VALUES_COOL_WITH_ROOM_SENSOR_OFF = (0, "OFF") |
| tuple homeassistant.components.nibe_heatpump.const.VALUES_MIXING_VALVE_CLOSED_STATE = (30, "CLOSED", "SHUNT CLOSED") |
| tuple homeassistant.components.nibe_heatpump.const.VALUES_PRIORITY_COOLING = (60, "COOLING") |
| tuple homeassistant.components.nibe_heatpump.const.VALUES_PRIORITY_HEATING = (30, "HEAT") |
| tuple homeassistant.components.nibe_heatpump.const.VALUES_PRIORITY_HOT_WATER = (20, "HOT WATER") |
| string homeassistant.components.nibe_heatpump.const.VALUES_TEMPORARY_LUX_INACTIVE = "OFF" |