Skip to content
Snippets Groups Projects
user avatar
i-vall authored
68c9cb42
History

Cozy enedis-scraping-connector

Proof of Concept Connector developped by "Métropole de Lyon"

https://gitlab.alpha.grandlyon.com/cozy/enedis-scraping-connector

EN : This konnector retrieves your electricity load profile from enedis client website

FR : Connecteur cozy permettant de récupérer la courbe de charge à partir d'un compte client enedis

What's Cozy?

Cozy Logo

Cozy is a personal data platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.

What is this konnector about ?

This konnector retrieves your electricity load profile from enedis client website

### Install on your cozy stack (using gozy-docker)

docker exec -it cozy bash

cozy-stack konnectors install \
enedis-scraping-connector \
--all-domains \
git://gitlab.alpha.grandlyon.com/cozy/enedis-scraping-connector.git#build

Open a Pull-Request

If you want to work on this konnector and submit code modifications, feel free to open pull-requests! See :

Run and test

Create a konnector-dev-config.json file at the root with your test credentials :

{
  "COZY_URL": "http://cozy.tools:8080",
  "fields": {"login":"zuck.m@rk.fb", "password":"123456"}
}

Then :

yarn
yarn standalone

For running the konnector connected to a Cozy server and more details see konnectors tutorial

Cozy-konnector-libs

This connector uses cozy-konnector-libs. It brings a bunch of helpers to interact with the Cozy server and to fetch data from an online service.

Maintainer

The lead maintainer for this konnector is Métropole de Lyon

Get in touch

You can reach the Cozy Community by:

License

enedis-scraping-connector is developed by Nicolas Pernoud (Métropole de Lyon) and distributed under the AGPL v3 license.