homebridge-bond

Homebridge plugin for Bond

MIT License

Downloads
336
Stars
63
Committers
11

Bot releases are visible (Hide)

homebridge-bond - 2.4.0

Published by aarons22 about 5 years ago

  • Added dimming capability for compatible fan lights
  • Added new type system for HAP
  • Added Observer class for consolidating common logic between different get / set observations
homebridge-bond - 2.3.2

Published by aarons22 about 5 years ago

  • Fixed issue where calculated fan speed was incorrect (#32)
homebridge-bond - 2.3.1

Published by aarons22 about 5 years ago

homebridge-bond - 2.3.0

Published by aarons22 about 5 years ago

NOTE: This release contains breaking changes to the config file

  • Config file has been updated to handle multiple Bonds:
"platforms": [
    {
        "platform": "Bond",
        "bonds": [
            {
                "ip_address": "<BOND_IP_ADDRESS>",
                "token": "<BOND_TOKEN>"
            }
        ],
    }
],
homebridge-bond - 2.2.0

Published by aarons22 about 5 years ago

homebridge-bond - 2.1.3

Published by aarons22 about 5 years ago

homebridge-bond - 2.1.2

Published by aarons22 about 5 years ago

  • Added debug flag for config
homebridge-bond - 2.1.1

Published by aarons22 about 5 years ago

  • Fixed issue where HomeKit callback wasn't being called when an error occurs. This will hopefully resolve some of the "No Response" issues some folks are running into
homebridge-bond - 2.1.0

Published by aarons22 about 5 years ago

  • Added support for more than just fan speed 1-3. The plugin will now dynamically adjust the percentage in HomeKit based on the speeds available from the device
  • Added some error handling for bad token
homebridge-bond - 2.0.1

Published by aarons22 about 5 years ago

  • Fixed issue where fan on/off state wasn't being synced from Bond correctly
homebridge-bond - 2.0.0

Published by aarons22 about 5 years ago

  • Migrating to v2 API
Package Rankings
Top 9.71% on Npmjs.org
Badges
Extracted from project README
verified-by-homebridge npm npm
Related Projects