Library to control Airthings devices through BLE, primarily meant to be used in the Home Assistant integration.
This library supports the following Airthings devices:
- Corentium Home 2
- Wave Enhance
- Wave Gen 1
- Wave Mini
- Wave Plus
- Wave Radon
Although some other devices have BLE capabilities, they use BLE only for onboarding and configuration. It is not possible to fetch sensor data using this library from, for example:
- Hub
- Renew
- View Plus
- View Pollution
- View Radon
Prerequisites:
Install dependencies:
poetry installRun tests:
poetry run pytestSee this wiki page for more details on how to test the library with HA.
This project is licensed under the MIT License. See the LICENSE file for details.