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

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Well this is weird. Remember back in this post where I gave my opinion on using cheap meters. https://www.homebrewtalk.com/forum/threads/version-2-release-raspberrypints-digital-taplist-solution.487694/page-136#post-8773558 So I bought the $2.99 ($9 with shipping) meter at amazon here...
  2. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Thanks RandR+ and garzlok. You did it!! Both of your suggestions worked great. I would have never figured that one out.
  3. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Thanks, that sounds right. So here is what I have from 70-100 <?php for($i = 1; $i <= ceil($numberOfBeers/$maxTapCol); $i++) { $beer = null; if( isset($beers[$i]) ) $beer = $beers[$i]; if($tapOrBottle != ConfigNames::CONTAINER_TYPE_KEG && !isset($beer)...
  4. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Are you drunk? No wait, haha that's me. I have 8 taps and RandR+ helped me put them in a portrait mode screen with double columns. Hopefully, I won't need to scroll the table under the header. Everything is fitting really well on full screen and looks awesome. Just a couple more things...
  5. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Thanks I have been trying. I used the dev tools to change fonts, spacing and widths without a problem. I can't seem to do anything with it to change the way it renders the image. You would think the object-fit or image-fit or auto would work, but alas... I even changed the graphic to 150...
  6. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Here ya go. I've made very little changes, with the exception of some fonts and header sizes. style.txt
  7. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I'm to the point of trying to get the tap number graphics to fit. I PM'd Troyp42 and used what worked for him, but it didn't for me. He modified the class for the tap circle. I've been trying .tap-num without success. It is also is browser dependent. It works great on FireFox, but none of...
  8. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Haha.. I knew I remembered that thread. I participated it in 2015 when I first built the RPints, before it blew up a few months ago. Remember where your backup sd card is even 4-5 years later. I didn't.
  9. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I'll throw my opinion out there on flow meters. The SwissFlow are definitely the most accurate and of course the most expensive. I have been buying them when I can afford and have 5 of them. For the next 3 I'm going with the with the YF-S401 with barb fittings for $2.99 on amazon. If you...
  10. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    The Alamode was powered by plugging the micro usb into it and powering the Rpi through the Alamode connection. The Uno is the one with the barrel connector. For what it's worth, mine seems to be running ok with just the USB cable supplying power. You need to be sure to have at least a 2A...
  11. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Thanks RandR+! For for those of us using your branch, would that get automatically updated if we choose update from the install screen? Edit: Never mind, I see it doesn't and I don't want it to. I'll just copy the snippet to my modified Index.php
  12. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    ctrl F5 will do a hard refresh and you should see the changes Edit never mind that might not work in VNC. Only on the pi.
  13. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    . No, my previous version had two columns of 4 each. I ran the tap numbers across the bottom and it correlated with the handles. Similar to what JonW did with his taplist here http://www.surfcitybrewing.com/taplist/. I may have even modified his last time. I have the html file and...
  14. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Unos are dirt cheap if you have a spare USB. Might be time to replace it. I seem to recall it needing power directly to operate properly.
  15. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Yah, I just changed it that high to see if it would affect my double pour issue. It did not. On another note, now I'm trying to get the taps in two columns. It worked great on my old setup, but of course that index.php file doesn't work with your version changes. I've been trying to work...
  16. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    A bit of additional info. In the RandR+ version you can change these in the Taps -> Settings menu to configure them easily.
  17. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I thought the flow meters might be dirty and randomly skip pulses or something. I cleaned them really well with BLC and it still presented the double pour on both meters on different pins. I'll hook up my third one and see if it occurs there too. The amounts seem to be +-2 oz of half the 16...
  18. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Thanks! Hardware RPi3, USB to Arduino Uno3 two sensors on pin 4 and 6. Software RandR+ standard build. Pour message Delay = 5000, Pour Trigger Count=200, Kick Trigger Count=30, Update Trigger Count=250, Taps=8. Refresh listeners Auto. Volume dispensed 16oz. Down at the bottom you...
  19. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Only one python process and it's PintDispatch.py . Oh well, I guess it doesn't really matter unless I want to put the last pour on the screen. It seems to decrement the volumes fairly accurately.
  20. Ricand

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I really wouldn't know. I'm seriously a noob on Linux and Arduino stuff. Now if we were doing it in assembler on a ZiLog Z80 processor, I might know what was going on. Thanks to all the help I've gotten here, my almost 70 year old brain got this far. It's the standard RandR+ install and I...
Back
Top