Guten Tag,
Kann mir jemand helfen?
Ich wollte einige Sachen in der Home App anzeigen lassen, wie LED (on/off) als Schalter, soweit habe ich das auch geschafft, dennoch kommt immer folgende Meldung in Dauerschleife
Code
[4/3/2022, 5:51:22 PM] Homebridge v1.4.0 (HAP v0.10.0) (Homebridge A0CD) is running on port 51798.
[4/3/2022, 5:51:22 PM] [FritzPlatform] Launched child bridge with PID 41290
[4/3/2022, 5:51:22 PM] Registering platform 'homebridge-fritz-platform.FritzPlatform'
[4/3/2022, 5:51:22 PM] [FritzPlatform] Loaded homebridge-fritz-platform v6.0.19 child bridge successfully
[4/3/2022, 5:51:22 PM] Loaded 1 cached accessories from cachedAccessories.0E920DA2857A.
[4/3/2022, 5:51:22 PM] Homebridge v1.4.0 (HAP v0.10.0) (FritzPlatform) is running on port 38886.
[4/3/2022, 5:51:22 PM] [FritzPlatform] FritzBox Led: Configuring cached accessory...
[4/3/2022, 5:51:22 PM] [FritzPlatform] FritzBox Led: Setup accessory...
[4/3/2022, 5:51:24 PM] [FritzPlatform] FritzBox Led (led): An error occured during getting state!
[4/3/2022, 5:51:24 PM] [FritzPlatform] Error: Unauthorized
at Object.exports.request (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/@seydx/fritzbox/lib/request.js:78:21)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at exports.requestXml (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/@seydx/fritzbox/lib/request.js:230:20)
at Service.execAction (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/@seydx/fritzbox/lib/service.js:133:20)
at Handler.get (/usr/local/lib/node_modules/homebridge-fritz-platform/src/accessories/router/router.handler.js:350:28)
at Handler.poll (/usr/local/lib/node_modules/homebridge-fritz-platform/src/accessories/extras/extras.handler.js:783:13) {
title: 'Invalid Response',
code: 401,
soap: {},
url: 'https://fritz4824:[email protected]:49443/upnp/control/deviceconfig'
}
/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/p-cancelable/index.js:48
throw new Error('The `onCancel` handler was attached after the promise settled.');
^
Error: The `onCancel` handler was attached after the promise settled.
at onCancel (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/p-cancelable/index.js:48:12)
at makeRequest (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/got/dist/source/as-promise/index.js:38:13)
at Request.<anonymous> (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/got/dist/source/as-promise/index.js:143:17)
at Object.onceWrapper (node:events:640:26)
at Request.emit (node:events:520:28)
at Timeout.retry (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/got/dist/source/core/index.js:1270:30)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
[4/3/2022, 5:51:25 PM] [FritzPlatform] Child bridge process ended
[4/3/2022, 5:51:25 PM] [FritzPlatform] Process Ended. Code: 1, Signal: null
[4/3/2022, 5:51:32 PM] [FritzPlatform] Restarting Process...
Alles anzeigen