xLarry / homebridge-laundrify

Testing homebridge support for laundrify plugs

Home Page:https://www.npmjs.com/package/homebridge-laundrify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebridge-laundrify

Simple homebridge ContactSensor plugin for laundrify adapters.

Configuration

Simply put this in the accessories array of your config.json:

{
        "accessory": "laundrify",
        "name": "NAME OF YOUR DEVICE",
        "ipAddress": "IP ADDRESS",
        "threshold": POWER_LEVEL_THRESHOLD,
        "interval": INTERVAL_IN_MS,
		"minimumTime": MINIMUM_TIME_BETWEEN_STATE_CHANGES_IN_SECONDS
}

and adjust the values accordingly.

About

Testing homebridge support for laundrify plugs

https://www.npmjs.com/package/homebridge-laundrify


Languages

Language:JavaScript 95.3%Language:Shell 4.7%