homebridge-tapo-alarmpanel-maio
v0.0.3
Published
Homebridge TAPO AlarmPanel
Downloads
8
Readme
homebridge-tapo-alarmpanel-maio
HomeBridge TAPO AlarmPanel (needs TAPO api integration).
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-tapo-alarmpanel-maio
Configuration
Configuration example:
"accessories": [
{
"accessory": "homebridge-tapo-alarmpanel-maio",
"name": "Camera Allarme Salone",
"armed_file": "/config/filetocheck_camera_allarme_salone.chk",
"set_url": "http://192.168.0.222:40080/api/v2/tapo/summary.php?ip=192.168.0.213&user=xxxxxx&pass=yyyyy&value=%VALUE%",
"get_url": "http://192.168.0.222:40080/api/v2/tapo/summary.php?ip=192.168.0.213&user=xxxxxx&pass=yyyyy"
}
]
Value example: {"alarm":"off|sound","motion":"off","record":"off"}