{ "bridge" : { "name" : "Homebridge", "username" : "CC:22:3D:E3:CE:30", "port" : 51826, "pin" : "xxx" }, "accessories" : [ { "accessory": "SynologyDiskstation", "name": "Diskstation", "host": "192.168.2.100", "mac": "00-11-32-5D-25-C7", "port": "5000", "secure": false, "account": "xxx", "password": "xxx", "version": 6 } ], "platforms" : [ { "platform": "People", "threshold" : 15, "anyoneSensor" : true, "nooneSensor" : false, "webhookPort": 51828, "cacheDirectory": "./.node-persist/storage", "pingInterval": 10000, "ignoreReEnterExitSeconds": 0, "people" : [ { "name" : "Michael", "target" : "192.168.2.30", "threshold" : 15, "pingInterval": 10000, "ignoreReEnterExitSeconds": 0 }, { "name" : "Franzi", "target" : "192.168.2.68", "threshold" : 15, "pingInterval": 10000, "ignoreReEnterExitSeconds": 0 } ] } ] } ------------------------------------------------------ { "platforms": [ { "platform": "Fritz!Box", "name": "My FritzBox", "username": "", "password": "", "url": "http://fritz.box", "interval": 60, "options": { "strictSSL": false } } ] }