Here is my wiring
And pay someone to hover and click?Setup a webcam that is pointed at your screen
I just spent an interesting, enjoyable, but ultimately fruitless morning trying to figure out how to add security to the BrewPi implementation. Is there a currently commonly accepted method to do this to allow public viewing of the main page?
Hello, I'm in Argentina and apparently I fell victim of the weird probes as well. Tore one apart and it says Dallas ds18b20. Flat part facing the table, pins facing me, the cables from left to right are red, blue, black. The only way for the sketch to read it is connecting the black to the ground, red to the 5v and blue to the A4. If I disconnect the red cable from the 5v line then it stops reading it. But when it reads, it says parasite mode ON.
Not any other combinations of connections make it work. When I tried the black to 5v, red to ground and blue to data, it got really hot.
I also tried connecting only two of the probe cable at a time with all the possible combinations. Only connecting them to ground and A4, and also connecting A4 to the 5v line through the resistor. It reads nothing. This last thing I did it with another probe, not the one that got really hot.
I don't know what to do.
Hello, I'm in Argentina and apparently I fell victim of the weird probes as well. Tore one apart and it says Dallas ds18b20. Flat part facing the table, pins facing me, the cables from left to right are red, blue, black. The only way for the sketch to read it is connecting the black to the ground, red to the 5v and blue to the A4. If I disconnect the red cable from the 5v line then it stops reading it. But when it reads, it says parasite mode ON.
Not any other combinations of connections make it work. When I tried the black to 5v, red to ground and blue to data, it got really hot.
I also tried connecting only two of the probe cable at a time with all the possible combinations. Only connecting them to ground and A4, and also connecting A4 to the 5v line through the resistor. It reads nothing. This last thing I did it with another probe, not the one that got really hot.
I don't know what to do.
Are you talking about the wires connected to the terminal block?
Thanks for pointing me there sir.Isn't that back about 300 pages?
https://www.homebrewtalk.com/showthread.php?p=6038106
I bought these ~3 months ago. The 2 I have used work great, but I haven't tested the other 3. Granted, they're only 2M, but seem to do the trick.
So I just went through the install on a clean RPi 3 with the latest Jessie a couple times and believe it can be distilled down pretty simply[...]
I'm glad to hear your report. I was going to try the multi-home setup and that's what got me to trying different things for the installation. I figured if I was going to screw it up I needed to be able to get good at installing it.I followed your outline, pointed the installer to use /home/brewpi/brewpi1 and /var/www/brewpi1 for the root folders, and it almost worked perfectly.
A long time lurker, seldom poster, here.
First of all, I want to thank everyone who's participated in making this thread (and forum) a success. With all the helpful hints, workarounds, suggestions and forum commitment, I was able to successfully build my own BrewPi using many of the suggestions and ideas mentioned throughout this enormous thread.
I've posted some pics to maybe contribute and help others who are contemplating on taking on this endeavor.
Like many, I had no prior electrical experience and feared if I could do this or not. Let me say, yes you can! It took me about 6 months from researching, planning, purchasing, designing, installing, wiring and configuring, but in the end it was well worth it. Life (and what it throws at you) was the reason it took me so long to complete, but I finished it (for a Pilsner that I wanted to do) and proud of it.
So will you. I hope this helps somebody with their build.
Thank all of you for your contributions. Keep it up!
D.
I wish mine were 2M long. I will have to get some
One last little question my sensors are too big to fit in my thermowell I was thinking of cutting the shrink wrap off the stainless steel and the wiring and adding something to the inside of the stainless piece because I get condensation in my thermowell and has shorted previous sensors. Any thoughts
So I am very interested in doing that. I have read the post with the instructions included. Not sure how to go from where I ma to what you have suggested.
Set up identifiers for UNOS:
Remove all but one UNO from the USB ports and hubs, then run these commands:
$ udevadm info -a -n /dev/ttyACM0 | less > info.log
$ nano info.log
looking at parent device '/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4':
KERNELS=="1-1.3.4"
ATTRS{manufacturer}=="Arduino (www.arduino.cc)"
ATTRS{serial}=="85336303532351F0A031"
Repeat for additional UNOS on the USB ports
Then create the rules files:
$ sudo nano /etc/udev/rules.d/99-arduino.rules
SUBSYSTEM=="tty", KERNEL=="ttyACM*" , ATTRS{serial}=="85336303532351F0A031", SYMLINK+="brewpi1", GROUP="brewpi"
SUBSYSTEM=="tty", KERNEL=="ttyACM*" , ATTRS{serial}=="85334333931351F0F020", SYMLINK+="brewpi2", GROUP="brewpi"
$ sudo /etc/init.d/udev reload