What a Standalone Protection System Should Do
A standalone leak protection system must shut off the water without relying on an internet connection, cloud service, or the homeowner’s phone. An app notification is useful, but it must not be required for the system to respond. The basic sequence is as follows: a sensor detects water, the local controller registers the emergency, the actuator closes the main shutoff valve, and the system remains locked until it is inspected manually.
In an apartment, shutting off the cold-water and hot-water inlets is usually sufficient. In a private house, a well pump or booster pump must also be considered. During an emergency, it is best to switch the pump off at the same time as the valve closes; otherwise, the pump may continue maintaining pressure in the damaged pipe.
System Components
Motorized Shutoff Valve
For permanent installation, a full-port ball valve with an actuator rated for the pipe diameter and operating pressure is a practical choice. It restricts flow less than a narrow-port valve. Install a conventional manual valve upstream of the motorized valve. It is required for maintenance, actuator replacement, and emergency repairs.
- Check the actuator’s operating voltage and control scheme: two-wire, three-wire, or separate Open and Close inputs.
- Make sure the actuator has a manual operating mode or mechanical release.
- Choose a model with clear indication of its end positions. Limit-switch contacts allow the controller to verify that the valve has actually closed.
- Do not install the actuator where it must be removed to clean a filter or service a water meter.
Leak Sensors
Wired sensors with dry contacts or a separate relay module are easier to make independent of radio communication and batteries. Wireless sensors are convenient where running a cable is impractical, but they require battery monitoring and a reliable communication channel.
The sensor contacts must be placed at the lowest point where water will appear before flowing under furniture or into an adjacent room. Do not place a sensor directly beneath a connection that occasionally becomes wet from condensation, as this can cause false alarms.
Local Controller and Relays
The controller must execute the automation locally inside the home. It may be a dedicated leak protection unit, a programmable relay, a smart home controller with discrete inputs, or a local automation server. The brand is less important than three capabilities: operation without the cloud, state retention after a restart, and the ability to control the actuator through an appropriate relay.
Do not connect the controller output to the actuator based on assumptions. First verify the current, voltage, and load type. If the output is designed only for a low-power control signal, install an intermediate relay or contactor between the controller and the actuator.
Where to Place Leak Sensors
Place sensors not merely “somewhere near the plumbing,” but where water will collect first. The following locations are useful in a typical house or apartment:
- under the kitchen sink near the trap, filters, and faucet connections;
- behind washing machines and dishwashers, while keeping the sensor accessible for testing;
- under a water heater, manifold, pumping station, and filter housings;
- near concealed toilet cistern frames and hidden service access panels;
- in the boiler room near the safety group, filling connection, and drain components;
- near the water inlet when the connections are located indoors.
A single sensor should not be expected to cover a large room with slopes and thresholds. If water can flow in different directions, use several detection points. For a long area, use a sensing cable if it is compatible with the selected controller.
How to Build a Fault-Tolerant System
- Separate power and control circuits. Sensors in wet areas should preferably operate at a safe extra-low voltage. Mains-voltage connections and power supplies must be installed in a dry, accessible location.
- Add backup power. The controller and actuator must have enough power to close the valve during an outage. Use a suitable uninterruptible power supply or backup battery rated for the actuator’s startup current.
- Latch the emergency state. The valve must not reopen automatically after the sensor dries. The water may have temporarily drained away while the fault remains. The alarm should be reset only after an inspection.
- Monitor the final position. If the actuator has limit-switch contacts, connect them to controller inputs. The automation must distinguish between issuing a Close command and confirming that the valve has actually closed.
- Retain manual controls. Close and Open buttons are useful on the control panel or near the valve assembly. The Open command must work only after the emergency state has been reset.
Emergency Automation Logic
IF any_sensor = WATER
THEN
latch_emergency
close_main_shutoff_valve
switch_off_pump
activate_audible_alarm
send_notification
END
ALLOW OPENING only after:
inspecting_the_leak_location
confirming_all_sensors_are_dry
manually_resetting_the_emergency
The notification is the final step. Even if the home server, router, or external service is unavailable, the valve-closing and pump-shutdown commands must already have been executed locally.
What Happens During a Power Outage
The system’s behavior depends on the actuator design. Some models retain their current position without power, others use a spring to return to a default position, and some require power for both opening and closing. This must be confirmed in the product documentation before installation.
| Situation | Correct Response | What to Verify |
|---|---|---|
| Power is lost and there is no leak | The system remains in a safe state and reports the failure after communication is restored | The backup power reserve is sufficient to close at least all shutoff valves |
| A leak occurs during a power outage | Backup power closes the valve and switches off the pump | The controller and relays are powered by the same backed-up circuit |
| The controller restarts | The emergency lockout does not clear automatically | The state is stored in non-volatile memory or restored from input states |
| The valve does not reach the Closed position | The alarm remains active | Limit-switch feedback is monitored and the manual valve is accessible |
Step-by-Step Testing After Installation
- Close the motorized valve without simulating a leak and verify that the water supply actually stops.
- Test manual closing with the actuator powered off.
- Wet each sensor separately with a small amount of clean water. Record which input and zone are displayed.
- Verify that an alarm closes all required inlet valves and switches off the pump.
- Dry the sensor. The valve must not reopen automatically.
- Disconnect the main power supply and repeat the test using backup power.
- Disconnect the internet connection and router. Local water shutoff must continue to operate without any change.
- Simulate a jammed actuator or disconnect the end-position feedback signal. The system must indicate that the command has not been confirmed.
Common Mistakes
- The automation works only through the cloud. During an emergency without internet access, the command will not reach the valve.
- The valve reopens after the sensor dries. This is dangerous because a damaged hose may begin leaking again.
- Only the controller has backup power. If the actuator and relays remain unpowered, the controller cannot shut off the water.
- There is no manual valve upstream of the actuator. Maintenance then requires shutting down the entire building riser or pumping system.
- The sensor is hidden and inaccessible. It cannot be tested, cleaned, or dried properly.
- The pump continues running. In a private house, this can increase the volume of leaked water even after the pressure has partially dropped.
Maintenance Schedule
Leak protection is not a “set it and forget it” system. Every few months, test the sensors one at a time with water, close the valves, and check the backup power supply. Periodically move each actuator through a complete opening and closing cycle to prevent the ball valve from seizing. Use the manufacturer’s instructions and actual operating conditions to determine the exact interval.
After plumbing repairs, filter replacement, router relocation, controller updates, or electrical work, repeat the full test procedure. The main acceptance criterion is straightforward: the water is shut off locally, valve closure is confirmed through feedback, and the water supply can be restored only after a manual inspection.