Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agilord/helios_easycontrols
Read status and set levels on Helios KWL devices that run easycontrols 3.0 (HTTP interface).
https://github.com/agilord/helios_easycontrols
Last synced: about 3 hours ago
JSON representation
Read status and set levels on Helios KWL devices that run easycontrols 3.0 (HTTP interface).
- Host: GitHub
- URL: https://github.com/agilord/helios_easycontrols
- Owner: agilord
- License: bsd-3-clause
- Created: 2022-12-09T21:07:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T21:10:13.000Z (about 2 years ago)
- Last Synced: 2024-11-15T08:14:19.304Z (2 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/helios_easycontrols
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Read status and set levels on Helios KWL devices that run easyControls 3.0 (HTTP interface).
## Features
- Read the current status of supply and extract air percent and RPMs.
- Sets the target supply and extract air percent.## Additional information
The package uses headless Chrome (via `package:puppeteer`) to access the device.
In its current form it is advised to not access the device frequently, as
it seems to overload the KWL server and "freezes" it. Every 15-30 minutes
seems to be fine.Contributing to improve the package is more than welcome!