• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Search results

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I've read that anything other then Swissflow may produce considerable error. I can't remember the post, but it was something like a tenfold difference is counter readings. I just bit the bullet and paid $75 each for 4 with fittings on eBay. But I've been testing with an YF-S401 and I think...
  2. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I did find out...dumb me...not remembering what things I clicked... If I enable the "Use Tap Valves", I get that error...that being said...I don't have valves yet. I will do more testing once I do. Can you remind me what valves and fittings you used? Thanks, Ben
  3. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Now I am getting this from Rpints.log and can't get it to stop repeating even if I reset Uno 2020-01-30 02:16:46 RPINTS: flowmonitor aborted, restarting... 2020-01-30 02:16:46 RPINTS: NOT resetting alamode 2020-01-30 02:16:47 RPINTS: waiting for alamode to come alive 2020-01-30 02:16:47 RPINTS...
  4. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    so...I'm getting consistant RFID reads now...just had to press hard on the tokens. (i'll be using pvc cards on order) So just testing with these POS's for now...but... 3 new questions.... 1. Any way to have an audible beep when it reads? 2. Is there a time limit for turning on and off the...
  5. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    So are you getting any consistent response from your RFID reader/writer? Mine is not working with all cards...just wondering if it's a reader issue or something in the code...is there a way to view logs for RFID ? rpints.log only gives info once a RFID is read and assigned to a user.
  6. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Disregard. I found the "Unassigned" drop down in the Drinker Accounts Interesting that the simple "Read.py" I used has a different ID then Rpint...but I don't care...it works. Seriously RandR+ should be the only fork to use. Period. Full Stop. Thanks again.
  7. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Thanks for the quick response.... I updated and and made sure debug was on for "Config.py"...now tail -f /var/log/rpints doesn't show any error but not getting RFID to show any data either. rpints does show "RFID Reader RFID-Default is Running" and I can still run a simple "Read.py" and get...
  8. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Trying to use RandR+ code for RFID...(@RandR+ Thanks for making a kick a$$ install script and version) I can run a test script and get the RFID number...but when I check rpints.log... I get. PHP Notice: Undefined index: saveNonUserRfids in /var/www/html/includes/rfidCheck.php on line 27 SDA...
  9. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    anyone using valves and RFID? What's your setup? I'm looking to incorporate a door lock and tap valves...ie. Someone has a card or fob and can come in the garage (taproom) and then scan at the tap and draw a beer and it will associate with their "account"...anyone doing something like this??
  10. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Thanks for the help...it was quite obvious once you said it.o_O..now...I am trying to assign a "flow pin" and it's saying "Cannot Execute Query"....Any ideas? I'm wondering if changing the Schema.sql when it first ran maybe broke something. I can't perform a number of different updates.
  11. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    So...now that I have a working Taplist...I would like to get flow meters working...if I am using RandR+ code on RPi3+, then I think some things are missing/wrong as I can't find /var/www/html/python/flow_monitor.py to allow an UNO board to work instead of AlaMode (too cheap to buy) There is a...
  12. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Just an FYI...for some reason, when using your script, I needed to modify /var/www/html/sql/schema.sql on line 567 just before the DB was updated. something about MarianDB's new code. `loadCellTareDate` TIMESTAMP DEFAULT NULL, `loadCellTareDate` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, It didn't...
Back
Top