This module show your Linky consumption inside home assistant:
It uses https://enedisgateway.tech/ to retrieve linky data.
You can install this custom component using HACS by adding a custom repository.
Copy this repository inside config/custom_components/linky
.
Retrieve you api key and point id from https://enedisgateway.tech/.
Add this to your configuration.yaml
:
sensor:
- platform: linky
api_key: !secret linky.api_key
point_id: !secret linky.point_id
cost: 0.1557 # Cost per kWh
This will create 4 sensors:
- last day kWh
- last day EUR
- current month kWh
- current month EUR