Page 1 of 1

Is there a list of mbsystem-stationnum available?

Posted: Mon Nov 22, 2021 3:39 pm
by briis
There are template variables called mbsystem-station and mbsystem-stationnum. The first one gives me the Manufacturer/Type of the attached weather station. The stationnum, then gives a number, that I assume is the specific station model, like 5 equals Vue.

If this is a correct assumption, is there anywhere I can get a complete list of the station numbers and their associated station models?

Re: Is there a list of mbsystem-stationnum available?

Posted: Mon Nov 22, 2021 6:59 pm
by admin
Not all supported by Meteobridge (RFXCOM, LABJACK, ISSDIRECT, OAK, Temper, KELO), but it should give you a mapping.

Code: Select all

WMR928     0               // wmr 928
RFXCOM     1               // rfxcom
WMR100     2               // wmr 100
WMR200     3               // wmr 200
MEBUS      4               // mebus TE923
VANTAGE    5               // davis vantage
WH1080     6               // wh-1080
WMRS200    7               // wmrs 200
RMS300     8               // rms 300
PLUGIN     9               // individual plug-in
PEETBROS   10              // Peet Bros weather stationi 2400 Baud
SYSTEM     11              // system data
RAINWISE   12              // RainWise weather station
WS300      13              // WS300 weather station
WS444      14              // WS444 weather station
WS550      15              // WS550 weather station
WS300B     16              // WS300 PC2 weather station
WS500      17              // WS500 weather station
WS777      18              // WS777 weather station
WS888      19              // WS888 weather station
WS550TEC   20              // WS550 Technolineweather station
WS550LCUS  21              // WS550 LaCrosse US weather station
WS550US    22              // WS550 US station
WS300PCUS  23              // WS300PC US weather station
WS550LC2   24              // WS550 LaCrosse 2 weather station
LJU3HV     25              // LabJack U3-HV station
LJU3LV     26              // LabJack U3-LV station
PEETBROSFAST       27       // Peet Bros weather station 19200 Baud
WS2300     28              // LaCrosse WS2300
EM1010     29              // ELV EM1010 Energy Control
EM1000     30              // ELV EM1000 Energy Control
CC128      31              // Current Cost Energy Monitor Envi 128
WDE1       32              // ELV USB WDE1
A850       33              // ADCON A850
MWS95      34              // MWS95
ISSDIRECT  35              // CABLED VANTAGE ISS DIRECT
OAKTH      36              // OAK TH sensor
OAKP       37              // OAK Pressure sensor
OAKLUX     38              // OAK Lux sensor
OAKDIST    39              // OAK distance sensor
TEMPER     40              // Temper device
WS600      41              // Lufft WS600
SL814      42              // SL-814 USB sound level meter
RFXTRX     43              // rfxcom RFXTRX
ACURITE    44              // Acurite 1025
ENVOY8X    45              // Envoy8x
ACULINK    46              // Aculink
WDC7000    47              // WDC 7000
TEMPERHID  48              // Temper HID device
VANTAGERF  49              // Meteostick Vantage 
WS1000RF   50              // Meteostick WS1000
OBSERVERIP 51              // Ambient Weather Observer IP
WH2308     52              // Ambient Weather next gen
CC3000     53              // Rainwise CC-3000
WMR300     54              // Oregon WMR300
KELLO      55              // Kello USB receiver
THIES      56              // Thies Clima Sensor US
WMR89      57              // Oregon WMR-89
WFLOW      58              // Weatherflow station
VENTUS     59              // Lufft VENTUS V200
RS500      60              // ELV Room Climate Logger
OBSERVERIP2        61      // Fine Offset GW1000
WLL        62              // Davis Weather Link Live
W835       63              // Ventus W835
GILL       64              // GILL Maximet
AIRLINK    65              // Davis AIRLINK
PURPLEAIR  66              // PurpleAir
LUFTDATEN  67              // Luftdaten
URADMONITOR        68      // uRADMonitor
WS980      69              // ELV WS980

Re: Is there a list of mbsystem-stationnum available?

Posted: Tue Nov 23, 2021 5:28 am
by briis
Perfect. Thanks