Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyprieng/linky-home-assistant
Retrieve Linky consumption in home assistant
https://github.com/cyprieng/linky-home-assistant
home-assistant home-automation
Last synced: 16 days ago
JSON representation
Retrieve Linky consumption in home assistant
- Host: GitHub
- URL: https://github.com/cyprieng/linky-home-assistant
- Owner: cyprieng
- Created: 2020-10-26T20:58:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T08:12:42.000Z (about 3 years ago)
- Last Synced: 2023-03-30T15:38:23.848Z (over 1 year ago)
- Topics: home-assistant, home-automation
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linky home assistant
This module show your Linky consumption inside home assistant:
![Linky home assistant](https://user-images.githubusercontent.com/2521188/99240519-e4df1880-27fc-11eb-9a73-ab39de649f9e.png)It uses [https://enedisgateway.tech/](https://enedisgateway.tech/) to retrieve linky data.
## Install
### HACS (recommended)
You can install this custom component using [HACS](https://hacs.xyz/) by adding a custom repository.
### Manual install
Copy this repository inside `config/custom_components/linky`.
## Configuration
Retrieve you api key and point id from [https://enedisgateway.tech/](https://enedisgateway.tech/).
Add this to your `configuration.yaml`:
```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