Skip to content

Linky Home Assistant Integration

License

Notifications You must be signed in to change notification settings

thomsult/Linky-HASS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linky Home Assistant Integration

This integration allows you to monitor your electricity consumption using the Linky smart meter in Home Assistant. It leverages the API provided by Conso Boris to retrieve consumption data.

Linky Home Assistant Integration is not affiliated with Enedis or the Linky smart meter.

Please note that the data retrieved from the API is typically available one day behind and it's not possible to fetch the current day's data.

Instalation

Copy the contents of the custom_components and www folders into your Home Assistant's config directory.

Configuration

  1. Copy the contents into to your configuration.yaml

    linky:
      api_key: !secret linky.api_key
      point_id: !secret linky.point_id
      email: !secret linky.email
  2. Copy the contents into to your secrets.yaml and complete your credential

    linky.api_key: Your secret Key
    linky.point_id: Your PMR
    linky.email: Your email
  3. Copy the contents in your Home Assistant resources.

    resources:
      - url: /local/linky/linkys-card.js
        type: module
  4. Add the Linky entities to your Lovelace dashboard.

    card:
      type: entities
      entities:
        - entity: sensor.linky_energy
        - entity: sensor.linky_energy_month
      state_color: false
      title: Linky
      footer:
        type: custom:linkys-card
        entity: sensor.linky_energy_hours

Credits

The Linky integration is based on the conso.boris.sh API

License

This project is licensed under the MIT License.