Skip to content

Releases: jonandel/ha-hildebrandglow-dcc

v1.3.0

11 Sep 16:22
0d27c9a
Compare
Choose a tag to compare

The last release broke things for a couple of folks, as the new code requested config parameters in the Integration setup. However, as they were upgrading from a previous version, the new options were not present, so the Integration failed. See issue #24

There isnt a way to force the setup of an Integration after its initial install, even when upgrading - which would have fixed it for those people...
So this release reverts back to only defining the users credentials at Integration setup - as per previous releases, but includes an 'Integration setup' option to change the polling frequencies (its the cog in the Integration against the Hub). Note: changing polling frequencies was a feature request - but it is recommended to use the defaults (or less frequently) - this is discussed in the Disccussion section of the Repo.

If the new release still causes problems, the only solution is to delete the integration and then re-add it - once its been downloaded/upgraded from HACS, or manually.

I have updated the Readme instractions to that effect, and included the changes in functionality.

v1.2.6

11 Sep 11:36
5665a77
Compare
Choose a tag to compare
v1.2.6 Pre-release
Pre-release

changes to force upgrade users to go through setup again, and not use cached default values (which leads to an error as some are missing)

Setup config changes - inc. data pull frequency

10 Sep 09:55
e7ea44f
Compare
Choose a tag to compare

Added ability to change the DataCoordinator and Tarrif coordinator call frequency. Note: I do not advise decreasing them significantly from the default values, or the API may get overloaded.
Setup also changed, to start first data pulls five seconds after successful Integration setup. This will eliminate the multiple warnings in the HA logs that the setup doesnt wait.

v1.1.5

07 Aug 10:52
cefb066
Compare
Choose a tag to compare

What's Changed

  • Setup robustness

Including a number of debugging aids (including on Integration setup - so read the notes carefully!), as some users were finding devices were not being created initially.
by @jonandel in #15

Full Changelog: v1.1.0...v1.1.5

v1.1.0

22 Jul 10:28
4070f5f
Compare
Choose a tag to compare

Usies new Get DailyData strategy, and various other update tweaks (inc. dependencies).

What's Changed

  • Bump pyglowmarkt from 0.5.5 to 0.5.6 by @dependabot[bot] in #6
  • Bump pylint from 2.17.4 to 3.3.7 by @dependabot[bot] in #4
  • Bump black from 23.9.1 to 25.1.0 by @dependabot[bot] in #5
  • Bump isort from 5.12.0 to 6.0.1 by @dependabot[bot] in #3
  • Bump actions/checkout from 4.1.0 to 4.2.2 by @dependabot[bot] in #2
  • style: format code with Black and isort by @deepsource-autofix[bot] in #1
  • style: format code with Black and isort by @deepsource-autofix[bot] in #11
  • V1.1.0 dailydata strategy by @jonandel in #12

New Contributors

  • @dependabot[bot] made their first contribution in #6
  • @deepsource-autofix[bot] made their first contribution in #1
  • @jonandel made their first contribution in #12

Full Changelog: 1.0.2-beta...v1.1.0

1.0.2-beta

02 Jul 07:24
75f9b04
Compare
Choose a tag to compare

Updated the documentation pointers to exclusively point to this repo, not the original.

v1.0.2-beta

30 Jun 06:56
057934f
Compare
Choose a tag to compare

updated after HACS validation tests

v1.0.1-beta: Update README.md

20 Jun 16:36
9734031
Compare
Choose a tag to compare

minor tweaks to the documentation...

v1.0.0-beta: Update hacs.json

20 Jun 14:04
d50da6e
Compare
Choose a tag to compare

A rewrite of the sensors strategy and update of the Integration to meet HA 2025 guidelines.
Strategy to reduce API impact by lowering the polling frequency.