{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "xxxx" }, "platforms": [ { "platform": "config", "port": 8080, "sudo": true, "log": "/var/log/homebridge.stdout.log", "error_log": "/var/log/homebridge.stderr.log", "restart": "sudo -n systemctl restart homebridge", "name": "Config" },{ "platform": "mqtt", "name": "mqtt", "url": "mqtt://192.168.2.76", "port": "1883", "topic_type": "multiple", "topic_prefix": "homebridge", }, { "platform": "HarmonyHub", "name": "Harmony" }, { "platform": "Secvest", "host": "192.168.2.67", "username": "xxx", "password": "xxxxxxxxx", "name": "Secvest" }, { "platform": "WeatherStation", "name": "Weather Station", "key": "xxxxxxxxxxxxxxxxxx", "location": "pws:xxxxxxxxxxxxx" }, { "platform": "Hue", "users": { "001788FFFEA6BA70": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "lights": true, "name": "hue" }, { "platform": "People", "threshold": 15, "anyoneSensor": false, "nooneSensor": false, "webhookPort": 51828, "pingInterval": 10000, "ignoreReEnterExitSeconds": 0, "people": [ { "name": "xxx", "target": "Hxxxx", "threshold": 15, "pingInterval": 10000, "ignoreReEnterExitSeconds": 0 }, { "name": "xxx", "target": "xxx", "threshold": 15, "pingInterval": 10000, "ignoreReEnterExitSeconds": 0 } ] } ], "accessories": [] }