Skip to content

Releases: TheFes/cheapest-energy-hours

v3.0.4

21 Oct 18:00
a4dcd1e
Compare
Choose a tag to compare

✨ IMPROVEMENTS

  • datetime outputs are now converted to local time

What's Changed

  • Convert datetimes to local time by @TheFes in #54

Full Changelog: v3.0.3...v3.0.4

v3.0.3

18 Oct 20:41
f49adfc
Compare
Choose a tag to compare

🐛 BUG FIXES

  • Fixed a stupid bug (missing comma) introduced in the previous version.

Previous change logs for those who missed them

v3.0.2

✨ IMPROVEMENTS

  • The error messages now include the incorrect input which causes the error
  • Parameters for plot_sensor and plot_attr are added in case another sensor is used for the data plots.

v3.0.1

🐛 BUG FIXES

  • There was a misplaced endif in the macro, which caused templates to be rendered which should not.
    This was causing error messages which should have been caught earlier.

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

18 Oct 18:42
8614c35
Compare
Choose a tag to compare

✨ IMPROVEMENTS

  • The error messages now include the incorrect input which causes the error
  • Parameters for plot_sensor and plot_attr are added in case another sensor is used for the data plots.

🐛 BUG FIXES

  • v3.0.1 fixes an issue where the error messages were not displayed, but instead a generic jinja message was shown. As I released that just half an hour ago, it is mentioned here as well :)

What's Changed

  • 🌟 Improve error messages and add parameters by @TheFes in #52

Full Changelog: v3.0.1...v3.0.2

v3.0.1

18 Oct 18:12
e9cb887
Compare
Choose a tag to compare

🐛 BUG FIXES
There was a misplaced endif in the macro, which caused templates to be rendered which should not.
This was causing error messages which should have been caught earlier.

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

05 Oct 14:33
58e1717
Compare
Choose a tag to compare

🚨 BREAKING

  • The template no longer checks if data plots are complete. I've amended the template sensor so it will create a temporary plot while it's running, so the complete plots are not overwritten while a new plot is created. As the plots not marked as incomplete are per definition complete, there is no need to check on that. There is also no longer a complete key to check on in the new data plots. It might be wise to check if there are incomplete plots in the sensor, and remove them.
  • The data plot sensor is not automatically updated through HACS, you need to do that manually!

🌟 NEW

  • The template now also works with energy providers with dynamic prices which update more than once per hour.
  • It is now possible to remove data plots from the sensor.

✨ IMPROVEMENTS

  • More error messages are added
  • Checks on correct input for the parameters which expect a boolean are added (including error messages if not)

🐛 BUG FIXES

  • Version 2.1.0 introduces a whitespace issue, where the output would have some additional whitespace. This meant you could not convert it to a datetime without using trim first. This is fixed now.

What's Changed

Full Changelog: v2.1.0...v3.0.0

v2.1.0

03 Oct 20:26
5acf452
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

22 Sep 18:33
5497c94
Compare
Choose a tag to compare

What's Changed

  • 🐛 Bugfixes by @TheFes in #38
    • Fix bug which caused errors when no mode was provided
    • Fix bug which caused errors when mode split was used and the sensor provided datetime strings

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Sep 14:09
6d4afcc
Compare
Choose a tag to compare

🌟 NEW FEATURE 🌟

This update brings a new output mode to the macro: split
You can see what it does here

What's Changed

Full Changelog: v1.9.0...v2.0.0

v1.9.0

20 Jul 15:00
e7730af
Compare
Choose a tag to compare

What's Changed

Included:

  • Added error handling for incorrect program input (which was added in v1.8.0)
  • Added value_on_error setting to provide a value to be outputted in case there is an error

Full Changelog: v1.8.0...v1.9.0

v1.8.0

20 Jul 09:12
a015df7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...v1.8.0