Any chance you have Numpy installed by pip and the package manager?
Try this code, if it's installed with pip this will get rid of it. It may need sudo I don't know for sure.
pip3 uninstall numpy
Update:
New Arduino didn't help, lower resistor didn't help. Finally decided to go back to my shorter sensors that worked with the original Brewpi. Not sure if the longer sensors I got were just junk, appears that way, but BrewPi Remix has been perfect since switching back. :mug: to anyone who...
After the reboot it still wouldn't talk to the Arduino, I had to pull the power to the Arduino to get the two talking again. After that connected fine but the temp sensor eventually went null again.
Edit: First thing I did was replace the USB cable, but I'll try a different port.
Quick pull of the code it was complaining about above, assume it just couldn't find the Arduino.
brewpi@brewpi:~/glycol1 $ sed -n 1470,1480p brewpi.py
status[statusIndex].update({statusType: statusValue})
statusIndex = statusIndex...
brewpi@brewpi:~/glycol1/logs $ cat stderr.txt
2022-05-21 19:26:49 [E] Starting BrewPi.
Terminating due to fatal serial error
2022-05-21 23:17:15 [E] Starting BrewPi.
Terminating due to fatal serial error
2022-05-22 12:29:57 [E] Starting BrewPi.
Terminating due to fatal serial error
2022-05-22...
So not sure what happened last night, but got home and hadn't had any issues all day. I got the power supply so I plugged that into the Ardiuno and everything went smoothly until around 10. I looked at the website and the temperature went null. I went out and unplugged the USB from the Pi and it...
Yeah I'm running the glycol build. Update so far reflashing the Aurdino and adding the extra resistor seems to be working. My wife sent me a screen shot and it is still reading temperature as of about 4 this afternoon. My power supply got here and I'll put it in tonight. Thanks for the help...
That's been done, now I just have the one sensor, I also added the second resistor. The power cord for the Aurdino should be here tomorrow.
It's been a fun day trying to keep this afloat.
Thanks LBussy, I currently don't have any power for the Aurdino, just what it pulls off the USB from the Pi. I ordered what you recommended and it should be here tomorrow so I will report back. I did add longer wires for my temp sensors so it makes sense it is a power issue.
I also don't...
I'm having trouble with my temp sensors. They will after x amount of time start reading null. The amount of time is varied, it can read fine for days, but eventually it will go null. I have tried changing the USB wire from the Pi to the Aurdino, which "fixed" it for a little while but it...
I'm wondering the same thing. I'm almost out of bread yeast and didn't realize it was sold out everywhere. I was considering making a starter with DME and seeing what happens.
I also just kegged an Oktoberfest and saved a bunch of the slurry. I am going to try and make some pizza dough with it...
Did you look at Brewpi remix or Fermatrack, I believe both of those support multi chamber. The issue is the glycol, I know with brewpi remix LBussy had someone testing the glycol but they went awol. I need to get a smaller temperature probe and I was going to try and do some testing for him. I...
Found the issue,
in temperatureProfile.py line 44 and 45
temperatureReader = csv.reader(csvfile, dialect)
temperatureReader.next() # Discard the first row, which is the table header
temperatureReader.next() is a Python2 code, and this method needs to be changed for Python3. Changing the code...
Alright, daemon appeared to not be running due to permission issues, a quick run of doPerms.py seemed to fix that. Here is the error I am getting:
pi@raspberrypi:/home/brewpi/logs $ cat stderr.txt
2020-01-20 22:06:07 Starting BrewPi.
2020-01-20 22:06:18 '_csv.reader' object has no attribute...