Looks like a "1" where an "l" should be. Try this instead:
Cheers!
Code:
$ git clone https://github.com/Manuel83/craftbeerpi
Cheers!
$ git clone https://github.com/Manuel83/craftbeerpi
Anyone know why I get this error when trying to download and install CBPI 4?
pi@raspberrypi:~ $ git clone https://github.com/manue183/craftbeerpi
Cloning into 'craftbeerpi'...
Username for 'GitHub: Where the world builds software': ************
Password for 'https://[email protected]': **********
remote: Repository not found.
fatal: repository 'https://github.com/manue183/craftbeerpi/' not found
Well, I've had the chance to double check my wiring, and it looks good per the attached drawing I've seen floating around on here. However, someone recommended I use a 2.2K resistor instead of the 4.7K one. Just to be sure that wasn't causing a problem, I doubled two of my 2.2K resistor's in series for 4.4K total. This still didn't cause them to show up either in the RPi file system or under the CBPi 3.0 Equipment setup- Add Sensor- Select Sensor pull down. Thoughts?Everytime it's come back blank for me I've spent multiple hours googling what the hell is wrong with the software and everytime it's been a problem with the hardware, wire came loose.
I don't have another system to test with and this is my first foray into RPi.Do you have another micro, as an arduino or similar, to test the sensors?
I'm glad you kept pushing this Phoenix. That pushed me to remove the wires run to the terminal and It turns out that I had a small short between data and VCC where I connected to the hat! Once I found that I did a quick test, connecting a sensor directly and it showed up fine. Thanks!!Have you tried hooking up a sensor w/o the disconnect to see if you can get a reading? Also IIRC 1 wires can't be plugged in after boot. The sensors have to be connected then the PI booted.
GPIOPWM is what you want if you have it on an ssr. 1 Hz is good. That will make it half second on half second off at 50% duty for example.Do I set it for GPIOPWM? If so, what frequency? I'm connected to GPIO18.
I'm glad you kept pushing this Phoenix. That pushed me to remove the wires run to the terminal and It turns out that I had a small short between data and VCC where I connected to the hat! Once I found that I did a quick test, connecting a sensor directly and it showed up fine. Thanks!!
Next I need to figure out how to set up my 5500W element. Do I set it for GPIOPWM? If so, what frequency? I'm connected to GPIO18.
Anyone using this I/O board in a Raspi-based brewery controller?
IONO Pi
Not the cheapest solution at $113 but seems to have everything needed for controlling up to 3 SSRs (via open collector outputs), One-Wire interface on GPIO4 (plus 3 other GPIO) and 4 pumps @ 120V (via NO SPST relays). Looks to be a viable solution for someone wanting an all-in-one interface board. Also, has built-in poly-fuse on 9-24V power supply input, which I’ve not seen on any of the custom CBPI boards. There is also a CM Pi model with built-in PT-100/PT-1000 support, but that is even more costly.
cd (should return you to the root file system)
sudo mkdir CBPI3test
sudo git clone BrewChef/craftbeerpi3
This should download everything you need to run.
What I do know is this is a more updated repository that includes everything to actually run, from my experience, and is how I currently run my craftbeerpi without issues.
The definite downside of what I'm having you do is you have to start over, add your sensors, actors, kettles, etc all over again. If you kept a list of your GPIO numbers and what they all lead to, this will take 5 minutes....and hopefully work.
Gonna end this with the fact that I don't actually know what I'm doing, I'm just trying to help given my experience.
I did rename the folder, and now that makes sense to go to that directory to do the test...Did you rename the original craftbeerpi3 folder before or after git clone? I'm going to assume it errored out that's why you had to rename it before cloning? Reading through my post I forgot to include a step heh
sudo mkdir CBPI3test
cd CBPI3test
sudo git clone BrewChef/craftbeerpi3
One thing I did notice from your image, I've circled in the image below. Did you originally have this GPIO type going to relay board then change it to GPIOPWM ? Make sure you are hitting update and not close. If so maybe it's not saving your changes. I don't use a relay board, so I can't help you there if you are. You've posted before there is a ULN2003 between the RPI and the SSR. I don't know much about it, I'm going to assume it's to step up the voltage to trigger the SSR. If so I don't believe you'd use the relayboard type, CBPI won't care there's something in the middle of it and the SSR, the array would just step up the voltage.
Also, while testing, make sure your elements submerged in water. Dry firing it is no good.
Ultimately, I still think it's a software thing. I'm not sure if you'd be keen to just reformatting the card and starting from scratch to make sure the original outdated install isn't messing with the brewchef install. Might be worth a shot if none of the above seems to work out.
swimlan, I believe so. I've tried many different actor types and combinations. I've had it on GPIOPWM at Hz on IO18 most recently. I still get the error when I update.@Wootonius Did you set the hertz, gpio, and type property?
swimlan, I believe so. I've tried many different actor types and combinations. I've had it on GPIOPWM at Hz on IO18 most recently. I still get the error when I update.
Thanks for checking in, Phoenix. Unfortunately, I've been traveling for work all week and haven't been able to do anything! I'm hoping I can get some work in on it Saturday morning. My plan is to wipe the Pi and reload everything from scratch...Any luck?
Got it!Right on. Good luck!