Add 3 phases
jorka57 opened this issue · 1 comments
jorka57 commented
Hello,
Could You add this entities :
- intensity per phase
- HP / HC
Thanks You
Aohzan commented
Hello, you have them in main entity attributes, you can create separated entities with template sensor, example:
- platform: template
sensors:
intensity_phase_1:
unique_id: intensity_phase_1
friendly_name: "Intensité phase 1"
unit_of_measurement: "Wh"
value_template: "{{ state_attr('sensor.compteur_linky', 'intensite_now_ph1') | int }}"