InventoCasa / ha-advanced-blueprints

Advanced Blueprints combined with pyscript for extra useful automations
139 stars 33 forks source link

Adds Support for Export Limited PV systems #48

Open madeinoz67 opened 6 months ago

madeinoz67 commented 6 months ago

Uses forecast.solar integration

example: I'm limited to 1500W export limit on my 15KW system, so at the most I can ever export on my 15KW system is 1500w, as such, I never get over the control thresholds to charge my Tesla and will always sit on the lowest amps

Implementing the estimation of PV generation available right now using the forecast.solar integration allows full potential of control a seen in the screenshot that shows working implementation of this PR, morning is export limited, while when I enabled you can see full tracking occurring at full output that the PVs are generating for the time of day

image

closes #47