• 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

    You have a ton of hard line breaks in your beer descriptions, which (as raysmithtx indicates) is what prevents that script from running and filling the the entries. The first two are here: 'made 20 G with Rob D. I got ten. 5G with 3333 5G with 3944' The first two lines have hard line...
  2. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Try w/o that quotation mark. Sorry about your cat (and the name you may have to mutilate... :( ) Other than that, go to your 'My Taps' screen, click on 'tap a keg', right click on the page w/o doing anything else in there, select 'View Page Source', scroll all the way down until you see...
  3. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Any quotes (single or double) in there? Cheers, -Th
  4. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Again, clearing the DB doesn't get you much progress. Since you got no passwords set during install, we have to set phpmyadmin to allow password-less log in. from a terminal: sudo nano /etc/phpmyadmin/config.inc.php search for the line that says: // $cfg['Servers'][$i]['AllowNoPassword'] =...
  5. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    ugh, empty pass for the pints user, funny. There is another user/password you can try, check out /var/www/admin/includes/configp.php And last not least, there is one more: /var/www/admin/includes/conn.php Don't wipe out the DB just yet... Cheers, -Th
  6. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Don't think you do, there a a few more tricks if this for some reason wasn't working. make sure you enter a proper email address, and that your pi has internet access when doing the password recovery stuff. Cheers, -Th
  7. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    ok, misunderstood you at first, thought you'd lost the database password (just re-read, you actually want the user password). That password is md5'd in the database, so you won't be able to see that in plain text. BUT, here is a solution, I think: in config.php, see see a statement that...
  8. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    in a terminal: more /var/www/includes/config.php Cheers, -Th
  9. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Take a look at /var/www/includes/config.php Cheers, -Th
  10. CaptnDelta

    Keezer is pretty much finished - Lots of 3d printed parts

    Something a bit more on topic for this forum: I printed a few pieces for my fermentation chamber, pics are below: (1), (2) + (3): a shelf that fits the little Lasko space heaters I use in my fermentation chambers (link). They're out of the way now... (4), (5) + (6): a holder for my aeration...
  11. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Try another SD card, I think this one is shot... Cheers, -Th
  12. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Thanks for the bug report, I've updated my github repository with a fix in the master branch. This will be part of the next release. Since you know your way around diff's and stuff, you can also (next time) use github to report a issue, and just link it here. Makes it easier to track, easier to...
  13. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Yes, thats' essentially correct. The update count governs how often the alamode/arduino reports. The pour shut off is what the service will compare the update value against. The reason for the update count seperate from the shut off count is that I eventually wanted to update the display as a...
  14. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    For the folks using my version: I noticed a bug in the tap config, in which when you set up a tap for the first time (basically adding a tap), the flow conversion value doesn't get set and reverts back to 0. I found the problem, and I'm about ready to commit this to the master branch on...
  15. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Just checked your alamode, and was able to program it by timely application of the reset button. Turns out pin 18 of your connector wasn't soldered (which resets the board just before, so the programmer can do its thing). I re-soldered the header, it's working... Cheers, -Th
  16. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Cool! Got a github account? You could post that on the wiki there: https://github.com/HentschelT/RaspberryPints/wiki This way it's in one place... Chhers, -Th
  17. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Yea, something on your relay input/level converter wiring is wrong. As given in that picture, no relays should be on altogether (RPi GPIO isn't even connected, and they're all on). They should be all off. Either your level converter (ULN2803) is burned up, you got ground and +5V reversed, or...
  18. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I don't think we have determined anything like that... Yes, should work. Cheers, -Th
  19. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Yea, need to get to that this weekend... Cheers, -Th
Back
Top