-
Hi, i got a Lousiana Pellet Smoker but the App and control in General is not that good / not reliable and my Fan is spinning the same speed to every set temperature (is that normal?) Edit: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 27 replies
-
Hi @nickeeey, Welcome to the PiFire discussions. I'm not really familiar with the internals of the Louisiana Pellet Smoker (or really the app or controls). However, I can tell you that for Traegers, they don't change the fan speed at all. They will cycle the fan to increase smoke output, but they don't really use it to control temperature. This is the same for PiFire. The auger is really the main driver for temperature control. The fan itself we use to cycle, to increase smoke output, but only if desired. The PID works by running the auger for different amounts of time during a 20 second cycle, which helps to stabilize around a certain set point. It's by no means perfect, but it works pretty well. I'm not sure how it would compare to a more modern smoker grill like yours, but for some of us with older Traeger grills, it's beats the old (non-wifi) internal controller that came with it. And for the WebUI, it's a matter of personal preference. I personally like to use the WebUI on both my computer and my phone. I feel it works well enough for me, and what I need. However @weberbox has started to create an Android application for PiFire and he has pushed a version of PiFire that supports this in the BTW - In regards to converting the temperature from F to C, I'm going to work on that in a future update - so it's coming soon hopefully. |
Beta Was this translation helpful? Give feedback.
-
Hi James,
thanks a lot for your efforts in the Celsius topic here.
I have a bit strange behavior in my project:
Everything is running fine based on your great description, I am really surprised about the smooth installation.
There is only one point a bit irregular.
During installation I have selected the default / no hopper sensor selection.
Despite this selection I am getting some %numbers in the display about hopper level.
When I re-configure and choose the Tof sensor it always shows me 100%, even without any sensor.
When I switch back to default / no sensor the value is still alternating with and without the sensor.
Have you seen any behaviour like this?
Von: James Weber ***@***.***>
Gesendet: Mittwoch, 8. Dezember 2021 10:15
An: nebhead/PiFire ***@***.***>
Cc: thomasstrach ***@***.***>; Mention ***@***.***>
Betreff: Re: [nebhead/PiFire] Auger/Heat Control Question (Discussion #43)
Ok I took a look and this does break the Android app if PiFire is set to use Celsius. The Android app is currently written to use integers for the temps and C is being provided as a float. I will need take a look and see how I can adapt the code to make it work.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#43 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AL634BZ6AX5IFU2WJJDOWSTUP4OZNANCNFSM5FHT3RGQ> . <https://github.com/notifications/beacon/AL634BZPE4TLO4XM62CKDMLUP4OZNA5CNFSM5FHT3RG2YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAANQOAA.gif>
|
Beta Was this translation helpful? Give feedback.
Hi @nickeeey,
Welcome to the PiFire discussions. I'm not really familiar with the internals of the Louisiana Pellet Smoker (or really the app or controls). However, I can tell you that for Traegers, they don't change the fan speed at all. They will cycle the fan to increase smoke output, but they don't really use it to control temperature.
This is the same for PiFire. The auger is really the main driver for temperature control. The fan itself we use to cycle, to increase smoke output, but only if desired. The PID works by running the auger for different amounts of time during a 20 second cycle, which helps to stabilize around a certain set point. It's by no means perfect, but it works pre…