Skip to content

Releases: BottlecapDave/HomeAssistant-OctopusEnergy

v11.2.0

16 Jun 06:14
Compare
Choose a tag to compare

11.2.0 (2024-06-16)

Bug Fixes

  • Add threshold for cost tracker to allow tradcked total_increasing sensor to decrease slightly without treating it as a reset (30 minutes dev) (0de0bb3)

Features

  • Added experimental support for Octopus Home Pro (3 hours dev time) (2560b6b)
  • Added sensors for displaying current total consumption (40 minutes dev) (dbb2b5d)
  • Updated intelligent charge limit to be an input box rather than slider (778f197)

Minimum HA Version: 2024.5.0


Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?

Intelligent API changes Beta 02

18 Jun 05:58
Compare
Choose a tag to compare
Pre-release

This release includes everything in https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/releases/tag/intelligent-api-changes-beta-01 as well as

  • fix: Fixed retrieving intelligent settings (15 minutes dev time)

To use this beta, follow the FAQ and select the version intelligent-api-changes-beta-02

Intelligent API changes Beta 01

16 Jun 07:09
Compare
Choose a tag to compare
Pre-release

This release includes everything in v11.2.0 as well as the updates outlined in #853 which includes

  • fix: Migrated planned and completed dispatches request to use new fields (5 minutes dev time)
  • fix: Migrated retrieving intelligent device to new endpoint (1 hour dev time)
  • fix: Migrated retrieving intelligent settings to new endpoints (1 hour dev time)

If you are on intelligent, it would be good if you could try the beta and report any issues in the linked discussion thread. If everything goes well, you should see no difference when using the integration.

v11.1.1

12 Jun 18:09
Compare
Choose a tag to compare

11.1.1 (2024-06-12)

Bug Fixes

  • Fixed support for duel rate tariff that doesn't conform to normal structure (30 minutes dev work) (3951db9)

Minimum HA Version: 2024.5.0


Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?

v11.1.0

10 Jun 17:41
Compare
Choose a tag to compare

11.1.0 (2024-06-10)

Bug Fixes

  • Added some additional checks around cost tracker attributes (79d339c)
  • Fixed spin wheel of fortune service (42a0f65)
  • Made tariff rate unique calculations more resilient to incomplete rate information (3b8ce91)

Features

  • Added ability to compare multiple tariff which supersedes current overrides (4 hours dev time) (effba64)
  • Added repair notice for when API key has become invalid (1 hour dev time) (6a49f60)
  • Added repair notice if rates change to a state where new entities become available or existing entities are no longer applicable (1 hour dev time) (e207c23)
  • Added support for business tariffs (5 hours dev time) (804cd9d)

Minimum HA Version: 2024.5.0


Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?

v11.0.2

18 May 10:58
Compare
Choose a tag to compare

11.0.2 (2024-05-18)

Bug Fixes

  • Reverted requirement for target sensor to have target hours above zero (30 minutes dev) (0098efa)

Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?

v11.0.1

18 May 06:11
Compare
Choose a tag to compare

11.0.1 (2024-05-18)

Bug Fixes

  • Fixed export suffix for electricity meter device (1 minute dev) (7c7d999)
  • Fixed issue where old target rates are present when config is updated (45 minutes dev) (6aeada6)
  • Fixed issue where start, end and offset could not be unset for target rate config (15 minutes dev) (cb170af)
  • Fixed refreshing gas consumption data service (15 minutes dev) (fbe3f46)
  • Fixed target rate sensor not being able to set zero hours (20 minutes dev) (022f30d)

Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?

v11.0.0

16 May 17:29
Compare
Choose a tag to compare

11.0.0 (2024-05-12)

Bug Fixes

  • Accounted when intelligent device can come back with null data from OE (53db610)
  • Fixed issue when str error reported if config of target rate sensor fails first time (c5cfd83)
  • Fixed issue with dispatching sensor if rate is off peak from now until the end of the available rate data (c583b8b)
  • fixed tariff override data having rate value in pounds and pence for consistency (48f832a)
  • Fixed updating cost tracker config (c934614)
  • Fixed warning for deprecated EventType reference (e8786df)
  • Limited backoff logic to 30 minutes between attempts so it doesn't increase forever (f2de64d)
  • Updated attributes and events to have datetimes in local time (UTC in winter, BST in summer) (19ac60f)
  • Updated minimum Home Assistant version to 2024.5.0

Features

  • Added ability to configure optional minimum/maximum rates for target rate sensors (95ac448)
  • Added support for applying weightings to target rate slots (80bbb52)
  • Added support for tracking 3 rate tariffs (e.g. Cosy) via separate sensors (40d21d1)
  • Added the ability to delete devices manually (404d2e9)
  • updated the default names of various sensors to be more useful in areas of HA when space is limited (870c917)

BREAKING CHANGES

  • If you are relying on the previous default names of sensors then you will need to update your
    sensors manually. Only the visual default name of the sensors have changed; the entity ids will
    remain the same and therefore will not effect any automatmations. If you have manually changed the
    names of the sensors, this should not effect you.
  • For 3 rate tariffs (e.g. Cosy), the peak based sensors will no longer track consumption/cost for both peak and standard rates. There is now a third sensor (standard) which tracks the middle rate. In addition, if you are on a tariff that doesn't have off peak, standard or peak rates, the current off peak/peak based sensors will no longer be provided by the integration.
  • If you were relying on datetime based sensor attributes or event properties being in UTC, you will
    need to adapt accordingly
  • If you were using tariff override rate information, you may need to adjust your use due to changes
    in how value is reported

Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?

v11.0.0-beta1

27 Apr 05:51
Compare
Choose a tag to compare
v11.0.0-beta1 Pre-release
Pre-release

The next release has a few breaking changes, so wanted to get some more eyes on it before I release it to the masses. The main areas of focus are

  • All attributes now display timestamps in local time. This will hopefully avoid any confusion during the BST months
  • Refactored how off peak/peak sensors work to now better support 3 rate tariffs (e.g. Cosy) with an additional split between peak and standard rates and any future tariffs that may have 3 unique rates.
  • Updates the default names to better support areas of HA with limited space.

The full release notes are below

Bug Fixes

  • fixed tariff override data having rate value in pounds and pence for consistency (48f832a (48f832a))
  • Fixed updating cost tracker config (c934614 (c934614))
  • Updated attributes and events to have datetimes in local time (UTC in winter, BST in summer) (19ac60f (19ac60f))

Features

  • Added ability to configure optional minimum/maximum rates for target rate sensors (95ac448 (95ac448))
  • Added support for tracking 3 rate tariffs (e.g. Cosy) via separate sensors (40d21d1 (40d21d1))
  • updated the default names of various sensors to be more useful in areas of HA when space is limited (870c917 (870c917))

BREAKING CHANGES

  • If you are relying on the previous default names of sensors then you will need to update your
    sensors manually. Only the visual default name of the sensors have changed; the entity ids will
    remain the same and therefore will not effect any automatmations. If you have manually changed the
    names of the sensors, this should not effect you.
  • For 3 rate tariffs (e.g. Cosy), the peak based sensors will no longer track consumption/cost for both peak and standard rates. There is now a third sensor (standard) which tracks the
    middle rate. In addition, if you are on a tariff that doesn't have off peak, standard or peak rates, the current off peak/peak based sensors will no longer be provided by the integration.
  • If you were relying on datetime based sensor attributes or event properties being in UTC, you will
    need to adapt accordingly
  • If you were using tariff override rate information, you may need to adjust your use due to changes
    in how value is reported

v10.3.1

20 Apr 08:30
Compare
Choose a tag to compare

10.3.1 (2024-04-20)

Bug Fixes

  • Removed excessive logging that did not adhere to log settings (cb27d6d)

Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?