Skip to content

Releases: BottlecapDave/HomeAssistant-OctopusEnergy

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?

v10.3.0

15 Apr 07:46
Compare
Choose a tag to compare

10.3.0 (2024-04-15)

Bug Fixes

  • Fixed account setup descriptions to be clearer (4107fb7)
  • Fixed peak/off peak cost calculations during BST time period (11d5a9f)
  • Fixed peak/offpeak consumption/cost sensors going into negative on energy dashboard (c167f39)
  • Fixed rate min/max/average calculations during BST (fdccc5b)
  • Increased minimum required version of home assistant (e662659)
  • Updated electricity rates to not update initially until dispatch rates have been retrieved if on intelligent tariff (756535e)

Features

  • Added duration in minutes to saving sessions (35d17dc)
  • Added redeemable points attribute that determines how many points can be converted into account credit (9d1233d)
  • Added service for redeeming octoplus points for account credit (0390a33)

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

v10.2.1

07 Apr 06:10
Compare
Choose a tag to compare

10.2.1 (2024-04-07)

Bug Fixes

  • Fixed logging issue with cost trackers (cfdd927)
  • Fixed target rate sensor picking times an hour before/after requested timeframe - timezone issue (3651780)

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

v10.2.0

06 Apr 13:17
Compare
Choose a tag to compare

10.2.0 (2024-04-06)

Bug Fixes

  • Added missing account id information for previous accumulative gas consumption sensor (6bd6387)
  • Fixed issue when consumption data from Octopus Home Mini is not defined but demand data is (d51647c)
  • Fixed missing account id for repair message relating to octopus mini not being available. (fa5650f)

Features

  • Added attribute to previous consumption sensors to indicate the latest available data via the API (cd735c6)
  • Added cost tracker for weekly and monthly accumulations (01c3733)
  • Added sensor for next greenness forecast (0708271)
  • Added service for adjusting specified dates within cost tracker accumulative sensors (e.g. week and month) (26a9462)
  • Added service for adjusting standard daily cost tracker (1378e47)
  • Added service for resetting a cost tracker back to zero. (d28d63b)
  • Added support for multiple different accounts (c15b4af)
  • Updated cost tracker config to be updatable (c24db54)

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

v10.1.4

22 Feb 17:37
Compare
Choose a tag to compare

10.1.4 (2024-02-22)

Bug Fixes

  • Fixed issue when dispatch source is not defined to count as smart charge (0af23b9)
  • Fixed issue when dispatching sensor would not stay on during full half hour when planned dispatch is active (e64c694)
  • Fixed issue where start/end times could be incorrect on next/previous rate sensors (c431dac)
  • Fixed issue with calculating current rates for intelligent based tariffs (6efcfc0)

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

v10.1.2

18 Feb 05:45
Compare
Choose a tag to compare

10.1.2 (2024-02-18)

Bug Fixes

  • Automatically removed devices associated with old meters (e6905d0)
  • Fixed dispatching sensor incorrectly turning on when bump charges are activated (b37e4b1)
  • Fixed issue where client is not cleaned up correctly on restart (deac67b)
  • Fixed issue with cost trackers when old state is unavailable/unknown (599613b)

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

v10.1.1

17 Feb 08:15
Compare
Choose a tag to compare

10.1.1 (2024-02-17)

Bug Fixes

  • Fixed icon for update cost tracker service (e1d048a)
  • Fixed issue when rates were not adjusted for dispatches that started or ended part way through a rate (fb3e3f2)
  • Fixed issue where previous cost is calculated incorrectly when on restart and on intelligent tariff and dispatches have not been retrieved (406f2c8)
  • Fixed issue where tariff attribute on entities would be old tariff when switched over (a328fec)
  • Fixed issue with cost tracker when used with total_increasing entities that reset (6759317)
  • Fixed previous consumption cost not adapting when tariff changes (2ec461e)
  • Updated saving sessions to ignore octopus test events (9488a37)

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

v10.1.0

10 Feb 06:11
Compare
Choose a tag to compare

10.1.0 (2024-02-10)

Bug Fixes

  • Fixed charge limit sensor to behave like the app around accepted values (c42a619)
  • fixed issue with override costs getting stuck (1b93638)
  • Fixed issue with rate sensors not updating properly when intelligent dispatches update short notice (f1623e5)
  • Fixed issue with refreshing previous consumption and database lagged behind processing (fbe9896)

Features

  • Add icons for services - Thanks @andrew-codechimp (0ef0a7c)
  • Added greenness forecast support (872711e)
  • Updated dispatching sensor to include current start/end and next start/end attributes (e2ed003)
  • Updated off peak sensor to include current start/end and next start/end times as attributes (8da4679)

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

Multi-Account Support Beta 2

10 Feb 08:07
Compare
Choose a tag to compare
Pre-release

Includes releases from