Search found 4 matches

by Cisien
Wed Nov 21, 2012 9:40 am
Forum: Meteohub Application
Topic: Request: Custom weather service via plugin script
Replies: 1
Views: 2091

Request: Custom weather service via plugin script

I would like to be able to send data to a local (or remote) web server to be processed and stored independently of meteohub.

Ideally, this would be done through a documented API that I could script around, or specify a URL that meteohub will send a HTTP POST request containing an XML or JSON body ...
by Cisien
Wed Nov 21, 2012 9:36 am
Forum: Meteohub Application
Topic: Request: Log data to SQL
Replies: 3
Views: 3914

Request: Log data to SQL

I would like the option to log data to a remote SQL server instead of (or in addition to) the SD Card.

This would provide an easy way for me to query the data, and to serve a higher volume of requests.

Support for MySql at a minimum, MSSQL and others would be a plus.
by Cisien
Wed Nov 21, 2012 9:28 am
Forum: misc
Topic: Perl plugin for TED-5000 Power and Filtrete 3m50 Thermostat
Replies: 3
Views: 7131

Re: Perl plugin for TED-5000 Power and Filtrete 3m50 Thermos

I don't have a METAR device, but it should be possible using what i've provided as a framework (Download XML/JSON from a web api, parse, output as data, every 60 seconds)
by Cisien
Tue Jul 24, 2012 8:30 am
Forum: misc
Topic: Perl plugin for TED-5000 Power and Filtrete 3m50 Thermostat
Replies: 3
Views: 7131

Perl plugin for TED-5000 Power and Filtrete 3m50 Thermostat

Here's a simple script I wrote up to get the temperature values, and mode from my WiFi-enabled thermostat, and Ted-5000 power meter, it should be very easy to extend to read (and log) other values that these two devices provide.

TED 5000
Filtrete 3m50


change the URIs in the script to point ...