[DEPRECATED] Free Meteobridge Weather Station 1.0.*

OK, try this:

  1. Log in to your MeteoBridge/WeatherBridge from your (local) web browser
  2. Edit this URL to use your *Bridge IP address, then enter the modified string in your browser (it is a single, long string):
http://ip_of_your_meteobridge_here/cgi-bin/template.cgi?template=%7B%22forecast%22:%7B%22text%22:%22[forecast-text:]%22,%22code%22:[forecast-rule]%7D,%22current%22:%7B%22date%22:%22[M]/[D]/[YY]%22,%22time%22:%22[H]:[mm]:[ss]%20[apm]%22,%22humidity%22:[th0hum-act=.2:null],%22indoorHum%22:[thb0hum-act=.2:null],%22temperature%22:[th0temp-act=F.2:null],%22dewpoint%22:[th0dew-act=F.2:null],%22heatIndex%22:[th0heatindex-act=F.2:null],%22windChill%22:[wind0chill-act=F.2:null],%22indoorTemp%22:[thb0temp-act=F.2:null],%22indoorDew%22:[thb0dew-act=F.2:null],%22highTemp%22:[th0temp-dmax=F.2:null],%22lowTemp%22:[th0temp-dmin=F.2:null],%22rainfall%22:[rain0total-daysum=in.3:null],%22rainLastHour%22:[rain0total-sum1h=in.3:null],%22evapotranspiration%22:[sol0evo-act=in.3:null],%22rainRate%22:[rain0rate-act=in.3:null],%22pressure%22:[thb0seapress-act=inHg.2:null],%22windGust%22:[wind0wind-max10=mph.2:null],%22windAvg%22:[wind0wind-act=mph.2:null],%22windDegrees%22:[wind0dir-act:null],%22windSpeed%22:[wind0wind-act=mph.2:null],%22windDirText%22:%22[wind0dir-act=endir:null]%22,%22pressureTrend%22:%22[thb0seapress-delta1=enbarotrend:N/A]%22,%22dayHours%22:%22[mbsystem-daylength:]%22,%22highHum%22:[th0hum-dmax=.2:null],%22lowHum%22:[th0hum-dmin=.2:null],%22sunrise%22:%22[mbsystem-sunrise:]%22,%22sunset%22:%22[mbsystem-sunset:]%22,%22dayMinutes%22:[mbsystem-daylength=mins.0:null],%22uvIndex%22:[uv0index-act:null],%22solarRadiation%22:[sol0rad-act:null],%22lunarAge%22:[mbsystem-lunarage:],%22lunarPercent%22:[mbsystem-lunarpercent:],%22lunarSegment%22:[mbsystem-lunarsegment:null],%22moonrise%22:%22[mbsystem-moonrise:]%22,%22moonset%22:%22[mbsystem-moonset:]%22,%22isDay%22:[mbsystem-isday=.0],%22isNight%22:[mbsystem-isnight=.0]%7D%7D#

You should get back a JSON report of the relevant data points…note that this operation can take a LONG time (7-10 seconds or so). You might want to add a check to see if the asynchttp() call is getting a timeout…