-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWM on primary only during boil #119
Comments
Sounds like you already done some wiring on that S40 to bypass the controller it comes with. So that machine has two heating elements like the G30? One small one for mashing and one larger for the boil (both power on for the boil I assume). If so, you might want to wire it up like the old G30 system which is what I have. On those systems the is a rocker switch on the base of the system that lets you toggle the large element on or off. There is only on power cord for the heaters and another one for the pump. I have the pump on a small relay but use an SSR for the heat because PID control will cycle that quite frequently and a relay wouldn't last very long under those conditions. So wire the one power cord to the SSR and wire it so that the smaller element is always on and the larger one comes on only when you flip the switch. I just brewed today and it is pretty well automated with Brewpiless, I flip the switch when it is time to raise the temp to mashout because the small element would take forever to raise the temp that much. I have a 110v system and I have to have PWM at boil set to 100% but it is adjustable in the settings. Once you get everything set up and dialed in you will love it. |
I have the system built but am now ready to install it into the S40. Yes the S40 has a switch to turn off one element, but both elements are powered by individual relays in the S40. |
Here is my circuit |
I have two separate elements. Primary and Secondary.
I am using the secondary element for mash stage driven by an SSR (so that it can use PWM).
I use primary and secondary elements for boil. My primary element is on a relay just on or off.
I want to be able to set a % PWM during boil but I only want it to affect the element on the SSR, not the one on the relay. Is this possible?
If not I could combine both elements as primary and run them both off the SSR.
Combined my elements are only 2400W with a 40L capacity so I may not need to run at less than 100% during boil.
The text was updated successfully, but these errors were encountered: