@nzws/homebridge-mqtt-doorbell

0.3.0 • Public • Published

@nzws/homebridge-mqtt-doorbell

Install

npm install --global @nzws/homebridge-mqtt-doorbell

Config

{
  "accessory": "MQTTDoorbell",
  "name": "Doorbell",
  "mqtt": {
    "host": "localhost",
    "port": 1883,
    "username": "",
    "password": ""
  },
  "topic": "doorbell/ring",
  "enableDoorbell": true,
  "enableOccupancySensor": true
}
  • mqtt: MQTT Broker address (required)
  • topic: Subscribe topic (required)
  • enableOccupancySensor: Register Doorbell service (default: true)
    • You can use the notification by HomePod
  • enableOccupancySensor: Register OccupancySensor service (default: true)
    • You can use the automation etc

Readme

Keywords

Package Sidebar

Install

npm i @nzws/homebridge-mqtt-doorbell

Weekly Downloads

2

Version

0.3.0

License

Apache-2.0

Unpacked Size

17.8 kB

Total Files

6

Last publish

Collaborators

  • nzws_me
  • nzws-publisher