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.
HACS > Integrations > Explore & Add Repositories > GCE Eco-Devices > Install this repository
Copy the custom_components/ecodevices
folder into the config folder.
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.
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 }}"