homebridge-airfi
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

Homebridge Airfi

Homebridge plugin for controlling Airfi ventilation unit through Modbus TCP.

Features

  • 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

Installation

Install either through Homebridge UI or with npm:

npm install -g homebrigde-airfi

Requirements

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

Configuration

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"
        }
    ]
}

Package Sidebar

Install

npm i homebridge-airfi

Weekly Downloads

5

Version

1.7.0

License

Apache-2.0

Unpacked Size

103 kB

Total Files

57

Last publish

Collaborators

  • janmilinds