blumzi / ASCOM.VantagePro

An ASCOM ObservingConditions driver for VantagePro stations by Davis Systems.
GNU General Public License v3.0
4 stars 2 forks source link

# ASCOM VantagePro2 driver

This is a general-purpose ASCOM ObservingConditions driver for weather stations, with special support for the VantagePro stations.

It evolved from being dedicated to the VantagePro2 stations (by Davis Systems Inc.) to handling home made stations created by amateurs.

The VantagePro2 weather station is usually serviced by the vendor-supplied WeatherLink software (Windows), no ASCOM driver is supplied. This driver bridges the gap.

Operational modes

The driver can access various data sources, selectable via the Operational Mode in the driver's Setup window

outsideTemp=25.5
outsideHumidity=59
barometer=1006.5
windSpeed=38.6
windDir=328
rainRate=0.0
outsideDewPt=16.9
utcTime= 4:03p
utcDate=06/23/19
stationName=My Very Own Station
stationModel=_My Very Own Model

NOTES: -- The bold words are keywords, the must appear exactly as presented above

In this mode the WeatherLink software cannot be used, as it will no longer get access to the serial port.

ObservingConditions properties

The driver exposes the following ASCOM ObservingConditions properties (if the data source provides the respective keyword):

PropertyKeywordUnits
DewPointoutsideDewPtcentigrades
HumidityoutsideHumiditypercents
PressurebarometerhPa
RainRaterainRatezero or more :)
TemperatureoutsideTempcentigrades
WindSpeedwindSpeedmeters/second
WindDirectionwindDirdegrees (zero when WindSpeed == 0)
TimeSinceLastUpdateseconds

Supported actions

The driver supports the following actions:

Assets