From 4dc21c7c9f8a1bf4e21c5ff2fa656908e2e986b2 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Wed, 27 Nov 2013 14:02:14 +0000 Subject: [PATCH] update hardware table with te923 variants. update te923 configuration options --- docs/usersguide.htm | 107 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 86 insertions(+), 21 deletions(-) diff --git a/docs/usersguide.htm b/docs/usersguide.htm index ab2cf27c..44db9ee7 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -216,7 +216,21 @@ Version: 2.6.0a3 Tested - Hideki + Hideki + TE821 + USB + pyusb + TE9238 + Experimental + + + TE831 + USB + pyusb + TE9238 + Experimental + + TE923 USB pyusb @@ -254,13 +268,27 @@ Version: 2.6.0a3 Experimental - Meade + Meade TE923W USB pyusb TE9238 Experimental + + TE923W-M + USB + pyusb + TE9238 + Experimental + + + TE924W + USB + pyusb + TE9238 + Experimental + Mebus TE923 @@ -388,23 +416,33 @@ Version: 2.6.0a3 FineOffsetUSB5 Tested + + Ventus + W831 + USB + pyusb + TE9238 + Experimental +
    -
  1. Davis "Vantage" series of weather stations, including the - - VantagePro2™ and VantageVue™, - using serial, USB, or - WeatherLinkIP™ connections. Both the "Rev A" (firmware - dated before 22 April 2002) and "Rev B" versions are supported. +
  2. Davis "Vantage" series of weather + stations, including the + VantagePro2™ and + VantageVue™, + using serial, USB, or + WeatherLinkIP™ + connections. Both the "Rev A" (firmware dated before + 22 April 2002) and "Rev B" versions are supported.
  3. -
  4. Oregon Scientific WMR100 series. Tested on the - WMR100N.
  5. -
  6. Oregon Scientific WMR200 series. Tested on the - WMR200. +
  7. Oregon Scientific WMR-100 series. Tested on the + Oregon Scientific WMR100N.
  8. +
  9. Oregon Scientific WMR-200 series. Tested on the + Oregon Scientific WMR200.
  10. Oregon Scientific WMR-918/968 series. Tested on the - Oregon Scientific WMR-968 + Oregon Scientific WMR968.
  11. Fine Offset series. These are branded by many vendors, including Ambient Weather, National Geographic, Watson, @@ -420,7 +458,8 @@ Version: 2.6.0a3 La Crosse C86234.
  12. Hideki TE923. These are branded by many vendors, - including Honeywell, Meade, IROX, Mebus, and TFA. Tested on the + including Honeywell, Meade, IROX, Mebus, Ventus, and TFA. + Tested on the Meade TE923.
@@ -938,14 +977,40 @@ longitude = -77.0366

model

Set to the station model. For example, Meade TE923W or TFA Nexus. Default is "TE923".

-

pressure_offset

-

- The offset, in millibars, that is applied to values from the - station sensor. This offset is applied to the station pressure - before calculating barometer and altimeter sea level pressures. - Only the raw station pressure is recorded to the database, not the - station pressure with offset applied. Default is None. +

sensor_map

+

This option defines the mapping between temperature/humidity values in + the database and the remote sensors. Up to 5 remote sensors are + supported. A switch on each sensor determines which of 5 channels that + sensor will use. For example, if the switch on the sensor is set to 3, + the temperature from that sensor will be t_3 and the humidity from that + sensor will be h_3.

+

The default mapping is: +

+
[[sensor_map]]
+    outTemp =     t_1
+    outHumidity = h_1
+    extraTemp1 =  t_2
+    extraHumid1 = h_2
+    extraTemp2 =  t_3
+    extraHumid2 = h_3
+    extraTemp3 =  t_4
+    extraHumid3 = h_4
+    extraTemp4 =  t_5
+    extraHumid4 = h_5
+

battery_map

+

This option defines the mapping between battery status values in + the database and the remote sensors. The default mapping is: +

+
[[battery_map]]
+    txBatteryStatus =      batteryUV
+    windBatteryStatus =    batteryWind
+    rainBatteryStatus =    batteryRain
+    outTempBatteryStatus = battery1
+    extraBatteryStatus1 =  battery2
+    extraBatteryStatus2 =  battery3
+    extraBatteryStatus3 =  battery4
+    extraBatteryStatus4 =  battery5

[Simulator]

This section is for options relating to the software weather station simulator