Skip to content

Releases: BottlecapDave/HomeAssistant-OctopusEnergy

v3.0.2

28 Dec 07:33
Compare
Choose a tag to compare

3.0.2 (2021-12-28)

Bug Fixes

  • api-client: Added additional logging for failing to read json response (fa3b33d)
  • sensor: Added more logging around failing to retrieve consumption rate. (dbec7a5)

v3.0.1

23 Dec 15:29
Compare
Choose a tag to compare

3.0.1 (2021-12-23)

Bug Fixes

  • sensor: updated tariff code in sensor setup to be retrieved after it's been setup in the rate coordinator (9caade9)

v3.0.0

22 Dec 17:13
Compare
Choose a tag to compare

3.0.0 (2021-12-22)

Bug Fixes

  • sensor: Removed code for falling back on fixed tariffs if no agreement is found (9a5045b)

Features

  • sensor: Added sensors for accumulative cost of gas for the previous day (42a1408)
  • sensor: Created coordinator for retrieving current reading and created initial electricity consumption cost (4f09269)
  • sensor: removed current consumption sensors due to insufficient data provided by Octopus Energy (0470ff3)
  • sensor: Removed registering of current consumption sensors (d263a68)
  • sensor: Updated previous day consumption to only be valid if enough data points are available (9e71ef2)
  • sensor: Updated previous day cost sensor to include breakdown and standing charges (6618246)
  • updated docs (dff4d16)

BREAKING CHANGES

  • We no longer fall back to fixed rate agreements if an active agreement can't be found. This was
    added by mistake when people were not receiving sensors when they had moved home and therefore an
    inactive house was being picked up. This means that some sensors may disapper, but these should just
    be inactive meters.
  • sensor: Latest consumption sensors are no longer available, which may cause issues anywhere they are used.

v2.0.0

10 Nov 19:33
Compare
Choose a tag to compare

2.0.0 (2021-11-10)

Bug Fixes

  • api-client: fixed get_account to find the first property that hasn't been moved out of (970a7a5)

BREAKING CHANGES

  • api-client: This change could cause the sensors associated with your meters to change, as they may have been
    associated with a property you had moved out of

v1.2.0

30 Oct 13:07
Compare
Choose a tag to compare

1.2.0 (2021-10-30)

Bug Fixes

  • Updated how we determine if we're on an expired fixed tariff (075766f)

Features

  • Updated to move to variable tariffs if a meter's latest agreement was fixed term (37ee143)

v1.1.0

17 Oct 07:50
Compare
Choose a tag to compare

Features

  • Support for duel register tariffs (e.g. where you have different day/night rates)

Bug Fixes

  • Support for account configuration that was setup before the introduction of SMETS1 configuration.

v1.0.1

26 Sep 19:44
Compare
Choose a tag to compare
  • Added additional logging around extracting active agreements and product codes

v1.0.0

18 Sep 12:15
Compare
Choose a tag to compare

This is the first version of the component. See readme for limitations and installation instructions