Skip to content
Charlie Martin edited this page Nov 24, 2015 · 3 revisions

Meteobridge is the internet appliance used by Charlie's wx station to capture data from the AccuRite sensor and relay it to other services. It has the capability of sending http messages. See Push Services and [Templates] (http://www.meteobridge.com/wiki/index.php/Templates)

A typical URL specification is:

http://name.chordsrt.com/measurement?time=[YYYY]:[MM]:[DD]T[hh]:[mm]:[ss],wind=[wind0wind-act],tdry=[th0temp-act],dewpt=[th0dew-act],rainrate=[rain0rate-act],raintotal=[rain0total-act],key=xxxx

which produces:

GET /measurement?time=2015:05:08T15:02:43,wind=2.3,tdry=5.0,dewpt=4.9,rainrate=0.0,raintotal=0.0 HTTP/1.1
User-Agent: meteobridge
Accept: */*
Host: 192.168.0.43:3000
Connection: Keep-Alive
Clone this wiki locally