Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.comfoconnect.sensor Namespace Reference

Classes

class  ComfoConnectSensor
 
class  ComfoconnectSensorEntityDescription
 

Functions

None setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_AIR_FLOW_EXHAUST = "air_flow_exhaust"
 
string ATTR_AIR_FLOW_SUPPLY = "air_flow_supply"
 
string ATTR_BYPASS_STATE = "bypass_state"
 
string ATTR_CURRENT_HUMIDITY = "current_humidity"
 
string ATTR_CURRENT_RMOT = "current_rmot"
 
string ATTR_CURRENT_TEMPERATURE = "current_temperature"
 
string ATTR_DAYS_TO_REPLACE_FILTER = "days_to_replace_filter"
 
string ATTR_EXHAUST_FAN_DUTY = "exhaust_fan_duty"
 
string ATTR_EXHAUST_FAN_SPEED = "exhaust_fan_speed"
 
string ATTR_EXHAUST_HUMIDITY = "exhaust_humidity"
 
string ATTR_EXHAUST_TEMPERATURE = "exhaust_temperature"
 
string ATTR_OUTSIDE_HUMIDITY = "outside_humidity"
 
string ATTR_OUTSIDE_TEMPERATURE = "outside_temperature"
 
string ATTR_POWER_CURRENT = "power_usage"
 
string ATTR_POWER_TOTAL = "power_total"
 
string ATTR_PREHEATER_POWER_CURRENT = "preheater_power_usage"
 
string ATTR_PREHEATER_POWER_TOTAL = "preheater_power_total"
 
string ATTR_SUPPLY_FAN_DUTY = "supply_fan_duty"
 
string ATTR_SUPPLY_FAN_SPEED = "supply_fan_speed"
 
string ATTR_SUPPLY_HUMIDITY = "supply_humidity"
 
string ATTR_SUPPLY_TEMPERATURE = "supply_temperature"
 
 PLATFORM_SCHEMA
 
tuple SENSOR_TYPES
 

Detailed Description

Platform to control a Zehnder ComfoAir Q350/450/600 ventilation unit.

Function Documentation

◆ setup_platform()

None homeassistant.components.comfoconnect.sensor.setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the ComfoConnect sensor platform.

Definition at line 275 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.comfoconnect.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 80 of file sensor.py.

◆ ATTR_AIR_FLOW_EXHAUST

string homeassistant.components.comfoconnect.sensor.ATTR_AIR_FLOW_EXHAUST = "air_flow_exhaust"

Definition at line 58 of file sensor.py.

◆ ATTR_AIR_FLOW_SUPPLY

string homeassistant.components.comfoconnect.sensor.ATTR_AIR_FLOW_SUPPLY = "air_flow_supply"

Definition at line 59 of file sensor.py.

◆ ATTR_BYPASS_STATE

string homeassistant.components.comfoconnect.sensor.ATTR_BYPASS_STATE = "bypass_state"

Definition at line 60 of file sensor.py.

◆ ATTR_CURRENT_HUMIDITY

string homeassistant.components.comfoconnect.sensor.ATTR_CURRENT_HUMIDITY = "current_humidity"

Definition at line 61 of file sensor.py.

◆ ATTR_CURRENT_RMOT

string homeassistant.components.comfoconnect.sensor.ATTR_CURRENT_RMOT = "current_rmot"

Definition at line 62 of file sensor.py.

◆ ATTR_CURRENT_TEMPERATURE

string homeassistant.components.comfoconnect.sensor.ATTR_CURRENT_TEMPERATURE = "current_temperature"

Definition at line 63 of file sensor.py.

◆ ATTR_DAYS_TO_REPLACE_FILTER

string homeassistant.components.comfoconnect.sensor.ATTR_DAYS_TO_REPLACE_FILTER = "days_to_replace_filter"

Definition at line 64 of file sensor.py.

◆ ATTR_EXHAUST_FAN_DUTY

string homeassistant.components.comfoconnect.sensor.ATTR_EXHAUST_FAN_DUTY = "exhaust_fan_duty"

Definition at line 65 of file sensor.py.

◆ ATTR_EXHAUST_FAN_SPEED

string homeassistant.components.comfoconnect.sensor.ATTR_EXHAUST_FAN_SPEED = "exhaust_fan_speed"

Definition at line 66 of file sensor.py.

◆ ATTR_EXHAUST_HUMIDITY

string homeassistant.components.comfoconnect.sensor.ATTR_EXHAUST_HUMIDITY = "exhaust_humidity"

Definition at line 67 of file sensor.py.

◆ ATTR_EXHAUST_TEMPERATURE

string homeassistant.components.comfoconnect.sensor.ATTR_EXHAUST_TEMPERATURE = "exhaust_temperature"

Definition at line 68 of file sensor.py.

◆ ATTR_OUTSIDE_HUMIDITY

string homeassistant.components.comfoconnect.sensor.ATTR_OUTSIDE_HUMIDITY = "outside_humidity"

Definition at line 69 of file sensor.py.

◆ ATTR_OUTSIDE_TEMPERATURE

string homeassistant.components.comfoconnect.sensor.ATTR_OUTSIDE_TEMPERATURE = "outside_temperature"

Definition at line 70 of file sensor.py.

◆ ATTR_POWER_CURRENT

string homeassistant.components.comfoconnect.sensor.ATTR_POWER_CURRENT = "power_usage"

Definition at line 71 of file sensor.py.

◆ ATTR_POWER_TOTAL

string homeassistant.components.comfoconnect.sensor.ATTR_POWER_TOTAL = "power_total"

Definition at line 72 of file sensor.py.

◆ ATTR_PREHEATER_POWER_CURRENT

string homeassistant.components.comfoconnect.sensor.ATTR_PREHEATER_POWER_CURRENT = "preheater_power_usage"

Definition at line 73 of file sensor.py.

◆ ATTR_PREHEATER_POWER_TOTAL

string homeassistant.components.comfoconnect.sensor.ATTR_PREHEATER_POWER_TOTAL = "preheater_power_total"

Definition at line 74 of file sensor.py.

◆ ATTR_SUPPLY_FAN_DUTY

string homeassistant.components.comfoconnect.sensor.ATTR_SUPPLY_FAN_DUTY = "supply_fan_duty"

Definition at line 75 of file sensor.py.

◆ ATTR_SUPPLY_FAN_SPEED

string homeassistant.components.comfoconnect.sensor.ATTR_SUPPLY_FAN_SPEED = "supply_fan_speed"

Definition at line 76 of file sensor.py.

◆ ATTR_SUPPLY_HUMIDITY

string homeassistant.components.comfoconnect.sensor.ATTR_SUPPLY_HUMIDITY = "supply_humidity"

Definition at line 77 of file sensor.py.

◆ ATTR_SUPPLY_TEMPERATURE

string homeassistant.components.comfoconnect.sensor.ATTR_SUPPLY_TEMPERATURE = "supply_temperature"

Definition at line 78 of file sensor.py.

◆ PLATFORM_SCHEMA

homeassistant.components.comfoconnect.sensor.PLATFORM_SCHEMA
Initial value:
1 = SENSOR_PLATFORM_SCHEMA.extend(
2  {
3  vol.Optional(CONF_RESOURCES, default=[]): vol.All(
4  cv.ensure_list, [vol.In([desc.key for desc in SENSOR_TYPES])]
5  )
6  }
7 )

Definition at line 266 of file sensor.py.

◆ SENSOR_TYPES

tuple homeassistant.components.comfoconnect.sensor.SENSOR_TYPES

Definition at line 91 of file sensor.py.