1.0.3 • Published 4 years ago

homebridge-tasmota-lock v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-tasmota-lock
  3. Update your config.json file

Configuration

"accessories": [
     {
       "accessory": "TasmotaLock",
       "name": "Lock",
       "hostname": "The hostname of the tasmota device"
     }
]

Core

KeyDescriptionDefault
accessoryMust be TasmotaLockN/A
nameName to appear in the Home appN/A
hostnamehostname of your deviceN/A

Optional fields

KeyDescriptionDefault
autoLock (optional)Whether your lock should re-lock after being openedfalse
autoLockDelay (optional)Time (in seconds) until your lock will auto lock if enabled10
pollIntervalTime (in seconds) between device polls (if polling is enabled)120

Additional options

KeyDescriptionDefault
timeout (optional)Time (in milliseconds) until the accessory will be marked as Not Responding if it is unreachable3000
username (optional)Username if HTTP authentication is enabledN/A
password (optional)Password if HTTP authentication is enabledN/A
model (optional)Appears under the Model field for the accessoryplugin
serial (optional)Appears under the Serial field for the accessoryapiroute
manufacturer (optional)Appears under the Manufacturer field for the accessoryauthor
firmware (optional)Appears under the Firmware field for the accessoryversion
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago