MLRadioThermostat
Contents |
About
The MLRadioThermostat Plugin is used to control multiple RadioThermostat style thermostats connected via a network connection.
Installation
MLRadioThermostat.dll
Plugin that communicates with the RadioThermostat thermostats.
With MLServer shutdown, run the MLRadioThermostat_Plugin_Setup.exe. This will install MLRadioThermostat plugin to the MLServer Plugins directory. It is recommended to accept all installation defaults.
Settings
Configure the network IP address and alias for each of your thermostats. Click on the Add button and enter in the IP address of your thermostat and its friendly alias.
MLServeCmds
HeatSetpoint
{MLServeCmd}Script Usage
MLRadioThermostat|TStat~HeatSetpoint~Value
| Parameters | ||
| TStat | = | The Thermostat's ID or Alias |
| Value | = | The desired temp or Inc, Dec |
(Literal)
MLRadioThermostat|1~HeatSetpoint~78
MLRadioThermostat|1~HeatSetpoint~Inc
MLRadioThermostat|1~HeatSetpoint~Dec
Description
Sets the Heat Setpoint to the desired value or Increments/Decrements by 1 degree.
CoolSetpoint
{MLServeCmd}Script Usage
MLRadioThermostat|TStat~CoolSetpoint~Value
| Parameters | ||
| TStat | = | The Thermostat's ID or Alias |
| Value | = | The desired temp or Inc, Dec |
(Literal)
MLRadioThermostat|1~CoolSetpoint~78
MLRadioThermostat|1~CoolSetpoint~Inc
MLRadioThermostat|1~CollSetpoint~Dec
Description
Sets the Cool Setpoint to the desired value or Increments/Decrements by 1 degree.
Mode
{MLServeCmd}Script Usage
MLRadioThermostat|TStat~Mode~Value
| Parameters | ||
| TStat | = | The Thermostat's ID or Alias |
| Value | = | The desired thermostat mode (Auto,Cool,Heat,Off) |
(Literal)
MLRadioThermostat|1~Mode~Auto
Description
Sets the Thermostat's HVAC operating mode.
Fan
{MLServeCmd}Script Usage
MLRadioThermostat|TStat~Fan~Value
| Parameters | ||
| TStat | = | The Thermostat's ID or Alias |
| Value | = | The desired thermostat fan mode (Auto,On) |
(Literal)
MLRadioThermostat|1~Fan~Auto
Description
Sets the Thermostat's fan mode.
Hold
{MLServeCmd}Script Usage
MLRadioThermostat|TStat~Hold~Value
| Parameters | ||
| TStat | = | The Thermostat's ID or Alias |
| Value | = | The desired hold state (Off,On) |
(Literal)
MLRadioThermostat|1~Hold~On
Description
Sets the Thermostat's hold state.
MLServer Variables
All the Server Variables for this plugin begin with the prefix Climate_TSTat#_