Accessories created by this platform provide a contact sensor, which is opened for everyincoming or outgoing call. A use for this could be to automatically turn down the volumeof played back music to be able to recognize the ringing phone.
Integrates with HomeKit via Homebridge.
I have trouble hearing in noisy environments and sometimes fail to notice that my phonerings. I don't think I'm alone with this.
I configured this plugin to turn down any music that might be playing to enable me tonotice that the phone rings. Another aspect is that the music playback remains turned downwhile I am on the phone and is raised as soon as I hang up.
This callmonitor plugin exposes two contact sensors - one for incoming calls and onefor outgoing calls. These enable the separate handling by call direction and the applicationof different rules.
After Homebridge has been installed:
sudo npm install -g homebridge-callmonitor
{
"bridge": {
...
},
"platforms": [
{
"platform": "CallMonitor",
"devices": [
{
"name": "AVM Fritz!Box 7490",
"address": "192.168.178.1",
"port": "1012",
"outgoingName": "Ausgehender Anruf",
"incomingName": "Eingehender Anruf"
}
]
}
]
}
The platform can connect to any number of devices, which support the call monitor protocol supported by AVM Fritz!Box devices. I've tested it with an AVM Fritz!Box 7490, other models may work as well. If you want to report a differentdevice as working, please file an issue.
A device is configured by specifying the following:
Attributes | Usage |
---|---|
name | The name of the device. Must be specified. |
address | The IPv4 address of the AVM Fritz device. If no address is specified, the accessory will not be created. |
port | The port where the Fritz device reports call statistic data. This default is 1012. |
incomingName | The name of the contact sensor service for incoming calls. If not specified this is the name of the device with - incoming appended. |
outgoingName | The name of the contact sensor service for outgoing calls. If not specified this is the name of the device with - outgoing appended. |
Each bot will expose two services:
This platform and the bots it drives have been verified to work with the following apps on iOS 11
Other devices not listed here may work. If you have another device that works, please reportit via a GitHub issue.
You need to enable the call monitor on most devices. For AVM Fritz!Box devices this can be done by dialing #96*5*
on a connected phone. To disable the call monitor dial #96*4*
.
If you use this and like it - please leave a note by staring this package here or on GitHub.
If you use it and have a problem, file an issue at GitHub - I'll try to help.
If you tried this, but don't like it: tell me about it in an issue too. I'll try my bestto address these in my spare time.
If you fork this, go ahead - I'll accept pull requests for enhancements.
MIT License
Copyright (c) 2017 Michael Fröhlich
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。
homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support
homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A
homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r
Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg
Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r