Metadata-Version: 2.1
Name: mylinky
Version: 0.15
Summary: Linky utility to grab your power consumption from ENEDIS
Home-page: https://github.com/x3n1x/linky
Author: Lionel Molinier
Author-email: lionel@molinier.eu
License: MIT
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
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
