{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "Home Smart Home", "platforms": [ { "platform": "config", "name": "Config", "port": 8989, "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" } } ], "accessories": [ { "accessory": "SimpleShelly", "name": "Tischlampe", "url": "http://192.168.178.36", "channel": 0 }, { "accessory": "SimpleShelly", "name": "Steckdose", "url": "http://192.168.178.32", "channel": 0 } ] }