Skip to main content

Linky utility to grab your power consumption from ENEDIS

Project description

mylinky

Linky utilites to grab your power consumption from ENEDIS website

InfluxDB

To configure a fresh and simple InfluxDB installation, follow those steps:

Create database

Create database

> CREATE DATABASE linky
> CREATE USER "linky" WITH PASSWORD [REDACTED]
> GRANT ALL ON "linky" TO "linky"

Alter default retention and tune it as you want

Example : 5 years (1825d)

> ALTER RETENTION POLICY "autogen" ON "linky" DURATION 1825d SHARD DURATION 7d DEFAULT

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

mylinky-0.15.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

mylinky-0.15-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

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