PID or Relay for Circulating Shower

  • Thread starter Thread starter mess
  • Start date Start date
  • Tags Tags
    Pid Relay
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
mess
Messages
59
Reaction score
8
TL;DR
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.
 
Reply
  • Like
Likes   Reactions: 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.