0.1.3 • Published 2 years ago

node-red-contrib-met-eireann v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

node-red-contrib-met-eireann

A met-eireann node for Node-RED.

Install

Run npm install from your Node-RED user data directory (e.g. ~/.node-red):

$ npm install node-red-contrib-met-eireann

Usage

The msg.payload contents are:

nameunitdescription
temperatureCelsiusAir temperature 2m above the ground
windDirectionCardinal directionDirection of the wind (e.g. S or NW)
windDirectionDegDegreesDirection of the wind (e.g. 187.7)
windSpeedMeters per secondWind speed
windSpeedBeaufortBeaufort scaleWind speed
globalRadiationWatt per square meter (W/m^2)Solar irradiance
humidityPercentageRelative humidity
pressurehPaPressure
cloudinessPercentageGeneral level of cloudiness
lowCloudsPercentageLow cloud cover
mediumCloudsPercentageMedium cloud cover
highCloudsPercentageHigh cloud cover
dewPointCelsiusDewpoint temperature
rainMillimetersRainfall accumulation
rainProbabilityPercentage?Probability of rainfall

The API is part of Ireland's Open Data Portal.