springfall2008 / batpred

Home battery prediction and charging automation for Home Assistant, supporting many inverter types
https://springfall2008.github.io/batpred/
113 stars 39 forks source link

Entities not found in PV Forecast vs Actual Chart Template #1330

Closed DarrenJCraddock closed 2 weeks ago

DarrenJCraddock commented 1 month ago

Describe the bug I have created all the charts using the code from charts template and the apexcharts-card. They all appear to be working apart from the PV Forecast vs Actual chart which has the following errors: Entity not available: sensor.givtcp_sa2243g277_pv_power Entity not available: sensor.givtcp_sa2243g277_energy_today_kwh

These look to be hardcoded to a specific inverter. All other graphs seem to be ok, so are there generic sensor names that should be used instead?

DarrenJCraddock commented 1 month ago

I've changed for my specific inverter ID and it now works, but I'm wondering why this only needs to be done for this chart.

gcoan commented 1 month ago

yes they should be changed for your specific inverter id

I'll change the charts to make this clearer

gcoan commented 2 weeks ago

Closed with PR 1377