Skip to content

peterniebert/linky-home-assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Retrieve Linky consumption in home assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%