Recent content by Manuel

Australia & New Zealand Homebrewing Forum

Help Support Australia & New Zealand Homebrewing Forum:

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

    CraftBeerPI Brew Controller

    Please use github for reporting issues but keep in mind 2.2 is still under development.
  2. M

    CraftBeerPI Brew Controller

    CBP2.2 is under heavy development. I do a lot of changed. Last week I updated all the python libs to the lastest versions. This was a major change. Unfortunately these libs are not compatible to the libs used in version 2.1. To run both versions on one RPi I recommend to use virtualenv...
  3. M

    CraftBeerPI Brew Controller

    Hi Version 2.2 is under heavy development. I updated all the python libs to the latest version and now I'm fixing issues. I don't recommend to you version for brewing but any help for bug fixing is appreciated. You can clone this version by using the following command: git clone -b dev2.2...
  4. M

    CraftBeerPI Brew Controller

    @Ivan The Version 2.2 will have an CSV export. That allows to export the temperature data. First draft of a Raspberry Pi Custom Shield for CraftBeerPi. Community feedback is welcome.
  5. M

    CraftBeerPI Brew Controller

    Hi Mat, the GPIO of the RPi creates a 3.3 V control signal. Make sure that the SSR you like to use supports a 3V control signal. My SSR requires a control signal between 3 - 32 VDC. Regards, Manuel
  6. M

    CraftBeerPI Brew Controller

    I did a quick spot check regarding the security. With a few lines of code I can add a simple security with username and password. I will add this to the dev2.2 version next week. Regards Manuel
  7. M

    CraftBeerPI Brew Controller

    @tumi2 Thanks for the positiv feedback. I understand the security issue. You are right, with the current version is 2.1 it's not a good idea to make i accessable from the internet. Let me check if I can add a login dialog to version 2.2. Regards, Manuel
  8. M

    CraftBeerPI Brew Controller

    Hi Ivan, absolutiy. Thats was brewers in Germany alreday doing with CBP. They control a fridge. For that I recommand to use the simple overhsoot logic with a small offset value. The version 2.2 will get a dedicated fermentation module. You need the RPi a relay (Solid State Relay or mechanical...
  9. M

    CraftBeerPI Brew Controller

    Hi Dave, now you can use the browser of your Laptop, tablet or smartphone and open the following URL: http://<IP-Address>:5000 The <IP-Adress> musst be replaced by IP of the rPI. You can get the IP if you connect to the rPI console and key in: ifconfig Alternatively you can view...
  10. M

    CraftBeerPI Brew Controller

    Yes you are right. The version 2.2 will support both features. CraftBeerPI is a platform which is open to communicate with other systems. Cheers Manuel
  11. M

    CraftBeerPI Brew Controller

    CraftBeerPI 2.1 offers a HTTP {REST} API. That gives other software programs the possibility to communicate with CraftBeerPI. For example a brew recipie planning tool can push data directly into CraftBeerPI. The API is documented by using Swagger.io. With Swagger you can generate a CraftBeerPI...
  12. M

    CraftBeerPI Brew Controller

    As promised here a video of CraftBeerPI https://www.youtube.com/watch?v=2zM2dnFyB5w&feature=youtu.be
  13. M

    CraftBeerPI Brew Controller

    How to install CraftBeerPI software. Step by step video. It takes less than 5 min to install the software from scratch. https://asciinema.org/a/du84msz9t56yqqg6j6qfjmvjd
  14. M

    CraftBeerPI Brew Controller

    Hi, I run it on a Raspberry PI model A. The software architecture is quite simple. It's a "Python Flask" based web application with some background jobs. The user interface is a responsive Angularjs application. Most computing power is required for the web browser. Many people are using a...
  15. M

    CraftBeerPI Brew Controller

    Correct, the software supports 1wire thermometer out of the box. But the architecture of the application is build in a way that it can be extended quite easy. As mentioned before with a few programming skills you can connect other types of thermometer. The same holds for the heating/automatic...
Back
Top