Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shred/pyquaero
Aquaero library and server written in Python
https://github.com/shred/pyquaero
aquaero python reverse-engineering
Last synced: about 1 month ago
JSON representation
Aquaero library and server written in Python
- Host: GitHub
- URL: https://github.com/shred/pyquaero
- Owner: shred
- License: lgpl-3.0
- Created: 2014-03-12T00:11:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T17:19:48.000Z (about 2 years ago)
- Last Synced: 2024-12-25T19:49:54.865Z (about 2 months ago)
- Topics: aquaero, python, reverse-engineering
- Language: Python
- Size: 112 KB
- Stars: 29
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pyquaero
This is a Python library and web service for accessing [Aquaero](https://aquacomputer.de/aquaero-5.html) fan and pump controllers by Aqua Computer GmbH & Co. KG.
_pyquaero_ is a community open source project. It is not endorsed by or affiliated with Aqua Computer.
## USE THIS SOFTWARE AT YOUR OWN RISK!
The _pyquaero_ main developer is running this software for several years now, without any negative side effects. However, it is a highly experimental software, and it is based on reverse engineering only.
* This software might damage your Aquaero device in a way that it must be repaired or replaced.
* The use of this software could lead to failure of cooling fans or aqua pumps, which might cause permanent damage to heat sensitive components of your system.
* Using this software might void your warranty.Neither the _pyquaero_ developers nor the manufacturer can be held liable for any damage caused by this software.
It is strongly recommended to use only the official software!
## Usage
_pyquaero_ is only compatible to a limited number of Aquaero firmware versions. Please check first whether the [firmware version](https://shredzone.org/docs/pyquaero/firmware/) on your Aquaero is actually supported by _pyquaero_.
See the [documentation](https://shredzone.org/docs/pyquaero/index.html) for how the library and tools are used.
## Contribute
* Fork the [Source code at GitHub](https://github.com/shred/pyquaero). Feel free to send pull requests.
* Found a bug? [File a bug report!](https://github.com/shred/pyquaero/issues)## License
_pyquaero_ is open source software. The source code is distributed under the terms of [GNU General Public License (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.en.html#content).
## Acknowledgements
* [Aqua Computer GmbH & Co. KG](https://www.aquacomputer.de) for donating an Aquaero LT for development purposes.
* JinTu for [aerotools-ng](https://github.com/JinTu/aerotools-ng). Without his work, pyquaero would not exist.
* The members of the [Aqua Computer Forum](https://forum.aquacomputer.de) for helping, reverse engineering and feedback.
* @DrTron for sending dump files and for testing.