Releases: BottlecapDave/HomeAssistant-OctopusEnergy
Releases · BottlecapDave/HomeAssistant-OctopusEnergy
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.
v2.0.0
v1.2.0
v1.1.0
Features
- Support for duel register tariffs (e.g. where you have different day/night rates)
Bug Fixes
- Support for account configuration that was setup before the introduction of SMETS1 configuration.
v1.0.1
- Added additional logging around extracting active agreements and product codes
v1.0.0
This is the first version of the component. See readme for limitations and installation instructions