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 |
Platform to control a Zehnder ComfoAir Q350/450/600 ventilation unit.
| None homeassistant.components.comfoconnect.sensor.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.comfoconnect.sensor.ATTR_AIR_FLOW_EXHAUST = "air_flow_exhaust" |
| string homeassistant.components.comfoconnect.sensor.ATTR_AIR_FLOW_SUPPLY = "air_flow_supply" |
| string homeassistant.components.comfoconnect.sensor.ATTR_BYPASS_STATE = "bypass_state" |
| string homeassistant.components.comfoconnect.sensor.ATTR_CURRENT_HUMIDITY = "current_humidity" |
| string homeassistant.components.comfoconnect.sensor.ATTR_CURRENT_RMOT = "current_rmot" |
| string homeassistant.components.comfoconnect.sensor.ATTR_CURRENT_TEMPERATURE = "current_temperature" |
| string homeassistant.components.comfoconnect.sensor.ATTR_DAYS_TO_REPLACE_FILTER = "days_to_replace_filter" |
| string homeassistant.components.comfoconnect.sensor.ATTR_EXHAUST_FAN_DUTY = "exhaust_fan_duty" |
| string homeassistant.components.comfoconnect.sensor.ATTR_EXHAUST_FAN_SPEED = "exhaust_fan_speed" |
| string homeassistant.components.comfoconnect.sensor.ATTR_EXHAUST_HUMIDITY = "exhaust_humidity" |
| string homeassistant.components.comfoconnect.sensor.ATTR_EXHAUST_TEMPERATURE = "exhaust_temperature" |
| string homeassistant.components.comfoconnect.sensor.ATTR_OUTSIDE_HUMIDITY = "outside_humidity" |
| string homeassistant.components.comfoconnect.sensor.ATTR_OUTSIDE_TEMPERATURE = "outside_temperature" |
| string homeassistant.components.comfoconnect.sensor.ATTR_POWER_CURRENT = "power_usage" |
| string homeassistant.components.comfoconnect.sensor.ATTR_POWER_TOTAL = "power_total" |
| string homeassistant.components.comfoconnect.sensor.ATTR_PREHEATER_POWER_CURRENT = "preheater_power_usage" |
| string homeassistant.components.comfoconnect.sensor.ATTR_PREHEATER_POWER_TOTAL = "preheater_power_total" |
| string homeassistant.components.comfoconnect.sensor.ATTR_SUPPLY_FAN_DUTY = "supply_fan_duty" |
| string homeassistant.components.comfoconnect.sensor.ATTR_SUPPLY_FAN_SPEED = "supply_fan_speed" |
| string homeassistant.components.comfoconnect.sensor.ATTR_SUPPLY_HUMIDITY = "supply_humidity" |
| string homeassistant.components.comfoconnect.sensor.ATTR_SUPPLY_TEMPERATURE = "supply_temperature" |
| homeassistant.components.comfoconnect.sensor.PLATFORM_SCHEMA |