Watcher Sure.
Short answer - adjust the max charging power is in the 'battery options' on the app or on the web portal.
Longer answer:
I'm guessing you have a 3/6kW gen-1 hybrid inverter. I believe that can accept up to 6.2kW from the solar panels, but the max it can send to the battery is 2.6kW, and the max it can send on AC is 3.6kW. So to accept more than 3.6kW of solar (after losses), it has to be able to distribute that power between AC and battery. Once the battery fills up, the power is limited to what it can output on AC.
So the trick is to ensure that there will be space in the battery to accept excess solar power whenever it might exceed the max AC generation capacity of your inverter.
The complication is that the inverter firmware doesn't seem to make it terribly easy to tell it to prioritise AC generation, and only send power to the battery if there's more (for you) 3.6kW. It tends to want to charge the battery first, and then only send excess to the grid. So limiting how much it can send to the battery is the key. One of the parameters you can set is the max charging power. So if you set it to 1kW, for example, the inverter will send only the first 1kW of solar to the battery, then the rest to the grid. (Well, to be pedantic, it will use the first X W to AC to cover consumption, then send 1kW to the battery, then the rest to the grid.)
Looks like it took a little over 2 hours to drop battery from 75% to 5% at 2.6kW. So I'm guessing 9.5kWh battery ? What's the max power of your solar array? Times of day also depend on orientation - if it's SE, clipping will peak before noon, but SW it will be after noon.
One simple strategy is to simply not allow the battery to charge at all until, say, 11am, by setting max charging power to 0. (It might still charge a bit - up to 250W.) Then from 11am, allow the battery to charge by increasing the power. One option is to simply increase it up to the maximum - it will take a little under 4 hours to fully charge the battery at that rate, and that should get you over the solar peak.
Or if clipping might last longer than 4 hours, only increase power to 1kW at 10.30am, and 2kW at 11:30am, and full power only around noon.
You have to consider also your requirements for power after the sun has gone down. I'm lucky that 30% of battery is easily enough to cover evening, and the remaining 70% of the battery is enough to absorb clipping surplus, so I don't even have to worry about having to forecast how much solar there will be. I just start the day on 30%, assuming that even on dullest day, solar will at least cover daytime usage. If you need at least 50% charge by the end of the day, for example, you do need to take some steps to ensure you will have at least that much.
Having to do it manually is a bit of a pest. If you have a computer that's on during the day anyway, I have python scripts you're welcome to share that can make that easy. (Well, easy on linux ; windows has a task scheduler that can probably do something, but you'll have to get someone else to help you set that up.)