BREAKING CHANGE:
Changed storage interval in influxdb to reduce the data and removed raw bucket. Create a new solaredgenew bucket in your InfluxDB. Use [reduce.flux](https://raw.githubusercontent.com/DerOetzi/solaredge2mqtt/main/solaredge2mqtt/flux/reduce.flux) script do convert your existing data
What's Changed
* Introduced prices for calculation of savings and earnings by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/21
* Add calculation for earnings and savings to influxdb by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/22
* Read savings and earning from influxdb and write it to mqtt by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/23
* Fix week values for Monday to sunday by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/24
* Read Forecast from InfluxDB to get realistic values for the past by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/25
* Replace forecast.solar with internal machine learning by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/26
* Bump pandas from 2.2.0 to 2.2.1 by dependabot in https://github.com/DerOetzi/solaredge2mqtt/pull/28
* Cleanup and better pylinting by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/29
* Stabilize monitoring timeout by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/30
* Performance optimization by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/33
* New interval reduce interval of influxdb data to one hour by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/34
* Fix energy values are wrong by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/35
* Delete current and last hour by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/36
* New interval by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/37
* Preparation for next release with new own forecast by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/38
* Fix formatting in README.md by DerOetzi in https://github.com/DerOetzi/solaredge2mqtt/pull/39
**Full Changelog**: https://github.com/DerOetzi/solaredge2mqtt/compare/v0.10.0...v0.20.0