Skip to main content

Client for the GRDF ADICT API

Project description

lowatt-grdf

A command-line tool and Python library to access GrDF Addict API, provided by Lowatt.

Licensing

It is published under the terms of the MIT license.

Installation

pip install lowatt-grdf

Command line usage

$ lowatt-grdf --help
Usage: lowatt-grdf [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  declare-acces
  donnees-consos-informatives
  donnees-consos-publiees
  donnees-contractuelles
  donnees-techniques
  droits-acces

Each subcommand implement the related API endpoint and output json that can easily be piped to jq for reading. Also each command will require to supply --client-id and --client-secret, or via corresponding environment variables CLIENT_ID and CLIENT_SECRET. These access are only provided by GRDF.

The droits-acces subcommand has also a --check parameter which will check consent validation:

  • statut_controle_preuve must not be Preuve en attente or Preuve Vérifiée KO
  • etat_droit_acces must be Active

This command is intended to be used at a daily basis in CI or cron, raising an alert in case of error, because it will require a manual correction.

Python library usage

Here is a sample code to access to the donnees-consos-publiees endpoint:

from lowatt_grdf.api import API

client_id = "ID"
client_secret = "SECRET"
pce = "23000000000000"

grdf = API(client_id, client_secret)
for releve in grdf.donnees_consos_publiees(pce, from_date="2021-01-01", to_date="2021-08-23"):
  conso = releve["consommation"]
  print(conso["date_debut_consommation"], conso["date_fin_consommation"], conso["energie"])

Contributions

Contribution are welcome through the Github repository.

Feel free to contact for more info by writing at info@lowatt.fr.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lowatt-grdf-1.7.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

lowatt_grdf-1.7-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file lowatt-grdf-1.7.tar.gz.

File metadata

  • Download URL: lowatt-grdf-1.7.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lowatt-grdf-1.7.tar.gz
Algorithm Hash digest
SHA256 281af5c9390f7069f031da14b9cd9b34c2ed8f3a4dca90eff86afe0272490543
MD5 0ef69980d94e17c677e74c1779d6bcbb
BLAKE2b-256 9ac36213729267eb8c31a325984b21f8bbe77072a0f73b09f7cc0bea09e65651

See more details on using hashes here.

File details

Details for the file lowatt_grdf-1.7-py3-none-any.whl.

File metadata

  • Download URL: lowatt_grdf-1.7-py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lowatt_grdf-1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7307d8abe0d61708879a29459342728775de2bfb2b6ae3664fc8d446a61582e9
MD5 294728a08cfc9b476ab984ce5c940b95
BLAKE2b-256 5a5e55961c78970f49a43ed05a67c4b1a07d1060768b1a03d32cc4e0ae770c52

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page