Vielen Dank, damit hat er die Geräte gefunden...
Beiträge von DocVooDoo
-
-
Hallo miteinander!
Erstmal ein mega Lob an @SeydX und @Nastra für das geniale Plugin!
Ich hab die Config soweit eingerichtet und die zwei Geräte (7490 & Repeater 310) auf activ stehen.
Leider erkennt die HA die beiden Geräte nicht. Was mache ich denn falsch??
Ich hab auch mal das Debug aktiviert
Code
Alles anzeigen[2019-5-25 11:21:44] [FritzPlatform] [INFO] Auto Device Search is disabled, looking for devices in config.json.. FritzPlatform Found following devices: +0ms FritzPlatform [ { name: 'FritzBox 7490', FritzPlatform address: '192.168.178.1', FritzPlatform port: 49000, FritzPlatform location: 'http://192.168.178.1:49000/tr64desc.xml', FritzPlatform serial: 'FB-1921681781' }, FritzPlatform { name: 'Repeater 310', FritzPlatform address: '192.168.178.31', FritzPlatform port: 49000, FritzPlatform location: 'http://192.168.178.31:49000/tr64desc.xml', FritzPlatform serial: 'FB-19216817831' } ] +11ms [2019-5-25 11:21:44] [FritzPlatform] [INFO] Initializing config... FritzPlatform Initializing extra accessories... +106ms FritzPlatform Initializing extras... +9ms FritzPlatform Initializing telegram... +2ms FritzPlatform Initializing callmonitor... +6ms [2019-5-25 11:21:44] [FritzPlatform] [INFO] Auto config generator disabled. [2019-5-25 11:21:44] [FritzPlatform] [INFO] Found 0 active devices... [2019-5-25 11:21:44] [FritzPlatform] [INFO] Please check your config.json and activate the device(s) you want to see in HomeKit. [2019-5-25 11:21:44] [FritzPlatform] [INFO] Please also set up username, password, type and master for your 'device(s)' and restart homebridge!Code
Alles anzeigen{ "platform": "FritzPlatform", "disableAutoSearch": true, "disableAutoConfig": true, "debug":true, "clearCache": false, "devices":{ "FritzBox 7490": { "active": true, "host": "192.168.178.1", "port": 49000, "username": "", "password": "XXXXXXXX", "type": "dsl", "master": true, "mesh": true, "beta": true, "readOnly": false, "options": { "wifi2": [true,false], "wifi5": [true,false], "wifiGuest": [true,false], "phoneBook": true, "reconnect": true, "wps": [true,false], "aw": [true,false], "deflection": [true,false], "led": [true,false], "lock": [true,false] } }, "Repeater 310": { "active": true, "host": "192.168.178.31", "port": 49000, "username": "", "password": "XXXXXXX", "type": "repeater", "master": false, "mesh": true, "readOnly": false, "beta": false, "options": false }, "broadband": { "active": true, "measureTime": 5 } } }