https://github.com/tomtaylor/currentcost
Python script for logging a Current Cost CC128 to CSV
https://github.com/tomtaylor/currentcost
currentcost energy-monitor
Last synced: over 1 year ago
JSON representation
Python script for logging a Current Cost CC128 to CSV
- Host: GitHub
- URL: https://github.com/tomtaylor/currentcost
- Owner: tomtaylor
- License: mit
- Created: 2016-10-30T08:20:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T05:36:09.000Z (about 9 years ago)
- Last Synced: 2025-02-09T22:45:32.571Z (over 1 year ago)
- Topics: currentcost, energy-monitor
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# currentcost
A really simple Python script to dump a Current Cost CC128 energy meter connected over USB serial to a timestamped CSV log.
Produces a never ending CSV file that looks like:
```
2017-04-28T16:32:31Z,379
2017-04-28T16:32:37Z,371
2017-04-28T16:32:43Z,369
2017-04-28T16:32:49Z,381
2017-04-28T16:32:55Z,377
```