homebridge-mqtt-smoke-alarm

0.0.1 • Public • Published

homebridge-mqtt-smoke-alarm

An homebridge plugin that creates an HomeKit smoke alarm accessory mapped on a MQTT topic.

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-mqtt-smoke-alarm

Configuration

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

{
  "accessory": "mqtt-smoke-alarm",
  "name": "<name>",
  "url": "<url of the broker>", // i.e. "http://mosquitto.org:1883"
  "username": "<username>",
  "password": "<password>",
  "topic": "<topic to get the alarm state>"
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0

Package Sidebar

Install

npm i homebridge-mqtt-smoke-alarm

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • goodfield