Have managed to get HA up and running and added a few integrations.
Is anyone using bottlecapdaves Octopus energy integration for agile.
Been trying to set it up but cant seem to get the hang of times settings to use with agile.
Could anyone share their settings?
Thanks
Agile and Octopus Energy in HA
Wavy Davy there’s no real settings to have to make for agile.
Just configure the integration with your octopus account details and it’ll pickup your account and the right agile rates automatically.
When I changed from flux to agile I didn’t need to reconfigure anything, all magically worked
Wavy Davy with BottleCapDave, it runs on a 24 hour cycle so the start and end time should be same. As the rates are available after 4PM, to be safe a time of around 9PM or 10PM should suffice.
When configuring the entity, make sure you select the correct meter (import, and not export) so that it can get the right rates. No other option needs selecting.
the integration will create a sensor that will come on at specific times when the rates are lowest. Based on its state, you can write an automation to charge the batter.
A couple of useful add-on's to HA:
predbat https://github.com/springfall2008/batpred is a very comprehensive automatic scheduler for Givenergy batteries that works especially well with agile rates. Do read the readme and watch the setup videos first as its quite comprehensive with a lot of different customisation and tailoring options
octoblock https://github.com/badguy99/octoblock really useful add-on to give you 'next 1 hour cheapest' block. Useful for working out when to put the washing machine on etc
octopus rate card https://github.com/markgdev/home-assistant_OctopusAgile/tree/master/custom_cards shows the octopus rates for the next day
All of these available as HACS add-on's and I use all of them
I feel you are missing a very user friendly simple repository
https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy
I tried predbat couldn't get it to work, after nearly an hour gave up, left it at this

I tried following the video guide and everything the guy was doing at every stage pausing and catching up and backtracking and everything but in the logs whilst his was fine I was getting nothing but warnings so decided to give up.
Had like 10-15 tabs open in browser.
Jellybaby the above error is because predbat hasn't calculated your forecast.
what does predbat.status say ?
the most common thing is you need to comment out the template=true line in apps.yaml
it is worth perseveering with, its worth it. If you are having problems getting it to work, you can raise an issue on the predbat github page. Trefor is very helpful
geoffreycoan ill reinstall it and see, sec
Edit
Where do I find the status?
Edit 2
Found it

Outside of the video guide on the predbat github that I followed up til the point where he had no issues but I did I couldn't find any other videos to aid in setting it up.
Jellybaby ok thsnks, it’s not finding your historic load information on your inverter.
Assume you have givtcp installed and working? Did you change the prefix for the givtcp entities?
It should automatically find your serial number for your inverter, but for some reason it hasn’t.
Edit the apps.yaml file and find the load line, change it to match the entity from givtcp that has your load today kwh
geoffreycoan I wouldnt know how to change the entities, I worse than a noob with home assistant lol
Givtcp works fine, been collecting data like a champ.

That isn't typical usage as usually my gaming PC is off overnight but its the only thing I got to run home assistant atm and I wanted to fiddle with it.
The guy doing the video mentioned I think they had a GE system and all he done was copy and pasted the example chart and it worked for him but I get that small window you see above.
I did manage to instal predate following his instructions, did take quite a while but have only set it to monitor as I don't have the agile info sorted out yet.
Wavy Davy Nice, I gave up and uninstalled.
Jellybaby did you try this, it’s simple and efficient
https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy
deepanshus Yes I have it installed and configured, but no idea how to use it.
What can you do with it?
once you have it configured, you will get an entity for import and another for export, this can be any name you give at the time of configuration. Those two entity will switch on and off based on your configuration, ie if you asked for 3hrs of import, the entity will be on for cheapest 6 slots and you can use an automation to charge battery if the switch is on and stop charging once the state changes to off
deepanshus I did install that but in logs I was getting an error in reference to octopus for something but its not running now so not 100% what it said, something about size too big I think for log entry.
Not sure if it was related to that program specifically but didn't want to spend all evening troubleshooting it.
write an automation such as this to charge whenever the entity turns on

and dont forget to write a stop automation as well...

https://community.givenergy.cloud/d/3134-homeassistant-agile-eco-mode/7
This is how I’m using agile with HA.
deepanshus Thanks for the reply, but when I set the actions to change time slots it asks for a time, I don't understand what time to set. Could you tell me what you used?