martinecker / homebridge-airscape-whf-gen2-http

This is a Homebridge (https://github.com/nfarina/homebridge) plugin for AirScape (http://www.airscapefans.com/) whole house fans with 2nd generation controls that enables Apple-HomeKit/Siri control of the fan speed
ISC License
2 stars 1 forks source link
airscape airscape-whole-house-fan homebridge homebridge-plugin homekit homekit-accessory siri

Homebridge-AirScape-WHF-Gen2-HTTP

Developed by Martin Ecker in 2018.

This is a Homebridge plugin for AirScape whole house fans with 2nd generation controls via HTTP that enables Apple-HomeKit/Siri control of the fan speed. If you have the TSP Temperature Sensor Package this plugin also provides temperature sensors for inside, outside, and attic temperatures.

Installation

  1. Install homebridge using: sudo npm install -g homebridge
  2. Install this plugin using: sudo npm install -g homebridge-airscape-whf-gen2-http
  3. Update your configuration file as described below.
  4. Restart homebridge. If you're running it as systemd service this is typically done via sudo systemctl restart homebridge.

Configuration

This plugin implements a Homebridge accessory and as such a new section needs to be added to the "accessories" section in config.json.

Here's an example that shows all options the plugin offers:

    "accessories":
    [
        {
            "accessory": "AirScape-WHF-Gen2-HTTP",
            "name": "Whole House Fan",
            "ip": "192.168.1.113",
            "pollingIntervalMs": "15000",
            "hasTPS": "true"
        }
    ]

License

ISC License (ISC) Copyright 2018 Martin Ecker

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.