Replies: 4 comments 16 replies
-
I will test and report back. Thank you for the updates. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@nebhead firstly, thank you for sharing a such an amazing project. I have 2 questions, Is it possible to use a thermocouple amplifier such as the Adafruit MCP9600 or AD8495 with PiFire? I'm working through the idea of installing PiFire into a brick pizza oven, which I assume will exceed the temperature limits of most RTD probes. |
Beta Was this translation helpful? Give feedback.
-
I really love this project and I'm about to get my first Smoker from Pit Boss but I want PID so this project seems a great fit as a replacement for the oem controller for that grill. I watched a video by youtuber MrBigKid https://youtu.be/yDnBvptAdJk. He compared the Masterbuilt Gravity Charcoal grill and the pellet grill I'm looking at buying. He mentioned that one good feature on the Masterbuilt is a door switch that when triggered would stop the system from trying to compensate for the drastic temp change when the door opens. He complained that the pellet grill seems to try and overcompensate for the temp change by dumping pellets once the door was opened. Could a similar switch be included that would pause oven temp change until a certain time after the door closes? I haven't had a chance to look through all of the features but wondered if you had experienced this issue. I'm a little out of practice with programming so this project seems great for my skills. BTW nebhead you mentioned you might would have some printed circuit boards available. Do you have anymore of those boards and how might one go about getting one from you? Thanks and this is a Great Project! |
Beta Was this translation helpful? Give feedback.
-
Module Selection, Menu / Physical Button Inputs, Hopper Sensors Added
Some large changes to this commit. First, a module selection script has been added to PiFire which means that it is easier to select different modules to be used with PiFire. This has also been integrated into the setup/install script to install the right libraries for the current system.
Launch the module selection at the command prompt by typing:
$ sudo bash modules.sh
The module selection will also affect how the flask app behaves. If the prototype module is selected as the grill platform, it assumes you are running on a PC and launches in debug mode.
Any module configuration changes will require a restart (either via the supervisord or via a reboot).
Other changes:
Note:
Beta Was this translation helpful? Give feedback.
All reactions