Homebridge plugin for controlling Airfi ventilation unit through Modbus TCP.
- Fan control
- Control fan speed
- Control "At home"/"Away" states
- Supply air temperature control
- Sensors
- Humidity sensor
- Temperature sensors
- Outdoor air
- Supply air
- Extract air
- Exhaust air
Install either through Homebridge UI or with npm:
npm install -g homebrigde-airfi
This plugin supports ventilation units Model 60, 100, 130, 150, 250, 350 manufactured by Airfi.
- Node.js >= 20.15.0
- Homebridge >= 1.8.0
- Modbus map v2.5 on the ventilation unit
Plugin configuration is available through Homebridge UI. Example config.json:
{
"accessories": [
{
"name": "Homebrige Airfi",
"host": "127.0.0.1",
"port": 502,
"model": "Model 60",
"serialNumber": "1234567",
"accessory": "Homebridge Airfi"
}
]
}