Skip to content

Home Assistant custom component for GCE Eco-Devices

License

Notifications You must be signed in to change notification settings

Aohzan/ecodevices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eco-Devices integration for Home Assistant

GitHub release (with filter) GitHub Donate hacs_badge

This a custom component for Home Assistant. The ecodevices integration allows you to get information from GCE Eco-Devices (/!\ not the RT2).

You will get two sensors by input enabled with all attributes availables.

Installation

HACS

HACS > Integrations > Explore & Add Repositories > GCE Eco-Devices > Install this repository

Manually

Copy the custom_components/ecodevices folder into the config folder.

Configuration

To add ecodevices to your installation, go to Configuration >> Integrations in the UI, click the button with + sign and from the list of integrations select GCE Eco-Devices.

Example

[Energy Dashboard] [Device page] [Options] [Params]

More entities

If you want individual entities for more informations, you can get it from main sensor attributes, for example:

template:
  - sensor:
    - name: "Intensité phase 1"
      unique_id: intensity_phase_1
      unit_of_measurement: "A"
      state: "{{ state_attr('sensor.compteur_linky', 'intensite_now_ph1') | int }}"