• 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. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok, let me see how I can update that release .zip... Depending on your flow meters, you'll have to change some of the defaults in the tap config. There are a few posts in this thread that tell you defaults or what to watch out for. Cheers, -Th EDIT: I cut a new release on github, the new link...
  2. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok, I think I found the problem. Your tapconfig table is missing a column, caused by a missing statement in the install file. It's in the repository, but it didn't make it into the release zip file. Sorry about that... So, here is how you can fix this. Just follow the steps down below, don't...
  3. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Main thing we'd still need is the rpints.log to see what happened when you changed the tap count. If you restarted the service since, that's gone, so need to do that again (+ change a tap setting). In addition, there is the error log of the web server that might be helpful, its in...
  4. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok, much better to see whats going on. From what I can tell, is that you still have the number of taps set to 0. You need to set that number 1st (it's all the way on top), and hit "Update number of taps". If you've done that before while the service wasn't running, try doing that again, choosing...
  5. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Yes, the entire file would be sorta required to debug this properly. One thing I can see, however, is that the flow counting is not enabled in the preferences. There was a post awhile back where I think I mentioned it (it's getting tuff to keep track of them all...), but you need to start out...
  6. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Yes, it needs to communicate with the board. -Th
  7. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Is the flowmon service running? Send me /var/log/rpints.log Cheers -Th
  8. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    You should be ok w/o the meters. Cheers, -Th
  9. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ermm, is your PintDispatch service running? That would explain this. Also, you have to copy that file before stopping or restarting that service, otherwise it'll get overwritten. It should still exist, unless PintDispatch (the old flowmon.py) was never started. Cheers, -Th Edit: here is the...
  10. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Attach the file /var/log/rpints.log (the whole file). I have a feeling one of the DB tables is corrupt or still has the old structure. That log file will tell me. Cheers, -Th
  11. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    hmmm, dwygrsshpr, so I just thought about this, and the above may not work for you since the db structure most likely changed from the version that you have to what it is now. You should still be able to save and restore your beers and kegs, but I think you'll have to redo the tap list (since I...
  12. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    This <span class="tapcircle"> <img src="img/<?php echo $i; ?>-Ball.png" alt=""> </span> would be the full line of code for above example (I added line breaks since the forum starts side scrolling otherwise). It will look for those 1-Ball.png (etc.) files are in a 'img' directory...
  13. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ah, found what you mentioned in your PM. You can use phpmyadmin for backup/restore, just add '/phpmyadmin' to the URL of your tap list. Log in using the database login (the one you created for the DB during the first install, not the Pi login). On the left hand side, you'll see a...
  14. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Nice design, guper, gonna have to try to print that! Yes, I also noticed longer "spacers" under the GPIO headers of the newer alamodes. Cheers, -Th
  15. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    There was a brief period last year towards the end of November when this bug was in the current repository. I've since cut a release, which does have the bug fixed, did you use: https://github.com/HentschelT/RaspberryPints/releases/tag/th-2.1.0 ? There was a post just before Christmas where I...
  16. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Just installed with that same (wheezy) image on a Pi2, hdmi screen pops up right on first boot during install. Not sure what you got going on there... Cheers, -Th
  17. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Where did you download that wheezy image from? Cheers, -Th
  18. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    sudo nano /var/www/admin/includes/functions.php make sure that the function 'encode($string)' is as indicated in the last message. If you make changes, ctrl-o to save; ctrl-x to exit. There was a bug in the original version of RPints; when any of your beer descriptions had a 'return'...
  19. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    each relay has 3 contacts on the output side: The normally-open (NO) contact, the normally-closed (NC) contact and the movable contact that switches between the two. If you look from the top on each relay, NC is left, NO is right, and movable in the middle. You go from your 12V supply (X5) to...
Back
Top