homebridge-mqttgate

1.0.1 • Public • Published

homebridge-mqttgate

An homebridge plugin that create an HomeKit Gate accessory mapped on MQTT topics, this plugin is based on the garagedoor plugin, so the icon in homekit will be the garage door

Installation

Follow the instruction in homebridge for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

npm install -g homebridge-mqttgate

Release notes

Version 1.0.1

  • Initial public draft

Configuration

Remember to configure the plugin in config.json in your home directory inside the .homebridge directory. Configuration parameters:

  • "accessory": "MqttGateController",
  • "name": "PUT THE NAME OF YOUR ACCESSORY HERE",
  • "url": "PUT URL OF THE BROKER HERE",
  • "username": "PUT USERNAME OF THE BROKER HERE",
  • "password": "PUT PASSWORD OF THE BROKER HERE",
  • "topics": { "gateStatus": "status topic", "buttonPress": "buuton press topic" }

Package Sidebar

Install

npm i homebridge-mqttgate

Weekly Downloads

0

Version

1.0.1

License

GPL2

Unpacked Size

23.2 kB

Total Files

5

Last publish

Collaborators

  • danieduplessis