Class LOOP2

The newer LOOP2 package used by Rev "B" firmware (dated after April 24, 2002 / v1.90 or above). Older weather stations don't support this package type. The Vantage Pro doesn't support this package at all.

Hierarchy

Properties

altimeter: null | number

The altimeter setting

chill: null | number

The current wind chill

dewpoint: null | number

The calculated dew point

etDay: null | number

Measured evapotranspiration (ET) of the day

graphPointers: GraphPointers

The current graph's pointers

heat: null | number

The measured heat index

humIn: null | number

Current inside humidity in percent

humOut: null | number

Current outside humidity in percent

packageType: LOOP2

The package type (always "LOOP2")

press: null | number

Current pressure

pressAbs: null | number

Absolute barometric pressure. Equals to the raw sensor (pressRaw) reading plus user entered offset (pressUserOffset).

pressCalibrationOffset: null | number

The barometer calibration number

pressRaw: null | number

Barometric sensor raw reading

pressReductionMethod: null | "user offset" | "altimeter setting" | "NOAA bar reduction"

The used barometric reduction method to calculate the ground pressure. There are three different settings:

  • user offset
  • altimeter setting
  • NOAA bar reduction
pressReductionMethodID: null | 0 | 1 | 2

The used barometric reduction method encoded as number. 0 is user offset, 1 is altimeter setting and 2 is NOAA bar reduction.

pressTrend: null | "Falling Rapidly" | "Steady" | "Rising Rapidly" | "Rising Slowly" | "Falling Slowly"

The pressure's trend. There are five possible trends:

  • Falling Rapidly
  • Falling Slowly
  • Steady
  • Rising Slowly
  • Rising Rapidly
pressTrendID: null | 0 | 20 | 60 | -60 | -20

The pressure's trend encoded as number.

  • -60 stands for Falling Rapidly
  • -20 stands for Falling Slowly
  • 0 stands for Steady
  • 20 stands for Rising Slowly
  • 60 stands for Rising Rapidly
pressUserOffset: null | number

The user-entered barometric offset

rain15m: null | number

The amount of rain that has fallen in the recent 15 minutes

rain1h: null | number

The amount of rain that has fallen in the recent hour

rain24h: null | number

The amount of rain that has fallen in the recent 24 hours

rainDay: null | number

The amount of rain that fell today

rainRate: null | number

The current rain rate

solarRadiation: null | number

Currently measured solar radiation

stormRain: null | number

The most recent rainstorm's amount of rain

stormStartDate: null | Date

The most recent rainstorm's start date (without time)

tempIn: null | number

Current inside temperature (the console's temperature)

tempOut: null | number

Current outside temperature

thsw: null | number

The currently measured THSW index. Requires a solar radiation sensor.

time: Date

The time the record was created

uv: null | number

Currently measured UV index

wind: null | number

Currently measured wind speed

windAvg10m: null | number

Average wind speed in the recent ten minutes

windAvg2m: null | number

Average wind speed in the recent two minutes

windDir: null | "NNE" | "NE" | "ENE" | "E" | "ESE" | "SE" | "SSE" | "S" | "SSW" | "SW" | "WSW" | "W" | "WNW" | "NW" | "NNW" | "N"

Currently measured wind direction encoded as string. Possible values are:

  • NNE
  • NE
  • ENE
  • E
  • ESE
  • SE
  • SSE
  • S
  • SSW
  • SW
  • WSW
  • W
  • WNW
  • NW
  • NNW
  • N
windDirDeg: null | number

The wind speed direction in degrees (from 1 to 360). 90° is East, 180° is South, 270°is West and 360° is North.

windGust: null | number

Speed of the heaviest gust in the recent 10 minutes

windGustDir: null | "NNE" | "NE" | "ENE" | "E" | "ESE" | "SE" | "SSE" | "S" | "SSW" | "SW" | "WSW" | "W" | "WNW" | "NW" | "NNW" | "N"

The heaviest wind gust's (windGust) direction encoded as string. Possible values are:

  • NNE
  • NE
  • ENE
  • E
  • ESE
  • SE
  • SSE
  • S
  • SSW
  • SW
  • WSW
  • W
  • WNW
  • NW
  • NNW
  • N
windGustDirDeg: null | number

The heaviest wind gust's (windGust) direction in degrees (from 1 to 360). 90° is East, 180° is South, 270°is West and 360° is North.

Generated using TypeDoc