ecodevices_rt2 package
Subpackages
- ecodevices_rt2.binarysensors package
- ecodevices_rt2.climates package
- Submodules
- ecodevices_rt2.climates.climate_x4fp module
Climate_X4FPClimate_X4FP.HA_TO_RT2_STATEClimate_X4FP.RT2_TO_HA_STATEClimate_X4FP.async_set_hvac_mode()Climate_X4FP.async_set_preset_mode()Climate_X4FP.async_turn_off()Climate_X4FP.async_turn_on()Climate_X4FP.availableClimate_X4FP.get_mode()Climate_X4FP.hvac_modeClimate_X4FP.hvac_modesClimate_X4FP.preset_modeClimate_X4FP.preset_modesClimate_X4FP.set_mode()Climate_X4FP.supported_featuresClimate_X4FP.temperature_unit
- Module contents
Climate_X4FPClimate_X4FP.HA_TO_RT2_STATEClimate_X4FP.RT2_TO_HA_STATEClimate_X4FP.async_set_hvac_mode()Climate_X4FP.async_set_preset_mode()Climate_X4FP.async_turn_off()Climate_X4FP.async_turn_on()Climate_X4FP.availableClimate_X4FP.entity_descriptionClimate_X4FP.get_mode()Climate_X4FP.hvac_modeClimate_X4FP.hvac_modesClimate_X4FP.preset_modeClimate_X4FP.preset_modesClimate_X4FP.set_mode()Climate_X4FP.supported_featuresClimate_X4FP.temperature_unit
- ecodevices_rt2.lights package
- Submodules
- ecodevices_rt2.lights.light_api module
- ecodevices_rt2.lights.light_ecodevicesrt2 module
- ecodevices_rt2.lights.light_enocean module
- ecodevices_rt2.lights.light_relay module
- ecodevices_rt2.lights.light_virtualoutput module
- Module contents
- ecodevices_rt2.sensors package
- Submodules
- ecodevices_rt2.sensors.sensor_api module
- ecodevices_rt2.sensors.sensor_counter module
- ecodevices_rt2.sensors.sensor_ecodevicesrt2 module
- ecodevices_rt2.sensors.sensor_enocean module
- ecodevices_rt2.sensors.sensor_post module
- ecodevices_rt2.sensors.sensor_supplierindex module
- ecodevices_rt2.sensors.sensor_toroid module
- ecodevices_rt2.sensors.sensor_xthl module
- Module contents
Sensor_APISensor_CounterSensor_Counter_IndexSensor_Counter_PriceSensor_EcoDevicesRT2Sensor_EnOceanSensor_PostSensor_Post_IndexSensor_Post_IndexDaySensor_Post_InstantSensor_Post_PriceSensor_Post_PriceDaySensor_SupplierIndexSensor_SupplierIndex_IndexSensor_SupplierIndex_PriceSensor_ToroidSensor_Toroid_IndexSensor_Toroid_PriceSensor_XTHLSensor_XTHL_HumSensor_XTHL_LumSensor_XTHL_Temp
- ecodevices_rt2.switches package
- Submodules
- ecodevices_rt2.switches.switch_api module
- ecodevices_rt2.switches.switch_ecodevicesrt2 module
- ecodevices_rt2.switches.switch_enocean module
- ecodevices_rt2.switches.switch_relay module
- ecodevices_rt2.switches.switch_virtualoutput module
- ecodevices_rt2.switches.switch_x4fp module
- Module contents
Submodules
ecodevices_rt2.binary_sensor module
Support for the GCE Ecodevices RT2 controller.
ecodevices_rt2.climate module
Support for the GCE Ecodevices RT2 controller.
ecodevices_rt2.config_flow module
Config flow to configure the GCE Ecodevices RT2 integration.
ecodevices_rt2.const module
Constants for the GCE Ecodevices RT2 component.
ecodevices_rt2.device_ecodevicesrt2 module
- class ecodevices_rt2.device_ecodevicesrt2.EcoDevicesRT2Device(device_config: dict, ecort2: EcoDevicesRT2, coordinator: DataUpdateCoordinator, suffix_name: str = '')[source]
Bases:
CoordinatorEntityRepresentation of a GCE Ecodevices RT2 generic device entity.
- property device_class
Return the device class.
- property icon
Icon to use in the frontend, if any.
- property unit_of_measurement
Return the unit of measurement.
ecodevices_rt2.light module
Support for the GCE Ecodevices RT2 controller.
ecodevices_rt2.sensor module
Support for the GCE Ecodevices RT2. Based on work of @Mati24 – https://github.com/Aohzan/ecodevices
ecodevices_rt2.switch module
Support for the GCE Ecodevices RT2 controller.
Module contents
Support for the GCE Ecodevices RT2.
- async ecodevices_rt2.async_setup(hass: HomeAssistant, config: ConfigType) bool[source]
Set up the GCE Ecodevices RT2 from config file.
- async ecodevices_rt2.async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) bool[source]
Set up the GCE Ecodevices RT2.
- async ecodevices_rt2.async_unload_entry(hass: HomeAssistant, entry: ConfigEntry) bool[source]
Unload a config entry.