https://github.com/ryanseddon/jemena-powershop
Jemena + powershop = almost realtime total power usage
https://github.com/ryanseddon/jemena-powershop
Last synced: about 2 months ago
JSON representation
Jemena + powershop = almost realtime total power usage
- Host: GitHub
- URL: https://github.com/ryanseddon/jemena-powershop
- Owner: ryanseddon
- Created: 2018-04-27T05:09:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T05:19:48.000Z (about 7 years ago)
- Last Synced: 2025-03-25T01:08:02.750Z (2 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jemena + Powershop = Almost real time total usage
If you live in an area with Jemena power infrastructure you can use this to pull your power
usage stats and your total from Powershop and see what your usage is quicker than powershop
updates your stats.## How to run:
```bash
git clone [email protected]:ryanseddon/jemena-powershop.git
cd jemena-powershop
npm install
JEMENA_USERNAME=[username] JEMENA_PASSWORD=[password] PS_USERNAME=[powershop username] PS_PASSWORD=[powershop password] node src/index.js
```## Example output
```
Powershops latest estimate: 10508.354
New total: 10520.223
```## Limitations
At the moment todays total is always a sum of power used since 12am today.