Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hbldh/kwhack
A power consumption tracker using a Raspberry Pi and a LDR
https://github.com/hbldh/kwhack
consumption-tracker electricity-consumption ldr ldr-sensor raspberry-pi
Last synced: 30 days ago
JSON representation
A power consumption tracker using a Raspberry Pi and a LDR
- Host: GitHub
- URL: https://github.com/hbldh/kwhack
- Owner: hbldh
- License: mit
- Created: 2018-03-05T07:21:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T20:29:53.000Z (almost 7 years ago)
- Last Synced: 2024-10-16T08:48:42.256Z (3 months ago)
- Topics: consumption-tracker, electricity-consumption, ldr, ldr-sensor, raspberry-pi
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kWhack
Etymology: *Kilowatt hour acknowledgment* or *kWh hack*.
A simple power consumption tracker running on a Raspberry Pi
and using a simple LDR rig connected to the GPIO pins.**This is a very much a project in development. Do not expect it to be
functional without a lot of work...**## Installation
```bash
$ pip install git+https://github.com/hbldh/kwhack#egg=kwhack
```
## Usage1. Build this [LDR rig](https://pimylifeup.com/raspberry-pi-light-sensor/).
2. Connect to Raspberry Pi, and attach the LDR to the
blinking light on the power central.
3. Create a MongoDB server and store the URI as environment
variable `MONGODB_URI` on the Raspberry Pi.
4. Run `f47-server` and `f47-client`.