Releases: BottlecapDave/HomeAssistant-OctopusEnergy
v17.0.0-beta.1
17.0.0-beta.1 (2025-09-21)
blueprints
Bug Fixes
- Fixed repair issues to obfuscate PII information from the key (1.5 hours dev time) (13d2f42)
- Updated heat pump water heater to use valid state to represent 'on' (30 minutes dev time) (ae0b73d)
- Updated minimum hacs version to 2025.1 (fa77457)
- Updated minimum hacs version to 2025.1 (#1465) (39b9032)
Features
- Added attribute to dispatch entity to determine if manual refreshing of dispatches is enabled (10 minutes dev time) (6f4d5e4)
- Added repair notice when no rates are retrievable (1.5 hours dev time) (1dca50b)
- Added support for multiple EVs (6 hours 5 minutes dev time) (1c2c3a9)
- Updated off peak sensor to come on when intelligent devices are dispatching (30 minutes dev time) (18e3eca)
- Updated raised errors for heat pump and intelligent controls to be more user friendly (2 hours dev time) (e60ce63)
BREAKING CHANGES
- off_peak entity will now turn on during standard off peak rates as well as ad hoc scheduled
dispatches when on intelligent tariff. This is because the naming and behaviour was confusing (off
peak not turning on when in an ad-hoc off peak period). See
https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/blob/beta/_docs/architecture_decision_records/0002_intelligent_is_dispatching_behaviour_changes.md
for full details. - Intelligent device related entity ids have been changed from including the account id to including the device id. This is to support multiple EVs as well as other future intelligent devices OE might want to add in the future (e.g. Snug)
- is_dispatching entity will now only show when the car is within a scheduled dispatching period. It will no longer turn on when within the standard off peak period. This is because the naming and behaviour was confusing with the name (on when it's not dispatching) and behavior in conjunction with the off peak sensor (off peak not turning on when in an ad-hoc off peak period). See https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/blob/beta/_docs/architecture_decision_records/0002_intelligent_is_dispatching_behaviour_changes.md for full details.
- If you are using blueprints provided by this integration, you will need to re-import them and potentially update automations in order to continue receiving updates.
- If you have automations that look at the heat pump water heater, then you'll need to update any reference to the state of 'on' to 'electric'
- Due to repair issue key structure changing, you may receive repair notices that you have previously ignored. You will need to ignore them again to hide them.
Minimum HA Version: 2025.1.0
Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?
v16.3.1
16.3.1 (2025-09-09)
Bug Fixes
- Fixed setting intelligent target percentage and time to use new API (1 hour dev time) (d233177)
- Fixed turning on/off intelligent smart charge (15 minutes dev time) (86ed63b)
Minimum HA Version: 2025.1.0
Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?
v16.3.1-beta.1
Fix: Fixed setting intelligent target percentage and time to use new API (1 hour dev time)
v16.3.0
16.3.0 (2025-09-07)
Bug Fixes
- Fixed error raised when no rates are discovered (5 minutes dev time) (0ca2cd1)
Features
- Added config entry information to diagnostics (15 minutes dev time) (036d092)
- Added intelligent control support for intelligent drive tariffs (15 minutes dev time) (0ef5844)
- Added intelligent features support for OCPP (5 minutes dev time) (7d79292)
- Added new service for boosting heat pump water heaters (1 hour dev time) (afc1999)
- Added repair notices for new meters being added or existing meters being removed (2.5 hours dev time) (8701494)
- Decreased account refreshes to every 6 hours due to infrequent changes (5 minutes dev time) (83f426c)
Minimum HA Version: 2025.1.0
Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?
v16.2.0
16.2.0 (2025-08-27)
Bug Fixes
- Fix warning around double quotes inside an f-string (Thanks @reedy) (a10cb8c)
- Fixed deprecation warning around parse_obj (Thanks @reedy) (4028082)
- Fixed issue where started dispatches were not persisting correctly between reloads of the integration (2 hours dev time) (8b9c13d)
- Fixes invalid escape sequence (Thanks @reedy) (40a2fa9)
Features
- Added heat pump senors for configured weather compensation (1 hour dev time) (12711b8)
- Added repair notice when intelligent device is unregistered or changes (1 hour dev time) (bd81fb2)
Minimum HA Version: 2025.1.0
Enjoying the integration? Why not make a one time or monthly GitHub sponsorship or use my Octopus Energy referral link?
v16.1.0
16.1.0 (2025-08-15)
Bug Fixes
- Fixed issue with refresh token becoming invalid after 7 days (1 hour dev time) (a195ea7)
- Fixed warning around regex syntax (5 minutes dev time) (1cdfea2)
- Updated planned dispatches to have charge in kwh if available (15 minutes dev time) (34dc977)
Features
- Added heat pump fixed flow temperature sensor (Thanks @lwis) (85dd008)
- Moved update of configuration to reconfigure option to reduce bugs and follow HA practices (2 hours dev time) (501d57c)
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?
v16.0.2
16.0.2 (2025-08-01)
Bug Fixes
- Fixed invalid home pro address caused by config restructuring in v16 (1 hour dev time) (9c0dcd3)
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?
v16.0.1
16.0.1 (2025-07-26)
Bug Fixes
- Fixed home pro configuration check (15 minutes dev time) (bb69109)
- Fixed issue when updating config (15 minutes dev time) (69565ee)
- Updated intelligent dispatches retrieval to take account of expected error code (30 minutes dev time) (8999432)
- Updated to use refresh token where possible for re-authentication (30 minutes dev time) (c2d7b69)
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?
v16.1.0-beta.1
16.1.0-beta.1 (2025-07-17)
Bug Fixes
- Fixed handling of no forecasts (30 minutes dev time) (9429df5)
- Updated intelligent dispatches retrieval to take account of expected error code (30 minutes dev time) (8999432)
Features
- Added API client and coordinator for retrieving fan club discounts (1.5 hours dev time) (6cf07e7)
- Added entities for showing previous, current and next fan club discounts (4 hours dev time) (89d0164)
- Added event sensor for exposing the discounts (1.5 hours dev time) (57ab2ed)
- Updated underlying intelligent bump charge API due to deprecation warning (30 minutes dev time) (5649a72)
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?
v16.0.0
16.0.0 (2025-07-12)
Bug Fixes
- Updated API for wheel of fortune which now supports claiming octopoints (25 minutes dev time) (6463d8b)
Features
- Added sensor for providing total exports provided by Home Mini - This is not available for all meters (30 minutes dev time) (488c3bf)
- Tidied up main configuration screen (2 hours dev time) (1e3a98a)
- Updated intelligent APIs for planned dispatches due to deprecations (45 minutes dev time) (5f1dc1b)
- Updated water zone for heat pumps to be represented as water heaters (6e32a44)
BREAKING CHANGES
- The response from the new APIs have removed some features. This means the response available in the attributes of the dispatching sensor have changed. Please check the docs if you are using these.
- The water zone is no longer available as a climate sensor. You will need to update all references to point at the new water_heater sensor
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?