hultenvp / solis-sensor

HomeAssistant integration for the SolisCloud PV Monitoring portal via SolisCloud API
Apache License 2.0
207 stars 42 forks source link

Missing 'On-Grid' Entities #334

Closed HarryFlatter closed 8 months ago

HarryFlatter commented 11 months ago

I believe there are two key grid 'Export' entities missing from the integration.

For 'Import' there are today, month, year and to-date:

sensor.solis_daily_grid_energy_purchased sensor.solis_monthly_grid_energy_purchased sensor.solis_yearly_grid_energy_purchased sensor.solis_total_energy_purchased

For 'Export' there is only today and to-date.

sensor.solis_daily_on_grid_energy sensor.solis_total_on_grid_energy

The missing figures do seem to be available according to the Solis app & web portal.... tempsnip

The same is also true of battery charge and discharge stats.

Foe both Charge & Discharge there only appears to be Today and To-date (Total), but on the Solid Cloud, Month and Year are available for both.

Would it be possible to add these additional entities?

Many thanks