{"id":16152393,"url":"https://github.com/netr0m/brewsource-rpi","last_synced_at":"2025-03-18T19:31:21.082Z","repository":{"id":111461967,"uuid":"92948329","full_name":"netr0m/BrewSource-RPi","owner":"netr0m","description":"BrewSource, a Raspberry Pi-powered monitor for your fermentation:beers:. Written in :snake:Python and :sailboat:Sails.js","archived":false,"fork":false,"pushed_at":"2017-06-02T11:42:23.000Z","size":6178,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T11:50:29.597Z","etag":null,"topics":["beer","brewery","brewing","fermentation","opensource","python","raspberry-pi","raspberrypi","rpi"],"latest_commit_sha":null,"homepage":"http://brewsource.no/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netr0m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-31T13:27:26.000Z","updated_at":"2020-09-08T15:26:27.000Z","dependencies_parsed_at":"2023-03-31T15:47:38.634Z","dependency_job_id":null,"html_url":"https://github.com/netr0m/BrewSource-RPi","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"56140905e22db0f7880a7f19e1c230d5cc9ec924"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr0m%2FBrewSource-RPi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr0m%2FBrewSource-RPi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr0m%2FBrewSource-RPi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr0m%2FBrewSource-RPi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netr0m","download_url":"https://codeload.github.com/netr0m/BrewSource-RPi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945561,"owners_count":20372897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beer","brewery","brewing","fermentation","opensource","python","raspberry-pi","raspberrypi","rpi"],"created_at":"2024-10-10T01:06:31.438Z","updated_at":"2025-03-18T19:31:21.076Z","avatar_url":"https://github.com/netr0m.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![forthebadge](http://forthebadge.com/images/badges/made-with-python.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/gluten-free.svg)](http://forthebadge.com)\n# [BrewSource | Raspberry Pi Project](http://brewsource.no) - :snake:Python\n\nBrewSource is an open source, Raspberry Pi-powered monitor for your beer fermentation :beers:. Written in :snake:Python and :sailboat:Sails.js. We'd love help of any kind, whether you'd like to contribute by submitting a bug, or have a request for a feature. You can also contribute with development, but please read the guidelines on [Contribution](#contribution) before you begin.\n\n[BrewSource Application Repository](https://github.com/mortea15/BrewSource)\n\n## Table of contents\n- [Getting Started](#getting-started)\n- [Documentation](#documentation)\n- [Features](#features)\n- [Bugs and feature requests](#bugs-and-feature-requests)\n- [Contribution](#contribution)\n- [License](#license)\n- [Contributors](#contributors)\n\n## Getting Started\n- You will also need [Python 3.x.x](https://www.python.org/downloads/) for the Raspberry Pi in order to get the temperature-monitoring and camera stream going.\n- The thermometer script is dependent on a package called _pymongo_\n- You'll also need a [DS18B20 Waterproof Digital Temperature Sensor](https://www.adafruit.com/product/381) to read temperatures\n- After you've cloned the repository:\n\n- Open a terminal, navigate to your local clone (folder), and type:\n```sh\nsudo apt-get install python-pip\npip install pymongo\n```\n\n- You'll need to create an account, a brewery, and finally a batch which the temperatures belong to\n- Copy the ID of the batch you want to monitor, and paste it in the \"batchID\" variable in the _thermometer.py_ script\n\n- Finally, open the folder _temperature_. Type:\n```sh\nsudo python thermometer.py\n```\n\n**The launcher.sh script is used to run the python script on reboot**\n\n_In order to get this working, you'll need to do the following:_\n\n```sh\n\nsudo crontab -e\n\n@reboot sh /home/pi/brewpi/launcher.sh \u003e/home/pi/logs/cronlog 2\u003e\u00261\n\n```\n\n## Documentation\nhttps://github.com/mortea15/BrewSource-RPi/wiki\n\n## Features \nComing soon\n\n## Contribution\nWe would love your help in the development of BrewSource. Please follow our guidelines on [Contribution](#contribution) on how to report bugs and request features you'd like to see, in addition to how you can contribute with development.\nBy following these guidelines, we make sure that communication is efficient and understandable, which hopefully will help us improve the project.\n\n## Bugs and feature requests\nIf you want to submit a feature request or bug, please keep this in mind:\n- Stay on topic, both regarding the request/bug itself and any discussion around it.\n- Please avoid opening issues if it involves lines of code you do not understand.\n\n### Bug reports\nDefinition of a bug:\nA bug is an error, fault or failure in the application which is caused by the sourcecode found in this repository, which results in an incorrect or unexpected result.\n\nWe appreciate feedback of any sort, and it helps us in developing a great service. Thank you!\n- Please browse the [issue tracker](https://github.com/mortea15/BrewSource-RPi/issues) before you submit a bug or feature, to avoid duplicate entries.\n- Before submitting, make sure to pull the latest version to check if the bug is fixed, or feature is implemented.\n- Stick to ONE bug per issue.\n* Please use the following format when submitting:\n\n**Short description of what happened**\n\n*Description*\n\n**Expected behaviour**\n\n*Description*\n\n**Actual Behaviour**\n\n*Description*\n\n**Steps to reproduce**\n\n*Description*\n\n**Your enviroment**\n\n*Operative System, Python Version, Raspberry Pi version, and any other information of relevance*\n\n### Feature requests\nWe're open for adding new features, please keep in mind that it should be of relevance to this project.\n- Including details when submitting feature requests is essential. It makes it easier for the developers to understand the request.\n\n### Pull requests \n- Please include documentation on all code submitted\n- If a new feature is implemented, it should be explained with detail in the [Wiki](https://github.com/mortea15/BrewSource-RPi/wiki)\n\n## License\n[GPL3.0](https://github.com/mortea15/BrewSource-RPi/blob/master/LICENSE)\n\n## Contributors\n**Developed by:**\n- [Morten Amundsen.py](https://github.com/mortea15/)\n- [Svenn-Roger Sørensen.js](https://github.com/tjodalv2k)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetr0m%2Fbrewsource-rpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetr0m%2Fbrewsource-rpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetr0m%2Fbrewsource-rpi/lists"}