Search results

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    @beerNbikes if you connect a temp sensor you can set the refresh interval for the UI
  2. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I thought I would give you a few days off from my bloody load cells :D This gif shows 4 minutes with a 2s refresh of the page but I've speeded it up. Tap 1 have a keg on it but with just a little beer in it and tap 2 is empty so should show 0. Whenever it just shows 4.26 that's the value I've...
  3. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I've seen everything between 4.7K to 10K, I'm using 4.7 and it's working fine!
  4. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Buy a DS18B20 on a cable and you're set. Just add a small pull up resistor between vcc and dat. I'm only using one for now but just for fun I'll add one for each keg :D
  5. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Try the new calibration function, I'm not using flowmeters anymore since I got problem with foam with my cheap versions. Pour a set amount that you can measure and see what it gives!
  6. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    At the tap list check settings at top and that "Show pin settings" are active: Then on each tap you have a "flow pin" and a "Count per unit"
  7. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Yup, you do all of that in the UI now :D
  8. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Been there, done that! The new script is literally wort it's weight in gold! :D Not sure if that's the problem, it should boot up anyway. But if you want to redo it just run the same command again and select reinstall. Check the logs to if you see some errors in there. When you connect to the...
  9. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    If you followed the old site yes it's super outdated, now we just enter a single line into the shell on the Pi and it will guide you through everything, takes a couple of minutes! :D curl -L install.rpints.com | sudo bash
  10. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    OMG you're so awsome! I calculated the ratio (271587/1020 = 266.26) and added to the ratio field but sometimes it shows the raw value: But sometimes when updating the page it shows the correct one? Changed the ratio to 266261 since I noticed it was reporting in g and not kg Should I Tare...
  11. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok I think you're on to something now... the correct values in the right fields: So I followed your suggestion to run it with the db and... MariaDB [raspberrypints]> UPDATE kegs SET label = NULLIF('Keg 3',''), kegTypeId = NULLIF('1',''), make = NULLIF('Kegland',''), model = null, serial =...
  12. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok after a reinstall and adding some of the mods to see if it reports weight this is the result. LC-1: Updating 1 Weight=249916.0 kg LC-2: Updating 2 Weight=40109.0 kg So the load cells are clearly reporting data back but on the load cell page it doesn't show that This time nothing is showing...
  13. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    What the heck... Yes Keg 3 had a current weight added of 70. and Keg 2 of 60... but I never added that? Removed the values but left the "empty weight" at 4.26, saved and when I go back to the load cell it shows current weight as 4.26 ie. empty weight...
  14. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    So made the change, tried doing a backup but... Validating Entries...Success! Checking DB connectivity...Success Connecting to Database! Checking config folder permissions...Success! backing RaspberryPints... Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16384...
  15. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Yup, looks exactly like that: And that looks correct with Keg "Nr 2" on Tap 1 and Keg "Nr 3" on Tap 2 Noticed now that when I took this screenshot that it shows the weights on the tap screen correct, or atleast with the values being sent. Same thing on the Keg list: (current amount) but the...
  16. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    yeah this should be about the same time: [Thu Mar 04 15:28:16.740664 2021] [php7:notice] [pid 25942] [client 192.168.1.219:54881] PHP Notice: session_start(): A session had already been started - ignoring in /var/www/html/admin/header.php on line 2, referer...
  17. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ok this was interesting! Log looks fine giving weight values that's easy to read like 2021-03-04 15:19:28 RPINTS: LC-1: Updating 1 Weight=248836.5 kg 2021-03-04 15:19:28 RPINTS: LC-2: Updating 2 Weight=39178.0 kg 2021-03-04 15:19:31 RPINTS: LC-1: Weight=248826.5 2021-03-04 15:19:32 RPINTS: LC-2...
  18. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Hmm, changed it to: weight = self.getWeight() debug(self.threadID+": Weight="+str(weight)) #if weight is valid and the difference between the last read is significant enough to update if weight > 0 and (lastWeight = -1.0 or...
  19. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Ah yeah, 247k... not sure how I missed that! Funny that they are so far apart when it's the same components but that's what aliexpress quality gives you :D And yes, I have 2 loadcells connected, this is the log now without the debug and it's showing both scales values: But yeah the load cell...
  20. Naesstrom

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Oh well in that case I'll do anything to help. Made the changes and it's now reporting weights in the log It's reporting weights now just as you said 2021-03-04 07:19:17 RPINTS: [0, 237, 202] 2021-03-04 07:19:17 RPINTS: Weight=247189.0 2021-03-04 07:19:17 RPINTS: Twos: 0x00edca 2021-03-04...
Back
Top