Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Releases: badguy99/octocost

v0.1.10

29 Dec 11:32
19bc0c6
Compare
Choose a tag to compare

Update to Readme, archiving the repo.

v0.1.9

14 Nov 10:08
e6c2e09
Compare
Choose a tag to compare
  • Code and documentation clean up
  • Yesterday usage, from @shadow-fight - thank you!

v0.1.8

01 May 16:34
33e9417
Compare
Choose a tag to compare

Fix period_from being greater than period_to on 1st of month when requesting data from Octopus API.

v0.1.7

30 Apr 16:11
9c061ed
Compare
Choose a tag to compare

Improve logging.

v.0.1.6

26 Apr 13:08
10f765c
Compare
Choose a tag to compare

Fix missing self reference in find_region in v0.1.5.

v0.1.5

26 Apr 11:11
a1c6445
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Changes the call back to run at specified times to work around issues seen sometimes when user's clocks are not accurately set.
  • Try to work out region automatically, from the meter details given if is it isn't specified in the apps.yaml file
  • Adding support for getting monthly and yearly gas usage and cost

Note: This currently only supports gas tariffs which only return one charge, rather than varying charges per time block, e.g.:

{u'count': 1,
 u'next': None,
 u'previous': None,
 u'results': [{u'valid_from': None,
   u'valid_to': None,
   u'value_exc_vat': 2.72,
   u'value_inc_vat': 2.856}]}

v0.1.4

01 Apr 23:29
Compare
Choose a tag to compare

Minor bump for bug fix

v0.1.3

01 Apr 22:45
Compare
Choose a tag to compare

Fix end of month date maths to resolve a value error

v0.1.2

30 Mar 21:08
Compare
Choose a tag to compare
  • Update to cope with DST used in consumption data from Octopus Energy, when checking the price and consumption time blocks are lining up.

Documentation Updates

19 Mar 13:06
be76116
Compare
Choose a tag to compare
  • Octocost is now in the HACS Default list, so can be added without adding custom repositories
  • Documentation updated to include Automation and Lovelace UI examples