Great!cache and that worked Thanks!
Great!cache and that worked Thanks!
Thank you,The original kit recommended using an "Alamode" shield atop the RaspberryPi for a compact package, but the Alamode has extra functionality over an UNO with things like an RTC - which uses some of the lower GPIOs. I found D2 and D5 through D12 could be used without conflicts. D0 and D1 are for the UART, of course, and D3 and D4 were used by the RTC, and finally D13 is shared with the "Blink" LED.
Using an UNO D3 and D4 are usable/not shared. So you should be able to use at least D2 through D12 without conflicts, but you'll have to grab D10 through D12 from the standard headers as there aren't Grove headers for those on your shield...
Cheers!
ThanksI meant from the single row gpio headers - on the the shield.
The Grove headers with I2C are all connected to the UNO's SCL and SDA pins so they're not going to be useful for your flow meters. Nor are the Grove headers for the analog pins A0 through A5.
View attachment 858470
The relationship between your UNO signals (D2 through D12) and RaspberryPints is set up inside RaspberryPints in a table. I am 200 miles from home so can't point you to the specific configuration page but it's in there somewhereI'll be home in a couple of days otherwise...
Cheers!
Great and okay to steal it off the grove connections to the I2C or analogs?You can definitely share 5v power (and GND) between multiple meters, they draw very little current...
Cheers!
My version is at https://github.com/rtlindne/RaspberryPintsI don't follow this project closely, but I still have rpints.com registered and a redirect to a copy of an install script I did for Tobor_8thMan (no longer a member here, apparently?) in my DNS.
If there's consensus on "who's in charge here?" please let me know. I am happy to either transfer the domain, fix the redirect, or do whatever I can to help (provided it's not a ton of work for me, of course).).
@ me on a reply or use the "reply" button on this message and I will see it.
I dont know why RPints wouldn't work on 64bit. Nothing is specific to the memory addressing. Maybe some dependency name are different and the installer wont find them.I've got mine working well, thanks to everyone, wondering is it compatible with 64bit yet?
If I wanted to transfer onto a raspberry pi 3 dedicated to pints how would I back up and do this.
Not as simple as taking the SD card out of the Pi 4 and putting it in the 3?
Any ideas?
Thank you, my kegs would kick automatically I suspect if I got my flowmeters calibrated accurately enough.You can make graphs in the analytical section of the admin page.
One can actually set-up RPints to kick a keg automatically if inclined.
To manually kick and tap kegs. In the admin, go to your ‘kegs’ and ‘taps’ settings. Make the necessary switches to the particular Keg and Tap, and be sure to save any changes.
Do you have any beers with special characters in their name? Specifically an apostrophe (')?Any hints, tricks or ideas?
That was Exactly the problem! Never realized I put all my apostrophe beers on Tap 1Do you have any beers with special characters in their name? Specifically an apostrophe (')?
I looked at my setup and I do and I found that I dont handle that in the code and willl have to fix.
I just put a fix into github to prevent the apostrophe from causing issuesThat was Exactly the problem!
PERFECT! My Belgian Golden Strong, Winter Seasonal, and Irish Red appreciate the fix!I just put a fix into github to prevent the apostrophe from causing issues
What script/link are you using to install?I'm installing on a raspberry pi 4 the 64 bit OS with rpints2.
WHilst I install pints to use flow weters I got this message
Thank you, I'll try the addition you mention in the post 8179 and see what happens.I setup a Pi 5 and had to update my scripts for the new Python packages and got x64 working.
I will look tomorrow to see what i committed. I Thought i had most of my scripts in but i didnt/cant test with pi 4
Yep Just install like usual. If it doesnt work I would need to know the Pi OS versionSo I just run the install script as before ?
I run my Pi as headless and use any device on the network to connect to Rpints webpage (i.e. laptop, phone, tablet) The only thing I need to be careful of is that my guest WIFI cannot get to the device on my main network so I have to be on the correct WIFI to see it.I was also thinking of using an old Raspberry Pi 3b as a headless RPints, then I would just access the webpage via the pi 4 ?
I have it working and have valves that could prevent pours, but I dont actually have the beer hooked up through them. Mostly a proof of concept and testing Untapped settings to make sure that logic works. Its a lot of setup both for beers and users but its cool if you want to be able to display what someone is drinking without having them check it in. On my list is a party tag to be able to unlock all taps for x hours instead of until a beer pour is detected.RFID tag that I've got but it's on the to do list.