Hello fellow reefers,
could you please share some ideas on programming Water Change for a system with sump overflow connected to drain.
I implemented it this way to simplify water change (not need for an extra drain pump) and increased safety (e.g. both the drain would have to get clogged and the max water level float fail, for the system to actually flood my room )

However, I am having difficulties with setting it up in Profilux. The existing functionality is based on floats, e.g.
1. Drain until water level low
2. Fill until water level high

In my case the water level will never get to the high state because it will overflow to drain first, so I implemented it the following way.

1. Level1= LeakageDetection
2. DosingPump1 programmed to add e.g. 10l/day
3. Logic1= DosingPump1 AND NOT Alarm
4. Socket1 = Logic1

It seems to work ok'ish, however:
- I do not want water change to stop because of any Alarm, just water level too high (and possibly salinity too high)
- I cannot trigger water change manually via the web or touch water change functions.

Advice more than welcome.

Thanks
Jarek