PID or Relay for Circulating Shower

  • Thread starter Thread starter mess
  • Start date Start date
  • Tags Tags
    Pid Relay
AI Thread Summary
Using a PID controller for heating a circulating shower may not be necessary due to the inherent temperature variations caused by factors like heat loss to users and drainage. A simpler solution, such as a 50amp relay with a basic cycling range, could be more effective and easier to design. Concerns about the wear of relays are noted, but they remain a practical choice for straightforward applications. Additionally, the potential for contamination from soap and oils in recirculated water suggests that a basic temperature switch may suffice. Overall, a simple Arduino setup could provide flexibility for future adjustments without the complexity of PID control.
mess
Messages
59
Reaction score
8
TL;DR Summary
I am making a closed loop circulating shower for my campervan, and I am trying to decide between PID and Relay.
I am considering using PID (autopid arduino lib), in order to control the heat, with PWM and a 50amp mosfet heating a 40amp 24v heating element in a 3litter tank, but I am thinking, that since the water is going to be circulating, and sometimes losing heat to a person, sometimes falling straight into the drain, it will be varying anyways between +/- a few degrees, does it even make sense to use PID? or should I just use a 50amp relay with a basic range cycle?
 
Engineering news on Phys.org
It will depend on the reservoir time constant. You might do better with a fixed thermal mass in contact with the water, maintained at the required temperature.
 
  • Like
Likes russ_watters
I think you could do it either way. My preference would be to avoid relays, they wear out. However, relay circuits are easier to design. The switching device selection is, in general, a separate issue from the control method.
 
A simple arduino set up may be best - even if just to make edits in the future. Look at an ATtiny85 - not "native" in Arduino IDE but can be done.

On the Recirculate point - if you are recirculating water from the show back to the heater - be wary, as the pollution ( oils, soap, organics, etc) can really make a mess of a heater.
 
Seems like overkill to me. A simple temperature switch and relay is probably sufficient. I would not use a pid controller.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top