bemasher / rtlamr

An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
GNU Affero General Public License v3.0
2.21k stars 249 forks source link

Data output to xively.com for graphing #25

Closed codearrangertoo closed 9 years ago

codearrangertoo commented 9 years ago

Feature request:

Push data to xively.com using the meter serial number as the device id to generate graphs.

bemasher commented 9 years ago

This project is ultimately concerned with receiving and outputting messages in a useful format, it is up to the user to handle the data, that includes integration with external services.

sandeen commented 9 years ago

It should be trivial to just wrap a shell script around rtlamr in one-shot mode with csv output, then parse & upload data to xively using curl. Run it every 15 minutes or so in cron, and you're done.