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. CaptnDelta

    Brewometer kickstarter thoughts - digital bluetooth hydrometer

    You have to build and install the brewpi first, and get it to work. Afterwards, you follow the instructions to install the tilt stuff on top of that. -Th
  2. CaptnDelta

    Brewometer kickstarter thoughts - digital bluetooth hydrometer

    https://github.com/sibowler/brewpi-brewometer -Th
  3. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Negative for the "standard" cases for the Pi2. If you got access to a 3d printer, someone made a enclosure: http://www.thingiverse.com/thing:1288791 Cheers, -Th
  4. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    You basically substitute the regular 2.0.1 version with the file you download from my repository. Don't forget to install the pyWebSocket library at the indicated step. One thing you don't need to do is to install the xdotools stuff (it's no longer used in my version), and you can use any decent...
  5. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Looks like you don't have exec permission on those scripts, you need to chmod the scripts to be executable in order to run it. chmod 777 setup or chmod 777 jessie-setup alternatively, you can change your command to invoke the script via bash sudo bash ./setup sudo bash ./jessie-setup...
  6. CaptnDelta

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

    Gonna print your own kegs? :mug: -Th
  7. CaptnDelta

    HOWTO - Make a BrewPi Fermentation Controller For Cheap

    Take a look here: https://github.com/sibowler/brewpi-brewometer Cheers, -Th
  8. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Here is the change I made n my version. It should take care of most of the problems you see in this thread: https://github.com/HentschelT/RaspberryPints/blob/master/admin/includes/functions.php#L8 ... 7 hours left to MUC Cheers, -Th
  9. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I had that fixed in my branch of the code. I don't have access to the original git repo, so can't fix it there. Just boarding a flight to Munich, supposedly that flight has wifi, maybe I can dig it up in the next 11 hours. If not, it may be a few days or a week until I get around. Ping me again...
  10. CaptnDelta

    Brewometer kickstarter thoughts - digital bluetooth hydrometer

    Which rechargeable battery has a higher cell voltage than alkaline? Cheers, -Th
  11. CaptnDelta

    Brewometer kickstarter thoughts - digital bluetooth hydrometer

    (1) yes, doesn't matter if arduino or spark, etc, the brewometer changes only affect the RPi side. (2) You could also try to see if there is a combo wifi/bluetooth dongle around that works with Raspbian. Just make sure it supports BT4/BLE. Cheers, -Th
  12. CaptnDelta

    Brewometer kickstarter thoughts - digital bluetooth hydrometer

    I got my brewpi running for a few days now with the brewpi+ brewometer integration by sbowler, and after his averaging fixes and with some tweaking on the graphing I think I now like how this looks... There are also updated instructions on his github page. Cheers, -Th
  13. CaptnDelta

    HOWTO - Make a BrewPi Fermentation Controller For Cheap

    It's a problem (feature) of cyberduck, I believe. It will change the ownership of a uploaded file to who you are logged in as, not the ownership of the original file already there (with cyberduck, you're not editing the file on the Pi -- you download a copy from the pi to the mac via...
  14. CaptnDelta

    HOWTO - Make a BrewPi Fermentation Controller For Cheap

    Those chips are not counterfeit, they're just wholly different chips (for which the arduino IDE - obviously - doesn't install a driver). The arduino knockoff-producers went to use that chip after FTDI (the original chip maker) bricked devices that used FTDI knock-off's...
  15. CaptnDelta

    [Initial Release] RaspberryPints - Digital Taplist Solution

    The other reason for lack of response might very well be that this question has come up numerous times, and a search of the thread would have yielded an answer. Chromium is no longer supported in the RPi Jessie distribution. Your alternatives are: * install the (older) wheezy distribution...
  16. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    If you wanna go the screenshot route, you can use xwd and imagemagick (both should be already installed): xwd -root -display :0 | convert - jpg:file.jpg Not sure how you'd be able to manage to log into your google site to upload your pic from a script. Once you figure that out, you could create...
  17. CaptnDelta

    HOWTO - Make a BrewPi Fermentation Controller For Cheap

    In /etc/apache2/apache2.conf, change the KeepAliveTimeout from 5 to something higher (I used 99), seems that fixes the issues with safari on iOS. Restart apache2 via sudo service apache2 restart Cheers, -Th
  18. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    You can't edit the web page in the browser, you have to edit the beer titles / beer descriptions in the database to fix this. You can do this from the "My Beers" screen in RPints, or via phpmyadmin. Main thing is that all CRLF's are gone. Cheers, -Th
  19. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Looks like it should work. Try it :) Cheers, -Th
  20. CaptnDelta

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    It would have required to make changes to the table design and additional work on the user interface. This was the single most annoying "feature" which made me think about rewriting RPints. There is a additional tap config screen in my version, where you set this only once. Cheers, -Th
Back
Top