1.0.4 • Published 11 months ago
@dr_chai/homebridge-airthings v1.0.4
Homebridge Airthings
homebridge-airthings is a plugin for Homebridge that integrates with Airthings devices to monitor Radon levels in your home. Currently, it only supports Airthings Wave 2.
Features
- Automatically detects all Airthings devices nearby without needing the serial number or MAC address.
- Compatible with Homebridge V2 as a dynamic platform.
- Connects to devices using Bluetooth (noble), no hub or API required.
Installation
- Install Homebridge using the official instructions.
- Install the
@dr_chai/homebridge-airthingsplugin using npm:
npm install -g @dr_chai/homebridge-airthings- Update your Homebridge
config.jsonfile to include the plugin configuration:
{
"platforms": [
{
"name": "AirThings",
"displayRadonSTA": false,
"displayRadonLTA": false,
"scanTime": 24, // Optional, default: 24s
"retryAfter": 30, // Optional, defaul:30s
"refreshTime": 3600 // Optional, default: 3600s(1 hour). minimum: 300s(5 minutes) for battery life and matches the sensor read interval
}
]
}License
This project is licensed under the MIT License. See the LICENSE file for details.