Skip to content

Releases: BottlecapDave/HomeAssistant-OctopusEnergy

v4.1.0

22 Mar 19:49
Compare
Choose a tag to compare

4.1.0 (2022-03-22)

Features

  • sensor: added info logs to indicate why sensors aren't added (cc3fbeb)

v4.0.0

07 Mar 20:05
Compare
Choose a tag to compare

4.0.0 (2022-03-07)

Bug Fixes

  • Fixed support for meters that both import and export electricity (Thanks @696GrocuttT) (1391dc8)

Features

  • config: Updated selecting target meters for target sensors to be more user friendly (b1dc00f)
  • sensor: Added tariff code to electricity and gas consumption sensors (a728652)
  • sensor: Updated electricity sensors to include is_export attribute (d35967e)
  • sensor: updated gas sensors to include mprn in name (af528ef)
  • sensor: Updated previous gas consumption to display kwh and m3 values in attributes (745c51f)

BREAKING CHANGES

  • sensor: This has been updated for consistency with the electricity sensor changes
  • Unfortunately in order to support import/exports, electricity sensors now include both the mpan and serial number in their name. This means you will need to update any automations or dashboards that rely on these sensors.

v3.1.0

15 Jan 07:46
Compare
Choose a tag to compare

3.1.0 (2022-01-15)

Bug Fixes

  • sensors: Fixed current gas rate period to be for the day (7a62150)

Features

  • sensor: added current gas rate sensor (ecfe774)

v3.0.4

01 Jan 19:43
Compare
Choose a tag to compare

3.0.4 (2022-01-01)

Bug Fixes

  • sensor: Updated consumption to not require 48 entries (9bd6790)
  • sensor: Updated sensors to not require 48 entries for consumption (15fd45c)

v3.0.3

01 Jan 09:43
Compare
Choose a tag to compare

3.0.3 (2022-01-01)

Bug Fixes

  • api-client: fixed retrieving rates for agile and go tariffs (9a12ac5)
  • api-client: updated to treat server errors as not receiving any data (c111463)

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)