{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "manufacturer": "homebridge.io", "model": "homebridge", "port": 51826, "pin": "031-45-154" }, "description": "Home Smart Home", "platforms": [ { "platform": "config", "name": "Config", "port": 8080, "auth": "form", "theme": "red", "restart": "sudo -n systemctl restart homebridge", "temp": "/sys/class/thermal/thermal_zone0/temp", "sudo": true, "log": { "method": "custom", "command": "journalctl -o cat -n 500 -f -u homebridge" } }, { "platform": "FritzPlatform", "devices": { "FRITZ!Box 7590 (UI)": { "active": false, "host": "192.168.10.1", "port": 49000, "username": "admin", "password": "fritzbox passwort", "type": "", "master": true, "mesh": true, "readOnly": false, "options": false }, "FRITZ!Box 7490 (UI)": { "active": true, "host": "192.168.10.54", "port": 49000, "username": "admin", "password": "xxx", "type": "", "master": false, "mesh": true, "readOnly": false, "options": false } }, "smarthome": { "HAN-FUN Sensor": { "active": true, "ain": "11934 0146648", "devType": "contact" }, "DECT 301": { "active": true, "ain": "09995 0106095", "heatValue": 5, "coolValue": 5, "windowSensor": true, "devType": "thermostat" }, "DECT 200": { "active": true, "ain": "08761 0082712", "tempSensor": true, "devType": "switch" } }, "callmonitor": { "active": true, "ip": "192.168.10.1", "port": 1012, "country": "DE", "incomingTo": [ "1219022" ], "outgoingFrom": [ "1219022" ] }, "wol": [ { "active": true, "name": "Sony-SA510", "address": "3C:07:71:00:EB:76" } ], "alarm": { "active": false, "telNr": "1219022", "duration": 30 }, "wakeup": { "active": false, "internNr": "**620", "duration": 30 }, "ringlock": { "active": false, "DECTphones": 1, "start": "11:00", "end": "22:00" }, "broadband": { "active": false, "measureTime": 5 }, "extReboot": { "active": false, "cmdOn": "sh /PATH/TO/SCRIPT/on.sh", "cmdOff": "sh /PATH/TO/SCRIPT/off.sh" }, "phoneBook": { "active": true, "blacklists": [ "Blacklist" ] }, "telegram": { "active": true, "token": "TOKENHERE", "chatID": "-CHATIDHERE", "presence": { "in": "Welcome at home @", "out": "Bye Bye @", "anyoneIn": "Someone is at home!", "anyoneOut": "Nobody at home!" }, "callmonitor": { "incoming": "Incoming call - @", "disconnected": "Call with @ disconnected" }, "alarm": { "activated": "Alarm activated! Calling @!", "deactivated": "Alarm deactivated!" }, "extReboot": { "start": "Network reboot started!", "finish": "Network reboot completed!" } }, "polling": 10, "timeout": 10, "clearCache": false, "debug": true, "disableAutoSearch": false, "presence": { "user": [ { "active": false, "name": "Test User", "address": "0.0.0.0" } ], "anyone": false, "offDelay": 90, "onDelay": 15, "ping": false }, "disableAutoConfig": false } ], "accessories": [ { "accessory": "FakeBulb", "name": "Test lamp", "bulb_name": "Lamp1" }, { "accessory": "FakeBulb", "name": "Test lamp2", "bulb_name": "Lamp2" } ], "id": "config" }