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

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    So any suggestions as to what the hell is going on here with my installation and why it keeps happening even with 2 different Unos now? I am using a 12v 4a pwr supply but have ordered a 9v 1a supply from ebay so will switch over to that once it arrives. However Im not holding my breath that it...
  2. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Was your new arduino a clone or an original? I have now had 2 arduino clones both have this issue after a few months of use. I put the original back to work last night and it worked but this morning isnt registering a pour. something happens with them after a few hours or so that is causing this...
  3. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Power supply did nothing. Still stopped working tonight. getting this random message in the log file [2020-05-28 00:09:59,629] [ERROR] mod_pywebsocket.standalone.WebSocketServer: Exception in processing request from: ('::1', 57186, 0, 0) Traceback (most recent call last): File...
  4. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I just got home and Here is what I did in order. 1. Poured beer, - no pours registered. 2. Reset Arduino, - no pour registered. 3. Rebooted Pi, - no pour registered. 4. Stopped flowmon, went to uploaded sketch but serial port was greyed out so unplugged usb and plugged back in. Uploaded sketch...
  5. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I do have a 12v 4a power pack. Would that be too much?
  6. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok Ill keep it on the same usb port then which is now currently ACM0. It has stopped working yet again so appreciate you looking into this for me.
  7. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    So thats why it changes from ACM1 to ACM0 and back?
  8. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    This the the first time Ive actually just hit reset on the Arduino as before that I used to reboot the pi and power down the Arduino.I never thought to just reset the Arduino until last night so tried it and it worked. Today its stopped again and this is the log file since last nights pour...
  9. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    1. restarting python didn't fix it and this is what the log said after I did a restart. 2020-05-23 21:34:30 RPINTS: valve update: RPU:VALVE:0=0 2020-05-23 21:34:33 RPINTS: valve update: RPU:VALVE:1=0 2020-05-23 21:34:33 RPINTS: valve update: RPU:VALVE:2=0 2020-05-23 21:34:33 RPINTS: valve...
  10. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Thanks mate. This is driving me nuts. Anything I can do at my end let me know.
  11. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Follow this link here.. Also read this thread from about 100 pages onwards. Lot of reading I know but you will learn heaps. Nice kegerator.. https://www.rpints.com/
  12. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    This is so very very frustrating. Works for a few days and then stops again. Im back to getting this error message and don't know why. 2020-05-20 18:46:57 RPINTS: No such device - Sleeping to try again 2020-05-20 18:47:07 RPINTS: valve update: RPU:VALVE:0=0 2020-05-20 18:47:07 RPINTS: valve...
  13. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    How do I "verify the sketch in the Arduino editor? Ive never edited the sketch but have manually uploaded it a few times as that seems to fix the issue. Thanks once again for all your help. EDIT- Okay worked out how to verify thee sketch. I followed everything else you said and the raspberry...
  14. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    See to the right it says style.css 198? Open your css file in geany and go to line 198. That where you edit the text. You can make changes in the inspector but it wont save, but at least you can see what the changes will do. Try selecting some text like your beer name and changing the...
  15. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    If you select your text for SRM etc and right click the highlighted text and choose inspect element from the drop down menu the inspector will open up to thee right of your window. It will show you what line of the css file you need to edit. Then you just open the css file in Geany and edit that...
  16. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    So it worked all week then stopped again. The Rpints log said this after I rebooted 2020-05-17 20:14:33 RPINTS: No such device - Sleeping to try again 2020-05-17 20:14:38 RPINTS: valve update: RPU:VALVE:0=0 2020-05-17 20:14:38 RPINTS: valve update: RPU:VALVE:1=0 2020-05-17 20:14:39 RPINTS...
  17. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Your looking for a line that says this and it may not be line 125 on your beerlistTable,php file. (Change the height and width as shown in bold) if(count($imgs) > 0) $style .= ($style != ""?";":"").'background:url('.$imgs[0].') no-repeat center; background-size:cover; -webkit-border-radius:0px...
  18. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Try this post of mine here. https://www.homebrewtalk.com/threads/version-2-release-raspberrypints-digital-taplist-solution.487694/post-8806292 This is what my code lines looked like. style.css file Line 106 h1 { margin: 0; font: Georgia; color: #de6b32; } line 448 table thead th{...
  19. troyp42

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Since uploading the blink sketch and then reuplaoding the raspberry pints sketch ts now working again. But for how ,long this time??
Back
Top