An open API service indexing awesome lists of open source software.

https://github.com/waveform80/currentcost

A Python-based interface to CurrentCost CC-128 electricity monitors
https://github.com/waveform80/currentcost

Last synced: 7 months ago
JSON representation

A Python-based interface to CurrentCost CC-128 electricity monitors

Awesome Lists containing this project

README

          

.. -*- rst -*-

===========
currentcost
===========

currentcost is a small Python-based suite (daemon and library) for interfacing
with a CurrentCost CC-128 meter. It provides facilities for obtaining the XML
data stream from the meter and converting it to a variety of database formats
(CSV and XML files for loading, or SQLite direct output currently).

The project is written in `Python`_ and is open-sourced under the GPL license.
The `source code`_ can be obtained from GitHub. The `documentation`_ can be
read on ReadTheDocs.

License
=======

Copyright (c) 2013 `Dave Hughes`_
All rights reserved.

.. _Python: http://python.org/
.. _source code: https://github.com/waveform80/currentcost.git
.. _documentation: http://currentcost.readthedocs.org/
.. _Dave Hughes: mailto:dave@waveform.org.uk