AMX ViewStat User Manual

Page 54

Advertising
background image

Using the NetLinx Module to Program the ViewStat

48

ViewStat Communicating Thermostat

Command Interface - SEND_COMMANDs (Cont.)

Command Description

'T-<stat> FAN?'

Query for current fan state.

Parameter:

• <tstat> : id of thermostat/zone

Example:

'T-2 FAN?'

'T-<tstat> FMODE-<val>'

Set fan mode.

Parameters:

• <tstat> : id of thermostat/zone

• <val> : 0 = let thermostat control the fan

1 = turn fan on

T = toggle fan mode

Example:

'T-12 FMODE-AUTO'

'T-<stat> FMODE?'

Query for current fan mode.

Parameter:

• <tstat> : id of thermostat/zone

Example:

'T-2 FMODE?'

'T-<tstat> HEAT-<val>'

Set heat set point.

Parameters:

• <tstat> : id of thermostat/zone

• <val> :

+ = increase heat set point by one degree

- = decrease heat set point by one degree

38..88 = new heat set point (F)

Examples:

'T-1 HEAT-+'

'T-1 HEAT-68'

'T-<stat> HEAT?'

Query for current heat set point.

Parameter:

• <tstat> : id of thermostat/zone

Example:

'T-4 HEAT?'

'T-<tstat> HMODE-<val>'

Set humidify mode.

Parameters:

• <tstat> : id of thermostat/zone

• <val>:

OFF = disable (no humidity control)

HUMID = enter humidify mode

DEHUM = enter dehumidify mode

AUTO = automatically control humidity based on humidify
and dehumidify set points.

T = toggle humidify mode

Example:

'T-6 HMODE-AUTO'

Advertising