erikarenhill / solaredge-modbus-hass

A custom platform component/sensor for reading SolarEdge Modbus TCP into Home Assistant https://home-assistant.io/
94 stars 31 forks source link

Feature request: support for energy module in 2021.8.0 #34

Open membersound opened 3 years ago

membersound commented 3 years ago

Is it possible to add the following sensor attributes for support the new energy integration that will come in HA version 2021.8.0? https://developers.home-assistant.io/blog/2021/05/25/sensor_attributes/

When I look for my solaredge sensors in the new 2021.8.0 energy monitoring, they are not listed and refers to: https://developers.home-assistant.io/docs/core/entity/sensor#long-term-statistics

x-real-ip commented 3 years ago

+1

LukePrior commented 3 years ago

This would be a really great addition.

LukePrior commented 3 years ago

This seems to have it: https://github.com/binsentsu/home-assistant-solaredge-modbus

marschallphilipp commented 2 years ago

+1

erikarenhill commented 2 years ago

Hi all, sorry for late reply but it's not a problem using this component with energy-dashboard either. Just add a utility meter:

utility_meter:
  solar_production_daily:
    source: sensor.solaredge_lifetime_production
    cycle: daily

I will look into adding the state_class to use the sensors directly

kostasyrtariotis commented 2 years ago

Hi, may I ask how to use the Solaredge SE WYE meter readings for consumption within the energy dashboard?