1.1.0 • Published 11 months ago

homebridge-windmill-ac v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

homebridge-windmill-ac

This Homebridge plugin provide an accessory for Windmill Air Conditioners.

How It Works

This plugin exposes both a thermostat accessory and a fan accessory. The thermostat accessory controls the air conditioner's mode and temperature while the fan accessory controls the air conditioner's fan speed.

Thermostat

The thermostat accessory allows you to control the air conditioner's mode and temperature. HomeKit's modes are mapped to the Windmill Air Conditioner's modes.

HomeKit ModeWindmill Mode
OFFTurns off the air conditioner
HEATFan
COOLCool
AUTOEco

Fan

The fan accessory allows you to control the fan speed on the air conditioner. HomeKit's 0-100 fan speeds are mapped to the Windmill Air Conditioner's fan speeds.

HomeKit SpeedWindmill Speed
0Auto
1 -> 33Low
34 -> 66Medium
67 -> 100High

Configuration

First, get your token from the Windmill dashboard.

Finding Your Token

  1. Login with your Windmill credentials to the Windmill Air Dashboard
  2. Navigate to your device
  3. Navigate to the Device Info tab
  4. Click to copy your AUTHTOKEN

Screenshot for finding your token

Easiest Configuration

I recommend using the homebridge-config-ui-x plugin or HOOBS to configure the plugin.

JSON Configuration

"accessories": [
    {
        "name": "Windmill AC",
        "accessory": "HomebridgeWindmillAC",
        "token": "<YOUR_WINDMILL_TOKEN>"
    }
]
1.1.0

11 months ago

1.0.19

12 months ago

1.0.18

12 months ago

1.0.17

12 months ago

1.0.16

12 months ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.11

12 months ago