Intelligent slot mismatch #1087
Unanswered
thestumonkey
asked this question in
Q&A
Replies: 2 comments 2 replies
-
The dispatching sensor should only turn off if off peak of a pending dispatch slot is active. There are times however that pending dispatch slots do not turn into completed dispatches. This is sometimes an omission in the API depending on the integration provider, but can also be the result of your car not being on charge during said slot (a requirement to get the cheaper rate outside of the off peak times). As mentioned in the docs, you should use other measurements if possible to ensure you're in an actual cheap slot to reduce the risk. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah u saw the docs, but it is incorrect that you will only get cheap rate
if your car is charging, so I don’t want to use that signal.
I have examples where it’s on and there’s nothing in planned dispatches, so
as mentioned, there’s either a bug somewhere, or theres a type of octopus
cheap slot that the integration integration does t deal with.
I know that when wind power is high, sometimes octopus throw out a cheap
slot, but as it’s not planned, it likely doesn’t make it onto planned
dispatches, and therefore won’t be on completed dispatches.
I guess I can maybe make a sensor to write to mqtt to monitor this, as the
completed dispatches don’t persist over reset?
…On Sat, 23 Nov 2024 at 09:25, David Kendall ***@***.***> wrote:
The dispatching sensor should only turn off if off peak of a pending
dispatch slot is active. There are times however that pending dispatch
slots do not turn into completed dispatches. This is sometimes an omission
in the API depending on the integration provider, but can also be the
result of your car not being on charge during said slot (a requirement to
get the cheaper rate outside of the off peak times).
As mentioned in the docs
<https://bottlecapdave.github.io/HomeAssistant-OctopusEnergy/entities/intelligent/#is-dispatching>,
you should use other measurements if possible to ensure you're in an actual
cheap slot to reduce the risk.
—
Reply to this email directly, view it on GitHub
<#1087 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADKNITBIXLAFYOBMDOG4Q32CBC2DAVCNFSM6AAAAABSFLRLSOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZVGYYTOMA>
.
You are receiving this because you authored the thread.Message ID:
<BottlecapDave/HomeAssistant-OctopusEnergy/repo-discussions/1087/comments/11356170
@github.com>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes it seems that binary_sensor.octopus_energy_{{ACCOUNT_ID}}_intelligent_dispatching turns on, but it's not tracked in the dispatch slots nor offpeak.
I don't know yet if this is a bug, or a random free energy slot that octopus occasionally throw in if there's plenty of renewables going.
Anyone else seen this? I will have to wait until my bill arrives to see which it is
Beta Was this translation helpful? Give feedback.
All reactions