What's Changed
- Fix decimal precision for unit_load_cost and unit_prod_price sensors by @scruysberghs in #591
- Fix for pytz.exceptions.NonExistentTimeError with Open Meteo weather source during DST change by @paulhomes in #592
- Reduce severity of logged Open Meteo forecast_days minimum override message by @paulhomes in #593
- Add InfluxDB integration for enhanced historical data retrieval by @scruysberghs in #586
- Improvements to timezone handling and testing, use ISO8601 date format, fixes to pass linting checks by @Crosenhain in #594
- Update forecast.py to align CSV data with prediction window by @nielskool in #598
- Resolve time zone handling issues across daylight savings changes by @Squazel in #601
- Fix InfluxDB future data query and use_influxdb parameter type by @scruysberghs in #608
- Added SSL feature for InfluxDB by @sokorn in #604
- Fix timestamp exception by @Jahper in #609
- Feature/export influxdb to csv by @scruysberghs in #600
- Document forecast data formats and usage examples by @scruysberghs in #603
- Added a new unittest to test the csv generation feature from influxdb… by @davidusb-geek in #614
New Contributors
- @Squazel made their first contribution in #601
- @sokorn made their first contribution in #604
- @Jahper made their first contribution in #609
Full Changelog: v0.13.5...v0.14.0