New Theory that I should be able to replicate tonight easily but how I have no idea. When I test this theory out tonight I should find out how.
I remember one annoying thing all weekend was me not being able to see my skimmer's neck. I have a plastic sheet over my sump to reduce evaporation during the winter. This sheet was in the way of seeing the skimmers neck from my basement camera I have setup to view it all remotely. I also remember coming home that Monday late night and moving it out of the way. I don't remember if it was right on top of the air intake.
I have a feeling it was very near that air intake and got sucked onto it. From fiddling around the night before I left with getting the ATS screen cleaned off I shifted that sheet around to get to it. I normally make sure it's not in the way of the skimmer or the camera to see it's operation. I don't remember doing it that night. I did that pretty late in the evening on the 12th into the 13th. Probably around midnight which is lining up with that 1am event.
So, around midnight I'm shifting things around. By 1am has slowly drooped close enough to the skimmers air intake and gets sucked onto it causing the skimmer to overflow. The Apex alerts that it needs dumped shoots out and soon after it shoots out that it's full.
This all makes sense to me. What doesn't is what follows. I have a pump in the bucket that I have 1/2" clear tubing ran to a floor drain right next to it. When I get that DJ Dump alert I'll pull up the sump camera to get a quick visual and turn that pump on for a second and back off. This creates a siphon that drains out the bucket. But once drained the siphon is broken.
Then the cycle continues. Eventually I get the alert a week later that it needs dumped again and I turn that pump on again.
What appears to have happened is that bucket went past the Dump switch level and hit Full shutting down the skimmer. Then somehow siphoned out. The pump never turned on. I don't have any programming to turn it on. It's manually set to off and it does have SET OFF and DEFAULT OFF as the only programming on the outlet.
Since it never hit full stage again and the skimmer turned back on and lost 70+ gallons of water until 4am when ATO failed alert came on I can only think that some how
- the siphon started brought the bucket down below the full stage (have to figure out the HOW this happened)
- skimmer starts back up and still overflowing due to restricted air intake
- the siphon never breaks and keeps up with the overflowing skimmer
- skimmer along with the bucket siphoning out into the drain empties my ATO and new salt mix brute
- ATO fail alert kicks in and shuts it all down once both reservoirs are emptied.
Now I have to figure out how the heck that siphon got started with out the pump turning on to start it.
In the mean time I have closed some gaps and tightened up the timing on all the alerts so it all gets shutdown much much sooner. I can't stop that siphon if it occurs again but I can shutdown the skimmer that's supplying it. Have to figure out how that siphon started so it doesn't do it again though.
Here's my biggest gap in logic that caused it all to siphon out.
I thought I had the ATO Warn to shutdown the skimmer in place and the ATO Fail to shutdown the return in place. The return ATO fail is in place which did stop my return from burning out. So, that was good.
Here was my skimmer programming
Fallback OFF
Set ON
If Power SumpEB8_7 Off 002 Then OFF
If Outlet vSumpHigh_A7 = ON Then OFF
If Outlet return_7_1 = OFF Then OFF
If Outlet vLockerF_A3 = ON Then OFF
Defer 002:00 Then ON
What I thought was in there was my ATO Warn if on then OFF statement. Notice the vSumphigh statement in there is there and I did take out the vSumpLow statement but what was supposed to be put in it's place was the vATOWarn line as it has a delay in it otherwise the skimmer was turning on and off every time the ATO kicked on and off.
So, here's the new Skimmer programming
Fallback OFF
Set ON
If Power SumpEB8_7 Off 002 Then OFF
If Outlet vATOWarn_B8 = ON Then OFF
If Outlet vSumpHigh_A7 = ON Then OFF
If Outlet return_7_1 = OFF Then OFF
If Outlet vLockerF_A3 = ON Then OFF
Defer 002:00 Then ON
Tightening up the timeing the vATOWarn would have went on before 2am saving a lot of water. But figuring out WHY that started draining will save all but 3 gallons of water if that ever happens again.