Page 1 of 1

Forcing Grid Charge

Posted: Sat Nov 08, 2025 2:40 pm
by andy@2610.co.uk
Is it possible to force grid charging outside of a schedule, please?

Use case is that we're sometimes down to 20% before 23.30. But I'm often charging my car during the day with Octopus. I'm using Home Assistant with the modbus integration. So, in pseudo code, what I'd like is something like

if SoC < 30%
AND
if rate = 7p
charge battery from grid

Thank you in advance
Andy
AC1-5.0-E-G2-WL

Re: Forcing Grid Charge

Posted: Mon Nov 17, 2025 5:04 pm
by WyndStryke
You can fully control the inverter via modbus, but you can't do it when there is a schedule set up (otherwise they'll fight for control).

You can write your own scheduler, or alternatively you could set up something like predbat to control your system (and then write an automation to override predbat). I think it already has code to work with I-Go.

Re: Forcing Grid Charge

Posted: Mon Nov 17, 2025 5:22 pm
by andy@2610.co.uk
WyndStryke wrote: Mon Nov 17, 2025 5:04 pm You can fully control the inverter via modbus, but you can't do it when there is a schedule set up (otherwise they'll fight for control).

You can write your own scheduler, or alternatively you could set up something like predbat to control your system (and then write an automation to override predbat). I think it already has code to work with I-Go.
Ah, that's handy to know, thank you. I did wonder about conflicts. I've disabled it for now as I was getting weird things happening. I think I'll automate the whole lot in Home Assistant.