You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea would be using https://github.com/ssenart/PyGazpar to send a weekly email with a recap of previous week consumption, a comparison with the weeks before and a diff with forecasted consumption. That later could be done with a simple time series model like that - http://www.martindaniel.co/roof/index.html
Questions:
Should I store results in a DB and append incrementally, or re-run whole history each time?
How to send the email? What format?
How does GH action work?
To do:
Email format
Add temperature, indoor and outdoor
Forecast
Move to weekly
Add recipients
Filter only on 7 days
The text was updated successfully, but these errors were encountered:
The idea would be using https://github.com/ssenart/PyGazpar to send a weekly email with a recap of previous week consumption, a comparison with the weeks before and a diff with forecasted consumption. That later could be done with a simple time series model like that - http://www.martindaniel.co/roof/index.html
Questions:
To do:
The text was updated successfully, but these errors were encountered: