Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
/ hass-enedis Public archive

Fetch datas from Enedis Gateway

License

Notifications You must be signed in to change notification settings

cyr-ius/hass-enedis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enedis gateway

This a custom component for Home Assistant.

With Enedis, get datas from Enedis Gateway

There is currently support for the following device types within Home Assistant:

HACS hacs_badge

Once HACS is installed,

Click on the 3 dots at the top right

Add custom repositories

Integration : https://github.com/Cyr-ius/hass-enedis

Add install Enedis Open your Home Assistant instance and start setting up a new integration.

Features

  • Supports the consumption and production of Linky meters

  • Supports multiple billing ranges in consumption mode.

  • Possibility of defining the cost of tariffs on the energy produced, consumed, peak hours, off-peak hours.

  • Possibility to add a specific price on a time slot

GitHub release

Configuration

The preferred way to setup the platform is by enabling the discovery component. Add your equipment via the Integration menu

Open your Home Assistant instance and start setting up a new integration.

Within the Options menu:

The ranges must be set from midnight to midnight. (00H00 - 00H00) A range that has the same billing must have the same name so that HA can perform the sum. On each beach, it is necessary to add an hourly rate

Example : My contract stipulates off-peak hours from 01H30 to 08H00 and from 12H30 to 14H30.

The following ranges should be defined:

Peak hours 00H00 01H30 0.12
Off-peak hours 01H00 08H00 0.08
Peak hours 08H00 12:30 0.12
Off-peak hours 12H30 14H00 0.08
Peak hours 14H00 00H00 0.12

image