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
- Host: GitHub
- URL: https://github.com/waveform80/currentcost
- Owner: waveform80
- License: gpl-3.0
- Created: 2013-07-28T00:27:30.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-28T00:29:43.000Z (almost 13 years ago)
- Last Synced: 2025-05-20T17:15:04.600Z (about 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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