Can someone that's built this show some pictures of their completed system. Could someone also provide a schematic so we can see how all this wires to the pcb to the ssr's, pumps, etc?
Is it possible to set a start time so I could have my water at just the right temp when I get in from work?
Not a start time per se, but you can get it to delay when it ramps up the temp.
Set up "Wait" step- No kettle for how ever long before you want the kettle to come on, and then make the next step the HLT temp that you need. Set the first step for automatic. When the 6 hours (or whatever) is up, the kettle kicks on.
Boards shipped via dhl this afternoon. Some weird Hangup with those guys.
As stated earlier, I do have one weird issue where the outlets are on until the software starts which I work around by leaving the 220V and 110V that power the heaters and pumps unplugged until software is started up.
Edit: Also of note, from the picture to the diagram, I added a separate power supply to run the SSRs and run it through the relay board. The SSRs weren't tripping directly of the GPIOs and I was worried about the level of electrical separation. The diagram is correct, the picture is outdated by one revision.
It looks like you wired the outlet relays to be normally closed (NC). Any particular reason you did that? It is probably the cause of your power up issue. Have you tried moving the wires for the outlets to the normally open (NO) terminals?
Why are you triggering the SSRs with relays? Doesn't that defeat the purpose of the SSR? Why not try a NPN transitor on your breadboard, similar to what terragady and SHvB use? Most likely the reason the SSR wouldn't fire directly from the Pi is that you probably exceeded the current limits of the GPIO.
It does not defeat the purpose of the SSR at all as the purpose of the SSR is to switch the 220v (which has too much current for the relay board). The relay board is just providing switching to the power supply for the SSRs.