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

    Homebrewing Facebook Group

Recent content by BDBeers

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 believe you have to hold CTRL while hitting F5 to refresh.
  2. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    The significant other did them in photoshop. She found a decent stock photo and then made the images just like the keg or bottle logos with the colors and outlines. I think one of the most important one is the stroke which is the empty color interior and somehow the CSS and coding helps fill...
  3. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Hi Carlosprite, I actually made that and added in the css and code into the beerlisttable to make it work properly. The aging, on deck and brewing are all custom from my own tinkering. Cheers, BDBeers
  4. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    @myndflyte So that took quite a bit of tinkering. You'll have to excuse my lack of or incorrect use of technical terms in some areas. Essentially, I took the "bottle" manager, model, list and form, from the admin area and copied those into their own php for on deck, brewing and aging. I...
  5. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    After much playing around with Raspberry Pints I'm getting pretty close to being done. My php skills are pretty limited but it seems to have turned out okay. There are still a few things to tinker with like massaging the CSS, fixing the temperature probe names to show the notes instead, and...
  6. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I was able to get the last 3 to show simultaneously by editing the get_lastTemp function slightly: function get_lastTemp(){ $sql="SELECT temp, probe, takenDate FROM tempLog ORDER BY takenDate DESC LIMIT 3"; return $this->executeNonObjectQueryWithArrayResults($sql); } The...
  7. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    @RandR+ - reinstall worked perfectly. It recognizes all 3 probes I have connected for testing. Next part is figuring out the php code to make them all show (hints are welcome!) :-) Cheers- BDBeers
  8. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I actually have a few SD cards running around tinkering with different things before I make a final build. I'll be doing a fresh install soon so I'll just report back on that. Thanks again for all the help! I can't wait to show off the final product!
  9. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Hi @RandR+, This is the output: pi@raspberrypi:/var/www/html $ sudo git pull remote: Enumerating objects: 13, done. remote: Counting objects: 100% (13/13), done. remote: Compressing objects: 100% (7/7), done. remote: Total 7 (delta 5), reused 2 (delta 0), pack-reused 0 Unpacking objects: 100%...
  10. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Hi @RandR+! Many thanks again for providing the install script for this to work. You'll have to forgive me if I misstate anything semi-technical. From my previous message and doing some tooling around I believe that the original temperature probe I bought isn't in the database for onewire...
  11. B

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Hi @RandR+ , I'm not sure I understand the temperature probe setup for a single probe. Does your script do the whole setup and then the probe is just "plug and play" into the proper GPIO pins on the Pi? Or do I still need to follow the original thread from Day_Tripper that installs all of the...
Back
Top