home-assistant_OctopusAgile
home-assistant_OctopusAgile copied to clipboard
Octopus Agile custom component for Home Assistant
If there are gaps in the meter readings available from Octopus the logs files can be quickly overwhelmed by huge numbers of "[OctopusAgile] Unmatched consumption ..." , errors. I may...
Would it be possible to create price sensors that present quartile values for todays prices. I've always found having to program in specific price thresholds for performing certain tasks (i.e....
Currently unable to see the following sensors (as entities) octopusagile.avg_rate_exc_peak octopusagile.avg_rate_inc_peak I can see everything else except for these. p.s. I am the person under https://twitter.com/tech4lifecouk that was using this...
In your example you set the climate downstairs temperature to 25 but how do you revert it when the price goes above 0? In your current example wouldn't the heating...
https://github.com/markgdev/home-assistant_OctopusAgile/blob/51dba6f542304b5200f78abdbde42a99df4bcf87/OctopusAgile/Agile.py#L224 I suggest at this point, convert the datetime from the API to a Unix timestamp (replace `Z` with +00:00 and use fromISO). It will save lots of `strfrtime` calls...
For some reason the update_timers_nextupdate is showing the wrong time. The timer runs correctly a 8pm BST but update_timers_nextupdate shows 7pm. All the other update times are correct. I have...
Check for auth, serial & mpan before creating instance of class, if they aren’t present don’t setup octocost. At the moment the component fails to load if they aren’t present.
**Describe the bug** Installed the plug in via HACS, configuration done in configuration YAML file. Component does not seem to start or retrieve data. **To Reproduce** Steps to reproduce the...
Im having some success getting data, some fields are missing:  Any suggestions on what might be the cause? Thanks