homematicip.base.functionalChannels¶
homematicip.base.functionalChannels
¶
AccelerationSensorChannel
¶
AccessAuthorizationChannel
¶
Bases: FunctionalChannel
this represents ACCESS_AUTHORIZATION_CHANNEL channel
pull_latch
¶
Trigger the latch via this access-authorization channel.
Only meaningful for channels with role DOOR_OPENER_ACTUATOR.
See :func:homematicip.commands.functional_channel_commands.pull_latch_async.
AccessControllerChannel
¶
AccessControllerWiredChannel
¶
AlarmSirenChannel
¶
AnalogOutputChannel
¶
AnalogRoomControlChannel
¶
AutoNameEnum
¶
Bases: StrEnum
auto() will generate the name of the attribute as value
from_str
classmethod
¶
this function will create the enum object based on its string value
Args: text(str): the string value of the enum default(AutoNameEnum): a default value if text could not be used Returns: the enum object or None if the text is None or the default value
BlindChannel
¶
Bases: FunctionalChannel
this is the representative of the BLIND_CHANNEL channel
set_shutter_level
¶
sets the shutter level
Args: level(float): the new level of the shutter. 0.0 = open, 1.0 = closed channelIndex(int): the channel to control Returns: the result of the _restCall
set_shutter_stop
¶
stops the current operation Returns: the result of the _restCall
set_slats_level
¶
sets the slats and shutter level
Args: slatsLevel(float): the new level of the slats. 0.0 = open, 1.0 = closed, shutterLevel(float): the new level of the shutter. 0.0 = open, 1.0 = closed, None = use the current value channelIndex(int): the channel to control Returns: the result of the _restCall
CarbonDioxideSensorChannel
¶
ChangeOverChannel
¶
ClimateSensorChannel
¶
CodeProtectedPrimaryActionChannel
¶
Bases: FunctionalChannel
this is the representative of the CODE_PROTECTED_PRIMARY_ACTION_CHANNEL channel (HmIP-WKP)
CodeProtectedSecondaryActionChannel
¶
Bases: FunctionalChannel
this is the representative of the CODE_PROTECTED_SECONDARY_ACTION_CHANNEL channel (HmIP-WKP)
CodeProtectedSingleActionChannel
¶
Bases: FunctionalChannel
this is the representative of the CODE_PROTECTED_SINGLE_ACTION_CHANNEL channel (HmIP-FWI)
ContactInterfaceChannel
¶
DehumidifierDemandChannel
¶
DeviceBaseChannel
¶
DeviceBaseFloorHeatingChannel
¶
Bases: DeviceBaseChannel
this is the representative of the DEVICE_BASE_FLOOR_HEATING channel
set_minimum_floor_heating_valve_position
¶
sets the minimum floot heating valve position
Args: minimumFloorHeatingValvePosition(float): the minimum valve position. must be between 0.0 and 1.0
Returns: the result of the _restCall
DeviceBlockingChannel
¶
DeviceBlockingWithTeachableCodeChannel
¶
Bases: DeviceBlockingChannel
this is the representative of the DEVICE_BLOCKING_WITH_TEACHABLE_CODE channel
DeviceGlobalPumpControlChannel
¶
DeviceIncorrectPositionedChannel
¶
DeviceOperationLockChannel
¶
DeviceOperationLockChannelWithSabotage
¶
Bases: DeviceOperationLockChannel
this is the representation of the DeviceOperationLockChannelWithSabotage channel
DevicePermanentFullRxChannel
¶
DeviceRechargeableWithSabotage
¶
Bases: DeviceSabotageChannel
this is the representative of the DEVICE_RECHARGEABLE_WITH_SABOTAGE channel
DeviceSabotageChannel
¶
DimmerChannel
¶
DoorChannel
¶
DoorLockChannel
¶
Bases: FunctionalChannel
This respresents of the DoorLockChannel
async_set_lock_state
async
¶
sets the door lock state
Args: doorLockState(float): the state of the door. See LockState from base/enums.py pin(string): Pin, if specified. channelIndex(int): the channel to control. Normally the channel from DOOR_LOCK_CHANNEL is used. Returns: the result of the _restCall
set_lock_state
¶
sets the door lock state
Args: doorLockState(float): the state of the door. See LockState from base/enums.py pin(string): Pin, if specified. channelIndex(int): the channel to control. Normally the channel from DOOR_LOCK_CHANNEL is used. Returns: the result of the _restCall
DoorLockProChannel
¶
DoorLockSensorBaseChannel
¶
DoorLockSensorChannel
¶
DoorSwitchChannel
¶
Bases: FunctionalChannel
this is the representative of the DOOR_SWITCH_CHANNEL channel
set_door_lock_active
¶
Hold the door released ("always open") with True, lock it with False.
See :func:homematicip.commands.functional_channel_commands.set_door_lock_active_async.
EnergySensorInterfaceChannel
¶
ExternalBaseChannel
¶
Bases: FunctionalChannel
this represents the EXTERNAL_BASE_CHANNEL function-channel for external devices
ExternalSwitchChannel
¶
ExternalUniversalLightChannel
¶
Bases: FunctionalChannel
this represents the EXTERNAL_UNIVERSAL_LIGHT_CHANNEL function-channel for external devices
FloorTeminalBlockChannel
¶
FloorTerminalBlockLocalPumpChannel
¶
Bases: FunctionalChannel
this is the representative of the FLOOR_TERMINAL_BLOCK_LOCAL_PUMP_CHANNEL channel
FloorTerminalBlockMechanicChannel
¶
Bases: FunctionalChannel
this is the representative of the class FLOOR_TERMINAL_BLOCK_MECHANIC_CHANNEL(FunctionalChannel) channel
FunctionalChannel
¶
Bases: HomeMaticIPObject
this is the base class for the functional channels
GenericInputChannel
¶
HeatDemandChannel
¶
HeatingThermostatChannel
¶
ImpulseOutputChannel
¶
InternalSwitchChannel
¶
LightSensorChannel
¶
MagneticDoorSensorChannel
¶
MainsFailureChannel
¶
MotionDetectionChannel
¶
MultiModeInputBlindChannel
¶
MultiModeInputChannel
¶
MultiModeInputDimmerChannel
¶
MultiModeInputSwitchChannel
¶
MultiModeLockInputChannel
¶
Bases: MultiModeInputChannel
this is the representative of the MULTI_MODE_LOCK_INPUT_CHANNEL channel
NotificationLightChannel
¶
Bases: DimmerChannel, SwitchChannel
this is the representative of the NOTIFICATION_LIGHT_CHANNEL channel
async_set_optical_signal
async
¶
sets the signal type for the leds
Args: opticalSignalBehaviour(OpticalSignalBehaviour): LED signal behaviour rgb(RGBColorState): Color dimLevel(float): usally 1.01. Use set_dim_level instead
Returns: Result of the _restCall
async_set_rgb_dim_level_with_time
async
¶
sets the color and dimlevel of the lamp
Args: channelIndex(int): the channelIndex of the lamp. Use self.topLightChannelIndex or self.bottomLightChannelIndex rgb(RGBColorState): the color of the lamp dimLevel(float): the dimLevel of the lamp. 0.0 = off, 1.0 = MAX onTime(float): rampTime(float): Returns: the result of the _restCall
set_rgb_dim_level
¶
sets the color and dimlevel of the lamp
Args: channelIndex(int): the channelIndex of the lamp. Use self.topLightChannelIndex or self.bottomLightChannelIndex rgb(RGBColorState): the color of the lamp dimLevel(float): the dimLevel of the lamp. 0.0 = off, 1.0 = MAX
Returns: the result of the _restCall
NotificationMp3SoundChannel
¶
Bases: FunctionalChannel
This is the representative of the NOTIFICATION_MP3_SOUND_CHANNEL channel.
This channel is used by combination signalling devices like the HmIP-MP3P which can play MP3 sounds and show optical signals for various alarm conditions.
set_rgb_dim_level_async
async
¶
Set LED color and brightness.
Args: rgb_color_state: The RGB color state from RGBColorState enum: BLACK, BLUE, GREEN, TURQUOISE, RED, PURPLE, YELLOW, WHITE dim_level: The dim/brightness level (0.0 to 1.0). Default 1.0.
set_sound_file_volume_level_async
async
¶
Play specified sound file at given volume.
Args: sound_file: The sound file to play. Possible values: INTERNAL_SOUNDFILE - Built-in system sound SOUNDFILE_001 through SOUNDFILE_252 - User sounds on SD card RANDOM_SOUNDFILE - Random selection DISABLE_ACOUSTIC_SIGNAL - Stop/no sound volume_level: The volume level (0.0 to 1.0). Default 1.0.
OpticalSignalChannel
¶
OpticalSignalGroupChannel
¶
ParticulateMatterSensorChannel
¶
PassageDetectorChannel
¶
PresenceDetectionChannel
¶
RainDetectionChannel
¶
RotaryHandleChannel
¶
RotaryWheelChannel
¶
Bases: FunctionalChannel
this is the representative of the ROTARY_WHEEL_CHANNEL channel.
HmIP-WRCR exposes two ROTARY_WHEEL_CHANNEL instances, one per rotation direction (CLOCK_WISE / COUNTER_CLOCK_WISE).
ShadingChannel
¶
Bases: FunctionalChannel
this is the representative of the SHADING_CHANNEL channel
async_set_shutter_stop
async
¶
stops the current operation Returns: the result of the _restCall
ShutterChannel
¶
Bases: FunctionalChannel
this is the representative of the SHUTTER_CHANNEL channel
async_set_shutter_level
async
¶
sets the shutter level
Args: level(float): the new level of the shutter. 0.0 = open, 1.0 = closed Returns: the result of the _restCall
async_set_shutter_stop
async
¶
stops the current shutter operation
Args: channelIndex(int): the channel to control Returns: the result of the _restCall
ShutterContactChannel
¶
SingleKeyChannel
¶
SmokeDetectorChannel
¶
SoilMoistureSensorInterfaceChannel
¶
Bases: FunctionalChannel
This is the representative of the SOIL_MOISTURE_SENSOR_INTERFACE_CHANNEL channel.
SwitchChannel
¶
SwitchMeasuringChannel
¶
TemperatureDifferenceSensor2Channel
¶
Bases: FunctionalChannel
this is the representative of the TEMPERATURE_SENSOR_2_EXTERNAL_DELTA_CHANNEL channel
TemperatureSensorChannel
¶
TiltVibrationSensorChannel
¶
UniversalActuatorChannel
¶
Bases: FunctionalChannel
this is the representative of the UniversalActuatorChannel UNIVERSAL_ACTUATOR_CHANNEL
UniversalLightChannel
¶
Bases: FunctionalChannel
Represents Universal Light Channel.
UniversalLightChannelGroup
¶
WallMountedThermostatProChannel
¶
Bases: FunctionalChannel
this is the representative of the WALL_MOUNTED_THERMOSTAT_PRO_CHANNEL channel
WallMountedThermostatWithCarbonChannel
¶
Bases: WallMountedThermostatProChannel
this is the representative of the WALL_MOUNTED_THERMOSTAT_WITH_CARBON_DIOXIDE_SENSOR_CHANNEL channel
WallMountedThermostatWithoutDisplayChannel
¶
Bases: ClimateSensorChannel
this is the representative of the WALL_MOUNTED_THERMOSTAT_WITHOUT_DISPLAY_CHANNEL channel
WaterSensorChannel
¶
WateringActuatorChannel
¶
Bases: FunctionalChannel
this is the representative of the WATERING_ACTUATOR_CHANNEL channel
reset_water_volume_async
async
¶
Resets the water volume counter of the specified device.
set_watering_switch_state_async
async
¶
Sets the watering switch state of the specified device.
set_watering_switch_state_with_time_async
async
¶
toggle_watering_state_async
async
¶
Toggles the watering state of the specified device.
WeatherSensorChannel
¶
WeatherSensorPlusChannel
¶
WeatherSensorProChannel
¶
Bases: WeatherSensorPlusChannel
this is the representative of the WEATHER_SENSOR_PRO_CHANNEL channel