1.119 ColumbiaWeather-MicroServer

This page describes the device driver and the device window for the Orion Weather station from Columbia Weather Systems Inc. monitored using SNMP via the CWS Micro Server. The driver is intended for monitoring only purpose.

It was tested with model:

Device window pages

The following table shows which device window pages are available with this individual device type. Tool-bar functions not mentioned here are described at the general description of device windows .

Configuration parameters

The Weather Station device needs some configuration parameters as well as the correct settings for the SNMP interface

parameter description
address The SNMP address specification for the device (details below).
wind.hiThreshold Defines the high wind limit in m/s which triggers the high wind speed fault.
temp.hiThreshold Defines the high temperature limit in °Celsius which triggers the high temperature fault.
temp.lothreshold Defines the low temperature limit in °Celsius which triggers the high wind speed fault.

SNMP address specification

The full address consists of the following fields: aaa.bbb.ccc.ddd:pppp read-community write-community

parameter description
aaa.bbb.ccc.ddd The IP address of the device in 'dotted quad' notation. This field is mandatory.
pppp The IP port number where the device accepts SNMP requests. The port number may be omitted, the driver uses the standard port 161 in this case.
read-community The SNMP read community name. This must match the read community expected by the device.
write-community The SNMP write community name. This must match the write community expected by the device. The write community name may be omitted, the driver uses the read community name for both, read and write in this case. If both community names are missing, the driver uses public as a default for read and write community string.

Variables defined by this device driver

name type flags range
info.driver TEXT R/O StringRange R/O
lowLevel.cmd TEXT StringRange
lowLevel.reply TEXT R/O StringRange R/O
faults.99 ALARM R/O AlarmFlagRange R/O (Communication)
faults.commstat TEXT R/O StringRange R/O
info.type TEXT R/O StringRange R/O
info.port TEXT R/O StringRange R/O
info.frame TEXT R/O StringRange R/O
info.serial TEXT R/O StringRange R/O
info.lastSample TEXT R/O StringRange R/O
config.wind.hiThreshold FLOAT SAVE SETUP DoubleRange (0.0 .. 0.0)
config.temp.hiThreshold FLOAT SAVE SETUP DoubleRange (0.0 .. 0.0)
config.temp.loThreshold FLOAT SAVE SETUP DoubleRange (0.0 .. 0.0)
temp FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
temp2 FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
windchill FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
windchill2 FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
heatIndex FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
heatIndex2 FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
dewpoint FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
dewpoint2 FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
speed FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
speed2 FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
direction INTEGER R/O IntegerRange R/O (0 .. 360)
windRose TEXT R/O StringRange R/O
pressure INTEGER R/O IntegerRange R/O (0 .. 0)
pressure2 FLOAT R/O DoubleRange R/O (0.000 .. 0.000)
pressure3 FLOAT R/O DoubleRange R/O (0.00 .. 0.00)
humidity FLOAT R/O DoubleRange R/O (0.0 .. 100.0)
speed.3s.average FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
speed2.3s.average FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
direction.3s.average INTEGER R/O IntegerRange R/O (0 .. 360)
speed.2m.average FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
speed2.2m.average FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
direction.2m.average INTEGER R/O IntegerRange R/O (0 .. 360)
speed.10m.average FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
speed2.10m.average FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
direction.10m.average INTEGER R/O IntegerRange R/O (0 .. 360)
speed.10m.gusts FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
speed2.10m.gusts FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
direction.10m.gusts INTEGER R/O IntegerRange R/O (0 .. 360)
speed.1h.gusts FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
speed2.1h.gusts FLOAT R/O DoubleRange R/O (0.0 .. 0.0)
direction.1h.gusts INTEGER R/O IntegerRange R/O (0 .. 360)
rain.int FLOAT R/O DoubleRange R/O (0.00 .. 0.00)
rain2.int FLOAT R/O DoubleRange R/O (0.000 .. 0.000)
hail.int FLOAT R/O DoubleRange R/O (0.00 .. 0.00)
hail2.int FLOAT R/O DoubleRange R/O (0.000 .. 0.000)
rain.day FLOAT R/O DoubleRange R/O (0.00 .. 0.00)
rain2.day FLOAT R/O DoubleRange R/O (0.000 .. 0.000)
hail.day FLOAT R/O DoubleRange R/O (0.00 .. 0.00)
hail2.day FLOAT R/O DoubleRange R/O (0.000 .. 0.000)
rain.week FLOAT R/O DoubleRange R/O (0.00 .. 0.00)
rain2.week FLOAT R/O DoubleRange R/O (0.000 .. 0.000)
rain.month FLOAT R/O DoubleRange R/O (0.00 .. 0.00)
rain2.month FLOAT R/O DoubleRange R/O (0.000 .. 0.000)
rain.year FLOAT R/O DoubleRange R/O (0.00 .. 0.00)
rain2.year FLOAT R/O DoubleRange R/O (0.000 .. 0.000)
faults.01 ALARM R/O AlarmFlagRange R/O (High Wind Speed)
faults.02 ALARM R/O AlarmFlagRange R/O (Low Temperature)
faults.03 ALARM R/O AlarmFlagRange R/O (High Temperature)