1.0.2 • Published 6 years ago
homebridge-external-ip v1.0.2
homebridge-external-ip
A Homebridge plugin exposing a contact sensor state based on external IP
Installation
- Install homebridge using:
npm install -g homebridge - Install this plugin:
npm install -g homebridge-external-ip - Update your
config.jsonconfiguration file
Configuration
Example config.json entry:
"platforms": [
{
"platform": "ExternalIp",
"expectedIp": "x.x.x.x",
"interval": 120
}
]Where:
expectedIpis the expected external IPintervalis the polling interval to check the current external IP
Help etc.
If you have a query or problem, raise an issue in GitHub, or better yet submit a PR!