Author Topic: Double switch for 230V 13A heating elements  (Read 2614 times)

0 Members and 1 Guest are viewing this topic.

Offline lem0nheadTopic starter

  • Contributor
  • Posts: 15
  • Country: de
Double switch for 230V 13A heating elements
« on: January 19, 2021, 04:04:33 pm »
Hi! This is my first post here. I was in doubt if I should post to the beginners or the projects area, because this is a project from a beginner, but I hope I made the right call.

My apartment has a water tank with electric heating. It has 2 heating elements, one on the top and one on the bottom of the tank (the idea is that since hot water goes up, the top one can be used for heating a smaller amount of water, while the bottom one for the main overnight heating).

I'm not happy with the way the timer works, so I'm trying to design my first high-voltage project.
There are 3 block connectors on the top of the board, the one on the left is the input from the mains, the 2 others are the output. All Neutral and Ground are connected together. Live goes through the 2 relays (+ 1 ACS712 current sensor) and then output to the first OR second output (both can never be on at the same time).
The low-voltage logic is pretty simple: just some LEDs for status, push buttons for debugging (they won't be exposed in the board), DS18x20 temperature sensors and an ESP32 for publishing some metrics via wifi.

Some measures I'm taking:
  • Live comes to a manual-reset thermal cut-off (60°C / 140°C) attached to the board using plastic bolts
  • Minimum 2.5mm clearance for live/neutral/ground
  • 3mm track width when 13A is required (this is enough for just 5A with 1oz thickness, but see below)
  • Exposed copper on those high-current tracks, so I can solder a 1.5mm² wire to reinforce those connections + tinning.
  • Ground track connected to one of the mounting holes.
  • Cut-out between high and low-voltage areas
  • Enclosed in a IP65 plastic box

Since this is my first time dealing with a 230VA / 13A project, I'd like to know if someone more experienced can tell if this looks safe.





Thanks
 

Offline Gribo

  • Frequent Contributor
  • **
  • Posts: 629
  • Country: ca
Re: Double switch for 230V 13A heating elements
« Reply #1 on: January 19, 2021, 05:26:02 pm »
You can't have right angle internal corners, they need a certain radius (the router's drill radius).
I am available for freelance work.
 

Offline Ian.M

  • Super Contributor
  • ***
  • Posts: 12860
Re: Double switch for 230V 13A heating elements
« Reply #2 on: January 19, 2021, 05:59:09 pm »
Get rid of the cutouts - they make the board ridiculously weak, and thus dangerous.   Only use a cutout if you cant otherwise get 8mm creepage distance between tracks/pads on the live and low voltage sides of the design.  If you do use one, give the slot rounded ends and no sharp corners so it can be milled with any milling bit less than or equal to the slot width. 
« Last Edit: January 19, 2021, 06:01:58 pm by Ian.M »
 

Online Benta

  • Super Contributor
  • ***
  • Posts: 5871
  • Country: de
Re: Double switch for 230V 13A heating elements
« Reply #3 on: January 19, 2021, 07:03:09 pm »
From what I see, there's easily 8 mm between the mains side and the low voltage side. No reason for the cutouts.
Also, the tracks on the low voltage side are most anaemic I've ever seen, and for no reason.

 

Offline EEauroro

  • Contributor
  • Posts: 11
  • Country: au
Re: Double switch for 230V 13A heating elements
« Reply #4 on: January 20, 2021, 01:47:26 am »
Some thoughts

When dealing with AC, always recommended to add a fuse in case something smokes up. Example, your AC/.DC converter might have an internal short of L to N. Size the fuse appropriately for your application.

Read the datasheet of your AC/DC converter, sometimes, they require external filters on the AC side for proper operation (ie EMC requirements, but in your case, maybe it does not matter ? ). Also, check that you have enough output capacitors on the AC/DC converter output


Get a UL plastic enclosure ( no fire hazard)
 

Offline richard.cs

  • Super Contributor
  • ***
  • Posts: 1191
  • Country: gb
  • Electronics engineer from Southampton, UK.
    • Random stuff I've built (mostly non-electronic and fairly dated).
Re: Double switch for 230V 13A heating elements
« Reply #5 on: January 20, 2021, 10:11:41 am »
I quite like using this kind of relay with top spades and no high voltages or currents on the PCB:
https://www.ebay.co.uk/itm/5pc-Galanz-Galanz-microwave-oven-JD2-1A-computer-board-relay-12V-16A-/174319304345
 

Offline lem0nheadTopic starter

  • Contributor
  • Posts: 15
  • Country: de
Re: Double switch for 230V 13A heating elements
« Reply #6 on: June 23, 2021, 01:11:01 am »
Hey, I'm back after almost 6 months with the project "done".


Even though I like the idea, I couldn't find a 13A+ relay with spades connector for 5V input, so I went with a soldered one.
I reinforced the tracks with 1.5mm² wires, but the areas marked as "switch1" and "switch2" are overheating (I stopped when it reached 70°C / 160°F).

Now, I feel a bit dumb asking this, but perhaps this is because I soldered only the ends of the wires on the terminals instead of stripping the wire and soldering it on top of the copper track?

Thanks!
 

Offline Terry Bites

  • Super Contributor
  • ***
  • Posts: 2391
  • Country: gb
  • Recovering Electrical Engineer
Re: Double switch for 230V 13A heating elements
« Reply #7 on: June 23, 2021, 06:03:34 pm »
Look for a trace width calulator eg https://www.4pcb.com/trace-width-calculator.html check it against another calculator for sanity checking https://www.digikey.co.uk/en/resources/conversion-calculators/conversion-calculator-pcb-trace-width

Or get some crimp terminals and a Panasonic ALE14B05. Very easy to get micowave oven relay.
 

Offline lem0nheadTopic starter

  • Contributor
  • Posts: 15
  • Country: de
Re: Double switch for 230V 13A heating elements
« Reply #8 on: June 24, 2021, 12:03:58 am »
The copper track is definitely thinner than it needs to be to carry 13A (IIRC it would need to be about 30mm wide); but that's why I soldered the wire on top of it.
Does it make sense for the track to still overheat?
 

Offline Circlotron

  • Super Contributor
  • ***
  • Posts: 3180
  • Country: au
Re: Double switch for 230V 13A heating elements
« Reply #9 on: June 24, 2021, 02:35:38 am »
It would be a good idea to put an RC snubber across each relay contact to make them last a long time.
 

Offline ajb

  • Super Contributor
  • ***
  • Posts: 2603
  • Country: us
Re: Double switch for 230V 13A heating elements
« Reply #10 on: June 24, 2021, 05:43:58 am »
What relays are you using, and what is their specified contact resistance? 

Looking at the datasheet for the ALE14B05 part mentioned by Terry Bites, the initial contact resistance is given as 100mR max, and if your relays are similar then they could be dissipating up to 17W at 13A (I2*R).  That's a fair bit of power, so would make sense that the tracks attached to the contacts are heating up, since they form a more thermally conductive path than the plastic casing of the relay. 
 

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: Double switch for 230V 13A heating elements
« Reply #11 on: June 24, 2021, 06:24:17 am »
That board is a little scary, I don't think I'd trust it in that kind of heavy duty service in my house. The 240V inputs in particular, those connections are way too small, the pads should be large with a nice beefy solder joint completely surrounding the wire that comes in. The tracks should be wider on both the line voltage and low voltage side, the low voltage traces are ridiculously scrawny. Those slots milled in the board are also much larger than necessary and as someone else noted it results in the board being very weak.

Definitely do look at the characteristics of the relays, 13A is a significant load, and your pads that the relays attach to are too small. Don't use little round pads, use large oval pads, oval to increase the gap between pads, but large enough to provide more surface area. Add more copper where you can too, in some places the traces have to narrow down but you have lots of space where you could put copper pours to reduce the resistance. Another technique you can do is use traces without solder mask and coat them with additional solder to make them thicker, or solder bare wires over them, soldered along the whole length rather than just at the ends.
 

Offline fourfathom

  • Super Contributor
  • ***
  • Posts: 1883
  • Country: us
Re: Double switch for 230V 13A heating elements
« Reply #12 on: June 24, 2021, 06:30:49 am »
It would be a good idea to put an RC snubber across each relay contact to make them last a long time.

Does this really make a difference when switching a resistive load such as a heating element?  Is there enough inductance in a water heater element to generate an inductive kickback disconnect-spike?
We'll search out every place a sick, twisted, solitary misfit might run to! -- I'll start with Radio Shack.
 

Offline Circlotron

  • Super Contributor
  • ***
  • Posts: 3180
  • Country: au
Re: Double switch for 230V 13A heating elements
« Reply #13 on: June 24, 2021, 07:48:14 am »
It would be a good idea to put an RC snubber across each relay contact to make them last a long time.

Does this really make a difference when switching a resistive load such as a heating element?  Is there enough inductance in a water heater element to generate an inductive kickback disconnect-spike?
There is not much at all in the way of inductance, but if the relay contacts happen to open near the peak of the voltage (and therefore current) there will be something of an arc until the voltage and current pass through zero. Likely many installations don't use a snubber, but it's the difference between running nearly forever without failure and "rough enough is good enough". Some might call it gilding the lily but it's quite simple to do. Just make sure you use an across-the-mains x-rated cap and preferably a wirewound resistor for it's instantaneous surge rating.
 

Offline lem0nheadTopic starter

  • Contributor
  • Posts: 15
  • Country: de
Re: Double switch for 230V 13A heating elements
« Reply #14 on: July 01, 2021, 03:08:22 am »
Ok, I did many many tests and I think ajb is right

The circuit is reaching around 45°C (113°F) on the yellow area, but around 80°C (176°F) on the red circles:


They're all relay pins. I don't know why the relay on the right is handling it better. I could try to replace the relays, but I think the main issue is with the board tracks - I tried just soldering the relay on a prototyping PCB and it barely heats.

I guess I need to get back to the drawing board, but I'm wondering if it's better to create a bigger unmasked track to deposit solder on the PCB or just avoid tracks and rely on the wires.
I searched more, but I really couldn't find a double switch relay with spade-connectors (and being double switch adds one more layer of protection, since I can't have both on).
 

Offline jonpaul

  • Super Contributor
  • ***
  • Posts: 3366
  • Country: fr
Re: Double switch for 230V 13A heating elements
« Reply #15 on: July 01, 2021, 05:19:13 am »
To OP: Bravo for the effort but its dangerous.

A 230V 5 kVA CONTACTOR  is needed,  not a PCB mt relay.

The relay and PCB are a fire hazard due to arcing, and creep/strike, besides the heat dissipation in the PCB Cu and solder joints.

Industrial controls at 5 kVA is screw terminals and crimp splices.

If this runs a heater 24/7 and is unattended, you have a FIRE HAZARD.

IF a fire were to happen the use of such DIY electrical devices without regulatory or safety compliance will cause you liability.

Please don't  use this, consult a licensed electrician in you location.

Bon Chance,

Jon

Jean-Paul  the Internet Dinosaur
 

Offline lem0nheadTopic starter

  • Contributor
  • Posts: 15
  • Country: de
Re: Double switch for 230V 13A heating elements
« Reply #16 on: July 01, 2021, 10:43:57 am »
A 230V 5 kVA CONTACTOR  is needed,  not a PCB mt relay.

Thanks for the input.
I don't mean to dismiss it and the risk of this design has, but I see there are some commercial products that do something similar using PCB relays; e.g. Shelly (230V 15A) and SONOFF Pow R2 (240V 15A).

Do you think the danger comes from doing this on a PCB (and so those products have the same level of risk) or something specific to my design?

Thanks!
 

Offline themadhippy

  • Super Contributor
  • ***
  • Posts: 2582
  • Country: gb
Re: Double switch for 230V 13A heating elements
« Reply #17 on: July 01, 2021, 11:24:10 am »
Quote
A 230V 5 kVA CONTACTOR  is needed,  not a PCB mt relay.
And the difference between a contactor and  relay is? and why 5Kva when the circuit dont even reach 3Kva?
There are numerous commercial products  out there rated for switching 13A using similar relays ,as long as the everything is suitable rated there shouldn't be a problem.
« Last Edit: July 01, 2021, 11:26:10 am by themadhippy »
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19522
  • Country: gb
  • 0999
Re: Double switch for 230V 13A heating elements
« Reply #18 on: July 01, 2021, 12:37:03 pm »
Quote
A 230V 5 kVA CONTACTOR  is needed,  not a PCB mt relay.
And the difference between a contactor and  relay is?
There's a big difference between a contactor and a relay. The main one is safety. In a contactor, each pole consists of a pair of contacts, which are brdged by a sping-loaded bar, when it closes. A relay has just a single contact. In a single phase application, a contactor will disconnect both the live and neutral, for extra safety.  A contactor also has an arc extinguishing device, but a relay doesn't.
https://www.google.com/search?client=firefox-b-e&q=difference+between+a+contactor+and+relay

Quote
why 5Kva when the circuit dont even reach 3Kva?
There are numerous commercial products  out there rated for switching 13A using similar relays ,as long as the everything is suitable rated there shouldn't be a problem.
Depends on the requirements for reliability and safety.

The heater should obviously be protected by a thermal fuse, to prevent fire, in case the control circuitary fails. In this case, the heater is small enough to enable the thermal fuse to be wired in series with it. A much larger heater would require a contactor, with its coil in series with the thermal fuse.
 

Offline themadhippy

  • Super Contributor
  • ***
  • Posts: 2582
  • Country: gb
Re: Double switch for 230V 13A heating elements
« Reply #19 on: July 01, 2021, 01:11:49 pm »
Quote
each pole consists of a pair of contacts, which are brdged by a sping-loaded bar, when it closes. A relay has just a single contact
99% of the time id agree,however there are exceptions,like some ancient  allan bradley contactors, there defiantly marked as contactors but operate like the above description of a relay, but they do use some rather nice  oil dash pots  on the current overloads,
Quote
A relay has just a single contact. In a single phase application, a contactor will disconnect both the live and neutral
so will a double pole relay
Quote
A contactor also has an arc extinguishing device
so do some relays and some contactors dont

The difference between the 2 has been argued about  for years,and i don think there ever will be a definite definition of the 2
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19522
  • Country: gb
  • 0999
Re: Double switch for 230V 13A heating elements
« Reply #20 on: July 01, 2021, 01:46:34 pm »
Quote
each pole consists of a pair of contacts, which are brdged by a sping-loaded bar, when it closes. A relay has just a single contact
99% of the time id agree,however there are exceptions,like some ancient  allan bradley contactors, there defiantly marked as contactors but operate like the above description of a relay, but they do use some rather nice  oil dash pots  on the current overloads,
Quote
A relay has just a single contact. In a single phase application, a contactor will disconnect both the live and neutral
so will a double pole relay
Quote
A contactor also has an arc extinguishing device
so do some relays and some contactors dont

The difference between the 2 has been argued about  for years,and i don think there ever will be a definite definition of the 2
Ancient technology aside, the difference betwee a relay and contactor is clear: a contactor is designed to dissconnect large loads, safely, without welding. It can have auxiliary contacts for monitoring.

There are safety relays, but they're designed to swtich smaller loads, such as contactor's coil.

It's importat to know the difference. For example, if you were to replace a contactor on an industrial machine, with a relay, it would severely compromise the safety. If it failed to stop, when the emergency stop button is pressed and someone was injured, you would be liable.
 

Offline jonpaul

  • Super Contributor
  • ***
  • Posts: 3366
  • Country: fr
Re: Double switch for 230V 13A heating elements
« Reply #21 on: July 01, 2021, 04:17:29 pm »
Sorry for confusion....rather than Contactor, I meant an industrial relay.

The 13 A PCB mt are not going to last in a such an application.

Derating 50% I would use a heavy duty relay with double break contacts rated 260VAC, 25A.

Reason....in permanent install on water heater, continuous use.


We used these

POTTER & BRUMFIELD - PRD-11AYO-240 -  DPDT 240VAC 25A
https://www.digikey.com/en/products/detail/te-connectivity-potter-brumfield-relays/PRD-11AY0-240/365939

Jon


Jean-Paul  the Internet Dinosaur
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19522
  • Country: gb
  • 0999
Re: Double switch for 230V 13A heating elements
« Reply #22 on: July 01, 2021, 07:46:33 pm »
Sorry for confusion....rather than Contactor, I meant an industrial relay.

The 13 A PCB mt are not going to last in a such an application.

Derating 50% I would use a heavy duty relay with double break contacts rated 260VAC, 25A.

Reason....in permanent install on water heater, continuous use.


We used these

POTTER & BRUMFIELD - PRD-11AYO-240 -  DPDT 240VAC 25A
https://www.digikey.com/en/products/detail/te-connectivity-potter-brumfield-relays/PRD-11AY0-240/365939

Jon
I don't see why you need such a big relay.

15A should be enough, so long as it's not turning on and off too frequently. Breaking both poles helps a lot to reduce arcing.
 

Offline NiHaoMike

  • Super Contributor
  • ***
  • Posts: 9016
  • Country: us
  • "Don't turn it on - Take it apart!"
    • Facebook Page
Re: Double switch for 230V 13A heating elements
« Reply #23 on: July 02, 2021, 02:31:36 am »
HVAC type contactors are so cheap there's little reason to not use them. They're readily available with 120V or 240V coils, which work great with small SSRs. Or just control the contactors using off the shelf Sonoff smart switches.

If you want some more advanced control over it, add a temperature sensor on the cold water line right at the heater in addition to one sensing the tank temperature. Have it sense the cold line getting cold (easy way to determine if hot water is in use) and switch on the top element ahead of time if the tank temperature is below the safety limit.

You'll get the most savings building a heat pump for hot water but that's a fairly involved project.
Cryptocurrency has taught me to love math and at the same time be baffled by it.

Cryptocurrency lesson 0: Altcoins and Bitcoin are not the same thing.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf