{ "bridge": { .... }, "description": "Home Smart Home", "platforms": [ { "platform": "config", "name": "Config", "auth": "form", "theme": "red", "restart": "sudo -nsystemctl restart homebridge", "temp": "/sys/class/thermal/thermal_zone0/temp", "sudo": true, "log": { "method": "custom", "command": "journalctl -o cat -n 500 -f -u homebridge" } }, { "platform": "Tahoma", ...... }, { "platform": "CallMonitor", ZUM TESTEN INSTALLIERT - Funktioniert "devices": [ { "name": "AVM Fritz!Box 7590", "address": "192.168.178.1", "port": "1012", "outgoingName": "Eingehender Anruf", "incomingName": "Ausgehender Anruf" } ] }, { ..... "platform": "Camera-ffmpeg" }, { "name": "FritzBox", "debug": true, "devices": [ { "name": "Fritz", "host": "192.168.178.1", "port": 49000, "username": "yyy", "password": "xxx", "ssl": false, ZUM TESTEN FALSE/TRUE gestellt - keine Änderung "tr064": true, "igd": false, ZUM TESTEN FALSE/TRUE gestellt - keine Änderung "model": "7590", "master": true, "readOnly": true, "hide": false, "connection": "dsl", "options": { Diese Schalter gehen alle "wifi_2ghz": "characteristic", "wifi_5ghz": "characteristic", "wifi_guest": "switch", "wps": "characteristic", "aw": "characteristic", "deflection": "switch", "led": "characteristic", "broadband": "characteristic" } } ], "presence": [ Funktioniert { "active": true, "name": "Toni anwesend", "address": "192.168.178.xx", "accType": "occupancy", "ping": true }, { "active": false, "ping": false } ], "callmonitor": { Keine Anzeige in Home App "active": true, "group": true, "port": 1012, "incomingTo": [ "xxx", "yyy" ], "outgoingFrom": [ "xxx", "yyy" ] }, "extras": { Funktioniert "alarm": { "active": true, "duration": 60, "telNr": "xxx", "accType": "switch" }, "wakeup": { "active": true, "duration": 10, "internNr": "** 620", "accType": "switch" }, "ringlock": { "active": false }, "phoneBook": { "active": false } }, "options": { Funktioniert "presence": { "anyone": true, "accType": "occupancy", "offDelay": 60 }, "polling": { "timer": 10 } }, "telegram": { "active": true, "token": "xxx", "chatID": "yyy", "messages": { "presence": { Funktioniert "user_in": "Toni anwesend", "user_out": "Toni abgemeldet" }, "callmonitor": { Kein Telegram bei Anruf "incoming": "@ ruft auf % an", "outgoing": "% ruft @ an ", "disconnected": "Gespräch beendet" }, "alarm": { Funktioniert "activated": "Alarm aktiviert", "deactivated": "Alarm deaktiviert" } } }, "platform": "FritzPlatform" } ], "accessories": [] }