denisgabriel5 / homebridge-intercom

Apache License 2.0
0 stars 0 forks source link

Homebridge Intercom Plugin

npm npm

Overview

Homebridge Intercom is a plugin for Homebridge that enables integration with old intercoms. This allows you to control and monitor your intercom system directly from your Home app.

Features

Installation Instructions

If you have installed Homebridge UI, then you can install the plugin from the Homebridge Plugins screen by searching for homebridge-intercom. If not, then you can install it by running this command:

sudo npm install -g homebridge-intercom

Usage

Configuration

In order to configure the intercom you will need to fill the following fields:

Intercom general fields:

Intercom specific fields:

  1. Shelly Uni:
    • Status Url: string (required)
      • URL which retrives the status of the Shelly Uni
    • Talk Url: string (required)
      • URL which triggers Talk button on the Shelly Uni.
    • Open Url: string (required)
      • URL which triggers Open button on the Shelly Uni.
    • Buttons timeout: number (optional)
      • The number of seconds between pressing the Talk button and Open button. Defaults to 1 second.

Description

Once configured, your intercom system will be accessible through the Home app.

You will have one accessory (the Intercom) which will encompass 3 accessories:

When someone will ring the intercom, the Doorbell will sent a notifications to all your Apple devices. Then to open the door, you will have to use the unlock switch, which is present in the Intercom accessory.

If you want you can automatize the opening of the door by using the Occupancy Sensor. This sensor will get triggered everytime the Intercom rings. You will still get the ringing notification, as well as unlocking/locking the door notifications.

License

This project is licensed under the Apache-2.0 license - see the LICENSE file for details.