I use 2 Apex outlets too but I use OSC commands. My pump turns on 3 mins after the plank drops food, I noticed depending on what you have in the barrel it would get blown down then pop back up if I didnt give it a soak period.
This code runs 4x a day for 25 seconds each.
Plank
Fallback OFF
OSC 000:00/000:25/119:35 Then ON
If Time 19:59 to 10:59 Then OFF
Pump
Fallback OFF
OSC 003:00/005:00/112:00 Then ON
If Time 19:59 to 10:59 Then OFF
Awesome. I played with the OSC command but I couldn't get it dialed in the way I wanted it. I figured that by explicitly stating start and stop times it was easier to add additional feedings at specific times. I think it's great to share the code. It took me a minute to get it setup.