-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
☀⚡🧠Smart(er) Home Battery Charging #102
Comments
Added half hourly forecast to forecast notification. Update #102
Average currently seems high at 0.99kWh. I suspect this would differ if the average was broken down to per day of the week average but this does not seem to be possible right now. Update #102
Total Capacity: 13kwh Target charge: 45% (5.85kwh). 21:00 - Forecast and reporting time. 2:30 - First cheapest rate to charge. 5.5h difference between 21:00 & 2:30 |
Target charge: 45% (5.85kwh). 21:00 - Forecast and reporting time. 3:30 - First cheapest rate to charge. 6.5h difference between 21:00 & 3:30 |
Added emoji support for weather again. Update #102
This will provide the amount of energy left in the battery in seconds. Update #102
This is a force charge of the battery and does not notification. Update #102
A target rate can be manually adjusted and I see this as being changed more frequently compared to below export rate. This will allow periods where it's below export rate but only charge when it is significantly less or delay charging to a more favourable period semi automatically. For example: 1. 14:00-15:00: 14p/kWh 2. 15:00-15:30: 9p/kWh 3. 15:30-16:00: 13p/kWh You can use it to target the 9p/kWh or include 13p but not 14p without having to constantly adjust schedules. I can see these would differ in frequency of usage between summer and winter. i.e Winter will be charging as much from the grid due to lack of sun. Update #102
Added weather to solar forecast data. This will be used in the future for weather compensation solar charging. Removed weather forecast from nightly solar forecast report because it is now retuned in solar forecast data. Update #102
This will be used to modify the solar forecast depending on the weather condition. Update #102
Added minimum solar for first and last generation. This will fix issue where it was less than 0.01 being rounded to 0kWh in the notification. Update #102
…st script. Added debugging messages on weather data to notification. Update #102
Moved octopus charging schedule priority to below target export rate. Update #102
Added solar forecast source to forecast data response. Update #102
This can happen when it cannot find a forecast matching the criteria. Update #102
…ript errors setting the variables it will still work. A temporary workaround until the variables are more stable. Update #102
Added remaining solar using Solcast. Update #102
Added battery charge level to notification. Update #102
Try to prevent it from stopping the check solar script from failing. Update #102
Only applies to Agile tariff if the battery runtime won't make it past peak electricity period. Update #102
Compensation is in place and require fine tuning before implementing. |
Better manage the overnight charging along with Octopus tariff. In my case, Octopus Agile.
In the winter, it was 99% fully charged overnight so very little logic is required to managed the grid charging. As Spring starts, the reliance on the grid charging can be reduced as more solar generation is present.
This enhancement is to better manage the grid charging using cheaper electricity whilst leaving capacity during the day for solar storage.
A few factors it should consider:
The text was updated successfully, but these errors were encountered: