Skip to content

Instantly share code, notes, and snippets.

View davecoutts's full-sized avatar

Dave Coutts davecoutts

View GitHub Profile
@davecoutts
davecoutts / gist:8473870
Last active January 3, 2016 14:09
Collect temperature and battery voltage data from ciseco thermistor temperature sensors and push collected data to Graphite and https://xively.com
import re
import serial
import logging
from time import sleep
import statsd
statsd_client = statsd.StatsClient('localhost', 8125, prefix='ciseco')
import xively
import requests