bombadiltom / homebridge-rademacher-homepilot

MIT License
26 stars 21 forks source link

Plugin installiert, bekomme aber timeout #123

Closed Gregor-de closed 1 year ago

Gregor-de commented 1 year ago

Hallo, ich habe gerade das Plugin installiert. Homebridge läuft einem Pi4 mit Raspian. Passwort aus dem Homepilot2 habe ich erstmal entfernt. Den HP2 kann ich im Browser unter der IP-Adresse erreichen. Wenn ich Homebridge starte bekomme ich 3 analoge Fehlermeldungen mit einem timeout.

[17.3.2023, 14:20:52] [RademacherHomePilot] GET error for path http://192.168.0.13/v4/devices?devtype=Actuator: Error: timeout of 30000ms exceeded at createError (/var/lib/homebridge/node_modules/homebridge-rademacher-homepilot/node_modules/axios/lib/core/createError.js:16:15) at RedirectableRequest.handleRequestTimeout (/var/lib/homebridge/node_modules/homebridge-rademacher-homepilot/node_modules/axios/lib/adapters/http.js:303:16) at RedirectableRequest.emit (node:events:513:28) at Timeout. (/var/lib/homebridge/node_modules/homebridge-rademacher-homepilot/node_modules/follow-redirects/index.js:169:12) at listOnTimeout (node:internal/timers:564:17) at processTimers (node:internal/timers:507:7) { config: [Object], code: 'ECONNABORTED', request: [Writable], response: undefined, isAxiosError: true, toJSON: [Function: toJSON] } [17.3.2023, 14:20:52] [RademacherHomePilot] Request failed: Error: timeout of 30000ms exceeded [17.3.2023, 14:20:52] [RademacherHomePilot] GET error for path http://192.168.0.13/v4/devices?devtype=Sensor: Error: timeout of 30000ms exceeded at createError (/var/lib/homebridge/node_modules/homebridge-rademacher-homepilot/node_modules/axios/lib/core/createError.js:16:15) at RedirectableRequest.handleRequestTimeout (/var/lib/homebridge/node_modules/homebridge-rademacher-homepilot/node_modules/axios/lib/adapters/http.js:303:16) at RedirectableRequest.emit (node:events:513:28) at Timeout. (/var/lib/homebridge/node_modules/homebridge-rademacher-homepilot/node_modules/follow-redirects/index.js:169:12) at listOnTimeout (node:internal/timers:564:17) at processTimers (node:internal/timers:507:7) { config: [Object], code: 'ECONNABORTED', request: [Writable], response: undefined, isAxiosError: true, toJSON: [Function: toJSON] } [17.3.2023, 14:20:52] [RademacherHomePilot] Request failed: Error: timeout of 30000ms exceeded [17.3.2023, 14:20:52] [RademacherHomePilot] GET error for path http://192.168.0.13/v4/scenes: Error: timeout of 30000ms exceeded at createError (/var/lib/homebridge/node_modules/homebridge-rademacher-homepilot/node_modules/axios/lib/core/createError.js:16:15) at RedirectableRequest.handleRequestTimeout (/var/lib/homebridge/node_modules/homebridge-rademacher-homepilot/node_modules/axios/lib/adapters/http.js:303:16) at RedirectableRequest.emit (node:events:513:28) at Timeout. (/var/lib/homebridge/node_modules/homebridge-rademacher-homepilot/node_modules/follow-redirects/index.js:169:12) at listOnTimeout (node:internal/timers:564:17) at processTimers (node:internal/timers:507:7) { config: [Object], code: 'ECONNABORTED', request: [Writable], response: undefined, isAxiosError: true, toJSON: [Function: toJSON] } [17.3.2023, 14:20:52] [RademacherHomePilot] Request failed: Error: timeout of 30000ms exceeded

was könnte die Ursache sein? Netzwerk kann es nicht sein, denn ich erreiche den HP2 ja von der gleichen Maschine.

Gruß Gregor

Gregor-de commented 1 year ago

war doch mein Fehler :)