Releases: TheFes/cheapest-energy-hours
Releases · TheFes/cheapest-energy-hours
V5.5.4
🐛 BUG FIXES
Forgot to change the version number in the code when I released 5.5.3. This release aligns the version on GitHub with the version number in the Jinja file.
📚 DOCUMENTATION
Some typos were corrected by @Hemmeln. Thanks for that!
What's Changed
- Corrected typos in documentation/4-data_output by @Hemmeln in #165
- Bump version number by @TheFes in #167
New Contributors
Full Changelog: v5.5.3...V5.5.4
v5.5.3
🐛 BUG FIXES
- prevent zero division error when first 2 items of the data have the same time due to change from DST.
What's Changed
- Add missing
template
key for Tibber example by @TheFes in #152 - Update README.md for HACS 2.0 by @TheFes in #159
- Prevent zero division due to DST change by @TheFes in #164
Full Changelog: v5.5.2...v5.5.3
v5.5.2
🐛 BUG FIXES
- The output for
mode='all'
in combination withsplit=true
wasn't properly converted to JSON, so it was not possible to convert it back to a list using thefrom_json
filter
📚 DOCUMENTATION
- Added config examples for Amber Electrid, Omie, PVPC and the core Tibber integration
What's Changed
- Add config example for Amber Electric by @dgoodlad in #143
- Add Omie and PVPC to docs by @TheFes in #145
- Add template sensor config for Tibber servcie call by @TheFes in #146
- Fix template sensor for Tibber core integration by @TheFes in #149
- Fix JSON output for split mode all by @TheFes in #151
New Contributors
Full Changelog: v5.5.1...v5.5.2
v5.5.1
🐛 BUG FIXES
- The macro would run into error when the price data was not including the current price, because that is needed for the
extreme_now
mode.
📚 DOCUMENTATION
- The default value for
plot_attr
mentioned in the documentation was incorrect. This has been fixed by @rrooggiieerr
What's Changed
- Fix default value for plot_attr by @rrooggiieerr in #138
- Fix for extreme_now when current price is not included by @TheFes in #141
New Contributors
- @rrooggiieerr made their first contribution in #138
Full Changelog: v5.5.0...v5.5.1
v5.5.0
🌟 IMPROVEMENTS
- Add option to use
'all'
as input for thehours
parameter. Whenhours='all'
is set, all hours between thestart
andend
will be used. This can for example be practical when you want the average price of the whole day, and will avoid issues whenhours=24
and there are only 23 hours in the day because of DST.
🐛 BUG FIXES
- Fix a bug in the
time_key
finder when the data also includes yesterday's prices. - Fix a bug in de
debug
output
What's Changed
- Add
hours='all'
by @TheFes in #135 - Fix
time_key
finder for sensors which have data from yesterday by @TheFes in #136 - Fix
hours='all'
when end is after available data by @TheFes in #137
Full Changelog: v5.4.4...v5.5.0
v5.4.4
Sorry for all the releases today, but I had to squash some bugs :) For completeness I added all the changes in these release notes.
🐛 BUG FIXES
- (v5.4.4) fixed rounding of
estimated_costs
whenprecision
parameter was set. - (v5.4.3) fix a pedmas error which would add a second to the start time
- (v5.4.2) the start time returned by the macro was sometimes in the past when
look_ahead
was set totrue
- (v5.4.2)
look_ahead
wasn't used when a datetime object or datetime string was used as input for thestart
parameter
📚 DOCUMENTATION
- (v5.4.2) added some additional clarification on
look_ahead
in the documentation
What's Changed
Full Changelog: v5.4.3...v5.4.4
v5.4.3
v5.4.2
🐛 BUG FIXES
- the start time returned by the macro was sometimes in the past when
look_ahead
was set totrue
look_ahead
wasn't used when a datetime object or datetime string was used as input for thestart
parameter
📚 DOCUMENTATION
- added some additional clarification on
look_ahead
in the documentation
What's Changed
Full Changelog: v5.4.1...v5.4.2
v5.4.1
v5.4.0
✨ IMPROVEMENTS
- A new mode:
estimated_costs
has been added. This will return the estimated costs for the provided number of hours. It needs the kWh energy usage for that period, which can either be provided using thekwh
parameter, or using theprogram
parameter, which will take it from the energy plots sensor. In case no program is used, it is also possible to provideweight
which will be used in the calculation.
What's Changed
Full Changelog: v5.3.1...v5.4.0