Releases: BottlecapDave/HomeAssistant-OctopusEnergy
Releases · BottlecapDave/HomeAssistant-OctopusEnergy
v4.1.0
v4.0.0
4.0.0 (2022-03-07)
Bug Fixes
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
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
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.