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.
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
In order to configure the intercom you will need to fill the following fields:
string
(required)
string
(optional)
string
(optional)
string
(optional)
number
(optional)
Intercom type: string
(required)
The intercom communication with Homebridge is done directly with the intercom or indirectly. When done indirectly, an interface will be used, such as Raspberry Pi or Shelly.
As of now, these are the supported ways of communication:
Note: Please open an issue if you would like support added for your intercom.
string
(required)
string
(required)
string
(required)
number
(optional)
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.
This project is licensed under the Apache-2.0 license - see the LICENSE file for details.