You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.