-
Notifications
You must be signed in to change notification settings - Fork 3
Reference Definition elv max
The ELV MAX definition control radiator thermostats from ELV and IQ3. It uses the cube it transfer commands to the thermostats. It is designed to use the elv_max interface with the default codeset for it. All actions are within the customcommands action file, the layout is for large portrait and and landscape devices. Smaller devices will work, but controls will be small.
The main page in large screen and landscape mode. For more details please have a look in the user decription for the definition
This definition has the following capabilities
Capability | Description |
---|---|
Orientation | Landscape and portrait |
Screen Size |
|
Interfaces | elv_max |
This definition uses the following definitionvars:
- "definition_alias_elv_max": default value = "ELV_MAX"
This template defines the following settings:
- $dvar(definition_alias_mediaplayer_template)_INTERFACE_MAIN : The main interface to control the device
- $dvar(definition_alias_mediaplayer_template)_CONFIGNAME_MAIN : The main configuration name to control the device
- $dvar(definition_alias_elv_max)_max_temperature: Maximum Temperature for the Knob
- $dvar(definition_alias_elv_max)_min_temperature: Minimum Temperature for the Knob
- $dvar(definition_alias_mediaplayer_template)_NAVIGATIONBAR : xml block name of the navigation bar
You can import the definition by using the following syntax in your definition.xml
<def_parameter>
<definitionvars>{"definition_alias_elv_max":"ELV_MAX"}</definitionvars>
</def_parameter>
<definitionimports>
<definition
importlanguages ="1"
importpages ="1"
importsettings ="1"
importactions ="1"
alias ="$dvar(definition_alias_elv_max)"
definitionvars ='{"definition_alias_elv_max":"$dvar(definition_alias_elv_max)"}'>elv max</definition>
</definitionimports>
The following elements are defined to use:
Usual there no specific elements of the defintion to use (Use the whole definition)
The following pages are defined:
- Page_Device_$dvar(definition_alias_elv_max)
The following actions are defined:
- Add NavigationBar $dvar(definition_alias_elv_max)
- PageStart Page_Device_$dvar(definition_alias_elv_max)
- OnWidgetChangeRoom_$dvar(definition_alias_elv_max)
- OnWidgetChangeDevice_$dvar(definition_alias_elv_max)
- GetDeviceParameter_$dvar(definition_alias_elv_max)
- SetTemperatureToManual_$dvar(definition_alias_elv_max)
- SetModeToAuto_$dvar(definition_alias_elv_max)
- SetModeToBoost_$dvar(definition_alias_elv_max)
- ClearCache_$dvar(definition_alias_elv_max)
- Set Temperature By Widget $dvar(definition_alias_elv_max)
- Send_Temp_Up_$dvar(definition_alias_elv_max)
- Send_Temp_Down_$dvar(definition_alias_elv_max)
- Send_Select_Temp_$dvar(definition_alias_elv_max)
- Update_Knob_$dvar(definition_alias_elv_max)