Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 930 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 930 Bytes

Linky home assistant

This module show your Linky consumption inside home assistant: Linky home assistant

It uses https://enedisgateway.tech/ to retrieve linky data.

Install

HACS (recommended)

You can install this custom component using HACS 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/.

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