Do you have a fan in there? Looks like the fridge temp is dropping but the beer temp is not. Where are your probes located? I the fridge probe in clear air?
Not sure if anyone saw the new Raspberry Pi 4:[...]
You can pre-order them now (which I just did.)[...]
Riiiight ... and getting Wheezy running on the new 3's when they came out was a cake walk.Yeah, well, I like to get my feet planted on something proven before setting out into The Great Unknown
And if past is prolog there will be pain on that path...
With colder temps the fridge has to run longer giving internal convection a chance to get going, and the higher temp differential reduces the relative impact of the sensor/element interaction.I do not have a fan. I have a thermowell for the beer. Now that you say that i might have the fridge probe to close to the cooling element. Never had this issue before with the lower temps.
Riiiight ... and getting Wheezy running on the new 3's when they came out was a cake walk.[...]
Did you change the default "Temperature Setting Maximum" value from 86°F?
View attachment 632589
Cheers!
curl -L install.brewpiremix.com | sudo bash
curl -L upgrade.brewpiremix.com | sudo bash
sudo /home/brewpi/utils/doUpdate.sh
Fair question and thanks for asking! I know trying to get information around here is like taking a sip of water from a firehose. So many of us have been through the conversation over years we forget how to provide an entry point for a newer person.I'm a little bit confused about the BrewRemix. Is it a improved version (and seemingly, easier to install?) of the DIYBrewPi, but still using the same parts?
Yeah the Wiki was made so that "information could be updated ... " yeah was never updated. So I posted a note there. I've created updated documentation, about 200 links (listed in the release post above) and we get to build on the community here. It's definitely the place to start for your friend, send him on over!Ah, gotcha! I was going to refer the Wiki to a friend that wants to build a proofer that can do cold and warm temperatures, but when I checked on it, I saw the mention of BrewRemix and this is where the confusion started, as it wasn't really clear how it started and if it's an improved version.
No fan on this case, and it does not seem too hot. I'll bust out the infrared thermometer after coffee.fwiw, by all accounts the unmodded case is a death sentence for the 4B, which really needs a fan (there are already "how to's" on how to mod the case for a fan).
But of course!Got Remix running on it yet?
sudo /home/brewpi/utils/doUpdate.sh
curl -L upgrade.brewpiremix.com | sudo bash
As with all such things, Dave was right and I was ....in error. That sounds better than "wrong."No fan on this case, and it does not seem too hot. I'll bust out the infrared thermometer after coffee.fwiw, by all accounts the unmodded case is a death sentence for the 4B, which really needs a fan (there are already "how to's" on how to mod the case for a fan).
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="youraccesspointnamegoeshere"
psk="yourwifikeygoeshere"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
Awesome - appreciate it! This got me further than i was! Brewing at the moment but plan to fiddle with that file and see where I get. Cheers.If you did your build back when this thread was young than you're most likely running on Raspbian Wheezy, in which case you should be able to fix your wifi configuration by editing /etc/wpa_supplicant/wpa_supplicant.conf and entering the new credential info.
As an example:
Code:ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="youraccesspointnamegoeshere" psk="yourwifikeygoeshere" proto=RSN key_mgmt=WPA-PSK pairwise=CCMP auth_alg=OPEN }
Cheers!
Am I high, or did your user name just change?Awesome - appreciate it! This got me further than i was! Brewing at the moment but plan to fiddle with that file and see where I get. Cheers.
pi@brewpi:~ $ lsb_release -da
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
pi@brewpi:~ $ cat /etc/issue
Raspbian GNU/Linux 10 \n \l