Ja, es sind zwei Telefone angemeldet
Beiträge von thommyDD
-
-
Vielen Dank für den Hinweis. Die Meldung mit Nutzer ist weg. Was leider noch immer nicht funktioniert ist der alarm. Ich erhalte beim Auslösen nach wie vor folgende Meldung im Log
Code[16/11/2020, 15:48:40] [FritzPlatform] FritzBox Alarm: Could not process the request during setting state (alarm)Danke für die Unterstützung
-
Anbei die Config
Code
Alles anzeigen{ "name": "FritzPlatform", "devices": [ { "name": "FritzBox", "host": "192.168.1.1", "username": "FritzBox", "password": "Mein Passwort", "ssl": true, "tr064": true, "igd": true, "master": true, "connection": "dsl" } ], "presence": [ { "ping": false } ], "callmonitor": { "active": false, "port": 1012 }, "extras": { "alarm": { "active": true, "duration": 10, "telNr": "1234556", "accType": "switch" }, "wakeup": { "active": false }, "ringlock": { "active": false }, "phoneBook": { "active": false } }, "options": { "presence": { "accType": "occupancy" }, "polling": { "timer": 10 } }, "telegram": { "active": false }, "platform": "FritzPlatform" }Ich habe die FritzBox 7530
-
Hallo zusammen,
erstmal "Danke" für das tolle PlugIn. Leider habe ich ein Problem bei der Einrichtung. Ich bekomme immer folgende Meldungen im Homebridge-Log:
Code[15/11/2020, 22:10:19] [FritzPlatform] Initializing FritzPlatform platform... [15/11/2020, 22:10:22] [FritzPlatform] One of the user has no name configured. This user will be skipped. [15/11/2020, 22:10:22] [FritzPlatform] No or wrong accessory type setted up for this user. Setting it to "occupancy".Nutzer habe ich in der FritzBox angelegt und die Anmeldung per Nutzer eingestellt.
Außerdem bekomme ich beim auslösen des Alarm-Buttons folgen Meldung im Log:
Code[15/11/2020, 22:20:27] [FritzPlatform] FritzBox Alarm: Could not process the request during setting state (alarm)Wo liegt das Problem?
Danke für eure Unterstützung