My 13.5kWh AIO plus gateway is doing exactly what I expect it to do. I have predbat happily running to control charge and discharge and am current on the Cosy Octopus tariff with it's 3x cosy periods per day.
I am looking for a way to use HomeAssistant to tell predbat to "skip" a period. I know this will involve setting up an automation that will be triggered once per day and will need to add in the required number of manual-demand overrides. I have never tried to use an API with predbat, so would appreciate a few pointers
Thanks in Advance
G
#2geoffreycoan
Weasel Is this the sort of thing you were looking for?
Its an automation that every night forces Predbat to Demand (Eco) mode for the two slots from 3pm. Was to fix an issue where Predbat kept on wanting to discharge at that time
geoffreycoan Thank you sir, that is exactly the sort of thing I am looking for
G
#4geoffreycoan
Weasel the delay between the first and second select.select_option is to give Predbat time to respond to the request. If you fire a sequence of selects without any pauses then its likely Predbat will miss some of them, so that’s why its like that. Possibly could have a shorter delay, but this worked for me.
Also of course could use other predbat_manual_xxx controls if you want to do other things at specific times
W
#5Weasel
geoffreycoan Thanks. I will be using a couple of manual controls, one to skip a potential charging period and the other to occasionally force discharge to my 4% reserve.
I figured that 1 minute delay was to ensure predbat had time to properly process each directive and I will continue in the same vein