BiogasControllerApp
BiogasControllerApp has just received a major rewrite, where I focused on code-readability, documentation and stability. The documentation in the code is aimed at beginners and does contain some unnecessary extra comments
If you are here to read the code, the files you are most likely looking for can be found in the `biogascontrollerapp/lib` folder. If you want to understand and have a look at all of the application, start with the `biogascontrollerapp.py` file in the `biogascontrollerapp` folder
# Features
- Read data the microcontroller in ENATECH sends
- Configure the microcontroller (Coefficients & Temperature). Old settings will be pre-loaded
- Focus on code quality and readability as well as stability
- Tips to resolve errors directly in the app
- The app is still maintained and as such known issues will be resolved
- Installer for Windows, deb, rpm and arch package available
- Clean UI focusing on ease of use
- Documented code so you can more easily understand what is happening
# Issues
If you encounter any bugs or other weird behaviour, please open an issue on this GitHub repository.
# Documentation
You may find documentation for this project in its wiki here on GitHub. The code is also documented with explanations what it does
# Officially Supported OS
- Microsoft Windows 10, 11 (through my installer, may though support older Versions but this is not verified. Open an issue if you have managed to run it on an older version of Windows)
- Microsoft Windows XP, Vista, 7, 8, 10, 11 (through running the package with Python yourself)
- MacOS 10.9 (Mavericks) or later (required by Python)
- GNU/Linux: All distros that support Python 3.8 or later
- FreeBSD: If you have Pyhton 3.8 or later installed
## Dependencies
Only needed if you run with python directly
- Python 3.10 - 3.12 (only tested on this version, but should work down to at least 3.8 and with the latest versions)
- kivy
- pyserial
To install them, run `pip install -r requirements.txt`
# Contributing
If you wish to contribute to this project, please fork this repository, create a new branch in your fork, make your changes and open a pull request in this repo.