Self use Min and Max soc as Main setting
Hi all, I think this is a clear limitation that I am unable to keep a master setting of a desired min and max soc% in conjunction with Mode scheduler. Either self use for change else remain with the default. I don’t even have a work around . many have the same concerns so posting here!

Location Australia
Battery Eq4800
Inverter : 10 H3 smart
Re: Self use Min and Max soc as Main setting
ankittvarshney wrote: Thu Mar 05, 2026 9:06 am Hi all, I think this is a clear limitation that I am unable to keep a master setting of a desired min and max soc% in conjunction with Mode scheduler. Either self use for change else remain with the default. I don’t even have a work around . many have the same concerns so posting here!
When schedule mode is set, you can only change the min/max soc in each schedule, and the global settings are ignored.
Re: Self use Min and Max soc as Main setting
Ok. Under quick settings I selected 20% as Min and 90% on max soc on both self use mode and force discharge mode and it got revert to 10 and 100 respectively.

I only have a force discharge schedule and in the new app it asks fore cutoff and inverter power and min and max soc are uneditable and using system defaults. Any guidance
Re: Self use Min and Max soc as Main setting
ankittvarshney wrote: Thu Mar 05, 2026 10:41 am Ok. Under quick settings I selected 20% as Min and 90% on max soc on both self use mode and force discharge mode and it got revert to 10 and 100 respectively.
Even just 1 schedule is enough to lock you out of updating the global settings.

Even if you do manage to set them, they're ignored for schedules anyway.
ankittvarshney wrote: Thu Mar 05, 2026 10:41 am I only have a force discharge schedule and in the new app it asks fore cutoff and inverter power and min and max soc are uneditable and using system defaults. Any guidance
Different schedules let you set different options applicable to that type of schedule, for example you see minsoc on force discharge and maxsoc on force charge etc.
Re: Self use Min and Max soc as Main setting
Hence the request of app folks can pick this as a feature. I can live with min soc . I just don’t want my solar to charge more than 90% of my battery evryday. What shall I do any hacks?
Re: Self use Min and Max soc as Main setting
ankittvarshney wrote: Thu Mar 05, 2026 11:00 am Hence the request of app folks can pick this as a feature. I can live with min soc . I just don’t want my solar to charge more than 90% of my battery evryday. What shall I do any hacks?
I've not tried it, but when you use the API to set schedules it has both a PV and Grid import/export setting, in Wh I assume, they haven't documented things well.

Code: Select all

 {'enable': 1,
  'endHour': 14,
  'endMinute': 0,
  'extraParam': {'exportLimit': 100000,
                 'fdPwr': 1,
                 'fdSoc': 30,
                 'importLimit': 100000,
                 'maxSoc': 80,
                 'minSocOnGrid': 30,
                 'pvLimit': 20000,
                 'reactivePower': 0},
  'startHour': 11,
  'startMinute': 0,
  'workMode': 'ForceCharge'},
Post Reply