Files
weewx/pkg/debian/templates
2013-02-03 04:07:47 +00:00

56 lines
2.2 KiB
Plaintext

Template: weewx/location
Type: string
Default: Hood River, Oregon
Description: location of the weather station:
This is a string that describes the location of the weather station, for example 'Hood River, Oregon' or 'Boston, MA'.
Template: weewx/latlon
Type: string
Default: 45.686,-121.566
Description: latitude, longitude of the weather station:
The latitude and longitude should be specified in decimal degrees, with negative values for southern and western hemispheres. For example, '42.385, -71.060'
Template: weewx/altitude
Type: string
Default: 700, foot
Description: altitude of the weather station:
Normally the altitude is downloaded from the station hardware, but not all stations support this. Specify the altitude of the station and the singular form of the unit used for the altitude, for example '700, foot' or '120, meter'
Template: weewx/station_type
Type: select
Choices: Vantage, WMR-USB, WMR-918, FineOffsetUSB, Simulator
Default: Simulator
Description: weather station type:
The weather station hardware type. Specify simulator to run weewx without a weather station.
Template: weewx/vantage_type
Type: select
Choices: serial, ethernet
Default: serial
Description: hardware interface:
If the station is connected by serial, USB, or serial-to-USB adapter, specify serial. Specify ethernet for stations with the WeatherLinkIP interface.
Template: weewx/vantage_port
Type: string
Default: /dev/ttyS0
Description: serial port:
Specify a port for stations with a serial interface, for example /dev/ttyUSB0 or COM1. For ethernet stations leave this blank.
Template: weewx/vantage_host
Type: string
Default: 192.168.0.10
Description: weather station hostname or IP address:
Specify the IP address (e.g. 192.168.0.10) or hostname (e.g. console or console.example.com) for stations with an ethernet interface. For serial stations leave this blank.
Template: weewx/wmr918_port
Type: string
Default: /dev/ttyS0
Description: serial port:
Specify the serial port on which the station is connected, for example /dev/ttyUSB0 or COM1.
Template: weewx/fousb_model
Type: string
Default: WS2080
Description: weather station model:
Specify the station mode, for example WH1080, WS2080, WH3080.