https://github.com/giwi/warp10-web-linky
Sample Linky data app and lib
https://github.com/giwi/warp10-web-linky
linky
Last synced: 3 months ago
JSON representation
Sample Linky data app and lib
- Host: GitHub
- URL: https://github.com/giwi/warp10-web-linky
- Owner: Giwi
- Created: 2019-05-22T21:21:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:27:16.000Z (over 2 years ago)
- Last Synced: 2023-04-01T07:27:43.203Z (about 2 years ago)
- Topics: linky
- Language: JavaScript
- Homepage:
- Size: 122 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Linky data app and lib
This app aims to collect your data from the Enedis customer web site and push them to a [Warp 10™](http://www.warp10.io)
instance.## Features
- WebSite
- bulk data fetch and push from Enedis to Warp 10™
- Consumption history (day / month / year)
- Load duration curve
- Month consumption spectrum
- Daily cron to keep data up to date## Install
$ yarn install
## Configuration$ cp src/conf-template.json src/conf.json
Don't forget to edit this file with YOUR parameters.
## Run
$ yarn start
Go to http://127.0.0.1:3000.
## Cron command$ node src/cron.js
## RoadMap
- Enedis data connect implementation
- More data viz and analysis