Firmware 0.4.4 has been released (You MUST update!)

I have tried to look into the cause of this, but didn’t find it yet.
Can I remotely login to your system to see what is happening? (and fix the problem for you)

That would be great. I’ll look out for you on Skype and try to sync up to get you connected. Thanks for your support!

Found this thread, seems similar:

In this thread it mentions ARM vs ubuntu x86/x64. I am on ubuntu 14.04, which is x86, 32 bit. Could this thread be a similar issue? If so I must confess the solution might be a little above my head. Either way I will still look to get up early tomorrow and try to catch you on Skype. Thanks again.

Ah, I didn’t realize you were running on Ubuntu.
The updater downloads an arm binary for dfu-util and that’s why it fails.
So my advice should be just the opposite: DO install dfu-util from apt-get, so the updater can find it in the path and does not download it.

Careful here…I think on 14.04 ubuntu apt-get will pull version 0.5 of du-util which will not work with the script. Same problem I had here [Solved] No USB connection to brewpi.

You will probably need to download the binary from http://dfu-util.sourceforge.net/releases/dfu-util-0.7-binaries/linux-i386/. From this thread Flashing a Spark Core you bought elsewhere or in case of emergency) it reads likeFlashDfu.py should download the correct one.

Success!! I am now on 0.4.4!!

You were right spenceme, when I tried to install from apt-get it pulled 0.5 version and the update did not work. I grabbed the binary from the link you provided. Admittedly it took me a while to figure things out (as I’ve not used ubuntu much), but ultimately I figured out where to put that file and how to install it. After completing that, the updater.py ran perfectly and everything is now updated! Just in time too as I have a Belgian Golden Strong with an interesting fermentation profile ready to go right now, pitching yeast tonight.

Thank you everyone for your support!

1 Like

I just got my BPi up and running after buying all the parts a few years ago. I have a uno but not sure which Raspberry. How do I update? Do I need to hook it back up to the monitor? Sorry for all the noobness.

Hi,
BrewPi won’t cool or heat now?
Upgraded to 0.4.4 last night. Everything seems to go well (although I didn’t go back and read every line of the install yet, I’m at work now). Last night, I went into test mode on the BrewPi and manually turned on the fridge & the heater using the touch screen, all fine there. I filled a 5 gal carboy with water and inserted my beer probe into the therowell. Set the BrewPi with a 3 day beer profile. When I got up this morning, the chart showed no cooling or heating and temp probes in the beer and the chamber all crept up to the room temperature?!
Any thoughts at all on why BrewPi now won’t trigger cooling & heating?
By the way, I have Spark Photon v2 hooked up to a laptop with Ubuntu.
Thanks for any help!
R.D.

  • Do you have a heater and cooler installed in your device list?
  • Is it set to beer profile mode?

I’ll PM you in case you need me to have a look via screen sharing

Appreciate the quick response! Unfortunately I’m stuck at work for the next 7 hrs, 30 miles away from my BrewPi!

I do have a heater & cooler installed in the device list. They were both set to “non inverted”, is that correct? When I first noticed the heater wasn’t kicking in, I tried to switch to “inverted” as I couldn’t remember which way I used to have it? When I hit apply, it wouldn’t take the setting so I re-applied back to “non inverted”.

I set it to beer profile mode and hit apply. It showed a chart below with my 3 day set up. I assume it’s correct but I guess I’m not positive BrewPi was using it though, if that makes sense?

Non-inverted is correct. Check the dates on the chart.

Think I just figured out a big mistake on my part. I just found this in the docs. I had everything set to Beer 1 (on the Assigned To dropdown) instead of Chamber device. Oops! I think its working correctly now…
I could swear the last time I ran this I had them all set to Beer 1??? Guess not!

Assigned to (beer)
In each chamber, each device is either a Chamber device or assigned to a beer. Currently all
support devices are chamber devices, except for the beer temperature sensor which should be
assigned to Beer 1

1 Like

Hi

I have upgraded to 0.4.4 and my spark lost all connection to its one wire temperature sensors?

Under Device Configuration I now get:

Error while receiving device configuration: SyntaxError: JSON Parse error: Unexpected identifier “Couldn”

I didn’t do anything to change the temperature sensors which worked fine before (!)

Can someone help?

Thanks!

Will

This is because the script itself is not running. Check the logs to see if there is a hint why. At least click the start script button :slight_smile:

Hi Elco

Thanks for your help. Nothing happens when I click ‘start script’ - it changes back to ‘script not running’ when I move the cursor off it

Under the logs the only thing is ‘Cannot open log file e[Be[A/logs/stderr.txt’

Images of my brewpi attached if useful.

Bit stumped. Thanks for your help!

Will

In your /var/www/html directoy, is there a file called config_user.php?

If so, what’s inside? (cat config_user.php)

And do you have files in /home/brewpi?

I suspect the scripts are not installed in the usual directory and the web interface is looking for them in the wrong place.