Then ideally I wouldn’t want my family looking at the dashboard at 21.20, seeing we are on cheap rate, and think we have cheap power and so put the dryer and dishwasher on (which would then run over the peak times too)
Possibly, to keep the number of lines of data down, we wouldn’t necessarily need to worry about the individual slots between 23.30 and 05.30, and just leave it as 23.30 - 05.30… but I guess it depends on how people want to use this… i.e. to see when the car is charging, or instead to see when there is cheap rate elec (for me it is the later).
@Dave888 thanks for the ideas and feedback. I have just released v1.3.0 which adds a few more binary sensors to tell you if the next 1, 2 or 3 hrs are ‘off peak’ (e.g. dishwasher cycle etc)
I will add a ‘next’ timestamp too in v1.4.0.
@dunwell hmm where do you see the off-peak times? On the Octopus Intelligent Slot history? Can you post a screenshot? Mine lines up (almost, just a few mins delay sometimes) perfectly:
Hi Chaps has anyone got anywhere with Node red integration? this would be really awesome if possible - i have tried but its way beyond my capabilities!
For those who are interested in having their Current Electricity Price sensor reflect Peak/Off-Peak rates properly I have done a template sensor to change to the price you pay based on binary_sensor.octopus_intelligent_slot state - ON = Offpeak, OFF = Peak
Just change your Peak (0.37) and Offpeak (0.075) rates as per your tariff.
This works pretty well in the energy dashboard, with bills not far off what my Octopus bill me (give or take a few £)
Just gone through my bills and a few jump out where the off-peak rate is outside of usual 2330hrs - 0530hrs window. (attached) image below. The 09:30-12:00 hrs where they gave me off-peak rate looks to have counted my whole house consumption under that rate. I know car charged less than what the usage is in the screenshot.
However is the thinking then that if the car “wastes” the additional slots and does not charge then Octopus will not apply the rate during that slot? Be keen to see if anyone tested this yet?
So when Octopus Intelligent (OI) decides to charge your car in additional 30min slots outside the 23.30-05.30 period, then all usage in that 30min slot will be charged at the off peak rate.
If for some reason the car doesn’t charge during one of those scheduled slots (for instance you unplug it), then you will get charged on-peak for those slots.
Be aware, if you “bump charge” the car to charge outside the OI scheduled slots, you will be charged on-peak.
Yep was aware of the bump charge = peak cost. However was news about the vehicle not charging during the additional slots that you effectively lose that tariff.
Be good if you could trick it into thinking the vehicle is charging
Great integration. I need this to stop my home batteries from getting during the intelligent extra slots. I schedule an automation to charge the home batteries in the same window as the EV. Thank you
If you have a separate node red instance you could output the slot info via mqtt and ingest it in node red for inverter control if thats what I suspect you are trying to do?
this is great, thanks! I’ve just gone on to Intelligent with a Zappi charger.
No Zappi integration yet so I’ll work on an automation to allow the car to charge on solar with eco+ mode (probably enable Bump Charge when eco+ enabled and sunrise, turn it off again 1650/sunset). Let you know how it goes in spring!
And of course one to charge givenergy battery while the car is charging at other times.
thanks
I’ve achieved this be exposing Tesla wall connector sensor to node-red.
When the sensor detects the connection, it waits to see if charging will initiate or is in a state of starting to charge, and then sends the command to the Tesla car to stop charging.
I’m using this to control the car: GitHub - onokje/node-red-contrib-tesla: Node red nodes to control Tesla vehicles and devices
There’s already a binary_sensor for that (havent got around to documenting the new sensors yet) but it’s named something like “Planned Dispatch” and is “on” when IO intends to charge
I (finally) got my bill for October - December last week. Really pleased to report that this integration has helped save me a good amount of money - the phone notifications on off-peak slots are accurate and working, even when the car isn’t charging. Thank you so much to the developer!