Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@markgdev markgdev released this 15 May 19:28
· 21 commits to master since this release
933adf3
  • Added new entity “octopusagile.all_rates” to store the whole days rates which can then be used by sensors. This entity will not get updated in the same way as the rates entity does each 30 minutes.
  • Previous rate, current rate and next rate updated to pull rates from the new entity
  • Run_devices update will throw a useful error if it fails to update, this also allows timers to continue running after a run_device update error
  • Rates and all_rates will update if they’re not in octopusagile.json (file must currently exist though)
  • New configuration option “consumption”, set to false to stop pulling historic consumption data if you don’t use it, which involves many api calls.