homebridge-external-ip
v2.0.0
Published
A Homebridge plugin exposing a contact sensor state based on external IP
Downloads
38
Readme
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 IP address. Contact sensor shows "detected" when the current external IP matches this value.intervalis the polling interval in seconds to check the current external IP (default: 60).
Help
If you have a query or problem, raise an issue in GitHub, or better yet submit a PR!
