Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.stiebel_eltron Namespace Reference

Namespaces

 climate
 

Classes

class  StiebelEltronData
 

Functions

bool setup (HomeAssistant hass, ConfigType config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_HUB = "hub"
 
 CONFIG_SCHEMA
 
string DEFAULT_HUB = "modbus_hub"
 
string DOMAIN = "stiebel_eltron"
 
 MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30)
 
string MODBUS_DOMAIN = "modbus"
 

Detailed Description

The component for STIEBEL ELTRON heat pumps with ISGWeb Modbus module.

Function Documentation

◆ setup()

bool homeassistant.components.stiebel_eltron.setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the STIEBEL ELTRON unit.

Will automatically load climate platform.

Definition at line 38 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.stiebel_eltron._LOGGER = logging.getLogger(__name__)
private

Definition at line 33 of file __init__.py.

◆ CONF_HUB

string homeassistant.components.stiebel_eltron.CONF_HUB = "hub"

Definition at line 16 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.stiebel_eltron.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  DOMAIN: vol.Schema(
4  {
5  vol.Optional(CONF_NAME, default=DEVICE_DEFAULT_NAME): cv.string,
6  vol.Optional(CONF_HUB, default=DEFAULT_HUB): cv.string,
7  }
8  )
9  },
10  extra=vol.ALLOW_EXTRA,
11 )

Definition at line 21 of file __init__.py.

◆ DEFAULT_HUB

string homeassistant.components.stiebel_eltron.DEFAULT_HUB = "modbus_hub"

Definition at line 17 of file __init__.py.

◆ DOMAIN

string homeassistant.components.stiebel_eltron.DOMAIN = "stiebel_eltron"

Definition at line 19 of file __init__.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.stiebel_eltron.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30)

Definition at line 35 of file __init__.py.

◆ MODBUS_DOMAIN

string homeassistant.components.stiebel_eltron.MODBUS_DOMAIN = "modbus"

Definition at line 18 of file __init__.py.