When selecting a switch for electronics to handle real-world power, your default pick for a generic 120V AC / 10A home automation load is the Omron G7L-2A-TUB (12VDC coil). For low-voltage DC loads under 2A, use the Songle SRD-05VDC-SL-C. The governing rule is simple: the switch's contact rating must exceed your load's maximum inrush current, not just its steady-state draw. Moving from breadboard logic to switching mains voltage or heavy DC motors requires understanding electromechanical isolation, contact metallurgy, and inrush multipliers. Here is the exact framework for sizing, wiring, and testing your next power switch.
Decoding Switch Ratings: Which Column Governs Your Load?
Datasheets for electromechanical relays and contactors list multiple current ratings. A common and destructive mistake is sizing a switch based on its resistive rating, then using it to switch a motor. The rating column that governs your load is always the specific column matching your load type (e.g., motor, inductive, or lamp). If a specific column is missing, you must apply an inrush derating multiplier to the resistive rating.
| Parameter | Definition | Typical Value (Heavy Duty Relay) |
|---|---|---|
| Coil Voltage | Nominal DC/AC voltage required to pull in the armature. | 12VDC, 24VDC, 120VAC |
| Contact Rating (Resistive) | Max steady-state current for heaters or pure resistance. | 30A @ 250VAC |
| Contact Rating (Inductive) | Max current for solenoids, transformers, or ballasts (cos φ = 0.4). | 10A @ 250VAC |
| Contact Rating (Motor / LRA) | Max Locked Rotor Amps (LRA) and Full Load Amps (FLA) for compressors. | 1 HP @ 120VAC / 2 HP @ 240VAC |
| Breaking Capacity | Maximum fault current the switch can safely interrupt without welding. | 1000A (short duration) |
For a deep dive into how contact materials like silver-nickel and silver-cadmium oxide handle these different arcs, the All About Circuits relay guide provides excellent metallurgical context.
Coil vs. Contact: Wiring the Control and Load Sides
An electromechanical switch provides galvanic isolation between the control circuit (coil) and the power circuit (contacts). The coil side is your low-voltage logic (e.g., an ESP32 GPIO driving a transistor, or a 12VDC thermostat signal). The contact side is your high-voltage or high-current load.
On the contact side, always use the normally open (NO) terminals for standard power switching. Wire your line voltage to the common (COM) or designated line terminal, and the load to the NO terminal. Keep the low-voltage coil wires physically separated from the high-voltage contact wires by at least 0.25 inches to prevent capacitive coupling and EMI from resetting your microcontroller.
Load-Type Decision Path: Resistive, Inductive, or Motor?
Loads are not created equal. A 10A heater draws 10A the moment it turns on. A 10A motor draws 60A for the first 200 milliseconds while the rotor is locked. Use this decision tree to identify your load profile and select the correct governing rating.
| Load Type | Examples | Inrush Multiplier | Governing Rating Column |
|---|---|---|---|
| Resistive | Space heaters, toasters, power resistors | 1.0x to 1.2x | Resistive Rating |
| Lamp / Filament | Incandescent bulbs, halogen arrays | 10x to 15x (cold filament) | Lamp Rating (or derate resistive by 10x) |
| Inductive | Solenoids, relays, transformers, chokes | 10x to 20x | Inductive Rating (cos φ = 0.4) |
| Capacitive | Switching power supplies, large capacitor banks | 20x to 40x | Capacitive Rating (requires pre-charge or NTC) |
| Motor | HVAC compressors, water pumps, fans | 6x (Locked Rotor Amps) | Motor HP / LRA Rating |
The Final Pick: Default Part Recommendations
Stop guessing. Here is the definitive decision path that terminates in exact part numbers for 95% of DIY and home automation builds.
- IF your load is < 2A at 5V/12V DC (e.g., small solenoids, LED strips, PC fans) → PICK: Songle SRD-05VDC-SL-C (often sold as the blue 5-pin relay module). Cost: ~$1.50.
- IF your load is 120V/240V AC up to 30A Resistive (e.g., space heaters, EV chargers, large lighting arrays) → PICK: Omron G7L-2A-TUB (12VDC or 24VDC coil). Cost: ~$6.00. This is the gold standard for heavy-duty PCB/bracket mounting.
- IF your load is a Motor > 1 HP or exceeds 30A (e.g., well pumps, table saws, HVAC compressors) → PICK: Schneider Electric TeSys D (LC1D09 or higher based on FLA) DIN-rail contactor. Cost: ~$35.00+. Do not use PCB relays for heavy motors; the arc will weld the contacts shut.
Bench Testing: Dead and Live Verification
Before wiring a switch into a live panel, verify its mechanical and electrical health on the bench. For more on standard testing procedures, refer to the Electronics Tutorials relay switching guide.
1. Dead Testing (Power Off)
- Coil Continuity: Set your multimeter to Ohms. Probe the coil pins (A1/A2). You should read between 50Ω and 500Ω depending on the voltage rating. An "OL" (open loop) reading means the internal coil wire is snapped. Trash it.
- Contact Continuity: Probe the COM and NO pins. It must read "OL". Then, manually press the armature down with a non-conductive tool (or apply a bench power supply to the coil). The reading must drop to < 0.1Ω. If it reads higher, the contacts are oxidized or pitted.
2. Live Testing (Under Load)
- Voltage Drop Test: Wire the switch to its actual load. Energize the coil. Set your multimeter to DC or AC millivolts (mV). Probe directly across the closed contacts (from the line-side terminal to the load-side terminal).
- The Threshold: A healthy contact under load will show a voltage drop of < 50mV. If you read > 100mV, the contacts are suffering from high resistance due to pitting or carbon tracking. This resistance generates heat (P = I²R) and will eventually melt the relay housing.
Repair vs. Replace: When to Toss a Pitted Contactor
There is a persistent, dangerous myth in DIY circles that you can "fix" a sticking or high-resistance relay by opening it up and sanding the contacts with a file or sandpaper. Never file, sand, or polish electromechanical relay or contactor contacts.
Switch contacts are not solid silver. They are plated with a microscopically thin layer of silver-alloy (often silver-cadmium oxide or silver-tin oxide) designed to resist arc erosion and welding. Filing the contacts strips this plating, exposing the base brass or copper. Once exposed, the base metal will oxidize rapidly, creating a high-resistance layer that will cause the switch to overheat and fail catastrophically within days.
The Rule: For any PCB-mounted relay, solid-state relay (SSR), or small contactor (NEMA Size 1 or IEC equivalent), always replace the entire unit when contacts pit or weld. The only exception is large, industrial NEMA Size 2+ contactors where the manufacturer sells specific, drop-in replacement contact block kits (like the Schneider Electric TeSys K-series repair kits). For 99% of electronics and home automation builds, a pitted switch is a dead switch. Swap it out, check your flyback diode, and verify your load inrush.






