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

    Web-Accessible Temperature Logger for Raspberry Pi

    Oops, my bad. It seems I forgot some late night drunken coding to get this to work. :( Try running this in terminal $ sudo apt-get install php5-sqlite then reboot. It seems that even though sqlite is installed during your instructions it can't be read in PHP so this enables it. Let me...
  2. I

    Web-Accessible Temperature Logger for Raspberry Pi

    To help everyone out I modified the stock RaspberryPints index.php page with the fade scroller for two to five sensors to mirror day_trippr's files, a singles sensor setup gets a static output. So if you have one sensor you would download index1.php, two sensors you would download index2.php...
  3. I

    Web-Accessible Temperature Logger for Raspberry Pi

    It looks like the it is not reading the database. Is your database file 'temp_data5.db'? If not you'll have to change it to its proper name. If it still gives you trouble send me your index.php file and I can run it on my machine to find the problem.
  4. I

    Web-Accessible Temperature Logger for Raspberry Pi

    Where do you want it? Post a screen capture, circle where you want it and I can tell you where the code goes. If you want it in the top right corner read this post and just replace the code
  5. I

    Web-Accessible Temperature Logger for Raspberry Pi

    Try this: First open LXTerminal and type sudo apt-get update and hit enter and when it finishes type sudo apt-get install php5-sqlite and hit enter Then add this code to the index.php file where you want the temperature <script type="text/javascript">...
  6. I

    Web-Accessible Temperature Logger for Raspberry Pi

    A vertical or horizontal scroll?
  7. I

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    Nice! Thank you. It looks like I was over complicating my script compared to yours. Funny thing is I have cron jobs running for my website but it never occurred to me that it can be done on a pi, as I'm smacking my head on the desk. Thanks again.
  8. I

    Web-Accessible Temperature Logger for Raspberry Pi

    Where the RaspberryPints logo and link used to reside in the top right corner. Look for this code <?php if($config[ConfigNames::UseHighResolution]) { ?> <a href="http://www.raspberrypints.com"><img src="img/RaspberryPints-4k.png" height="200" alt=""></a> <?php } else { ?>...
  9. I

    Web-Accessible Temperature Logger for Raspberry Pi

    Yes I did! After a few frustrating attempts I had to step back from it for awhile but coming at it fresh today got it nailed down, at least on my rig. As long as you have a stock install of RaspberryPints and followed day_trippr's instructions this should work. First open LXTerminal and...
  10. I

    Web-Accessible Temperature Logger for Raspberry Pi

    day_trippr this is great! Your instructions are spot on and with the all the scripts for multiple sensors I can easily add more when I want to. I was also easily able to change the code so the temps are in Celsius. As I was looking at it all it occurred to me that since the data for the temps...
  11. I

    [Version 2 Release] RaspberryPints - Digital Taplist Solution

    I have two DS18B20 sensors that I can call up with seperate py scripts in terminal but don't know how to call them so they apppear in index.php like you have? Everything I've found on the web and tried has not worked, either nothing or pages that never stop loading. I would gladly appreciate if...
Back
Top