bombadiltom / homebridge-rademacher-homepilot

MIT License
26 stars 21 forks source link

Seltsame Fehlermeldungen #124

Closed MartinJRS closed 1 year ago

MartinJRS commented 1 year ago

Hallo, ich erhalte seit einigen Tagen diese seltsame Einträge im Protokoll. Aus meiner Sicht hat sich nichts geändert und bis dahin war alles bei bester Ordnung. Soweit ich jedoch erkennen kann, scheint alles normal zu funktionieren.

[19/04/2023, 08:45:42] [RademacherHomePilot] GET error for path http://192.168.178.178/v4/devices?devtype=Sensor: Error: connect EHOSTUNREACH 192.168.178.178:80 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) { errno: -113, code: 'EHOSTUNREACH', syscall: 'connect', address: '192.168.178.178', port: 80, config: [Object], request: [Writable], response: undefined, isAxiosError: true, toJSON: [Function: toJSON] } [19/04/2023, 08:45:42] [RademacherHomePilot] Ihre Gerätebeschreibung [22] - getCurrentSunState(): error=Error: connect EHOSTUNREACH 192.168.178.178:80 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) { errno: -113, code: 'EHOSTUNREACH', syscall: 'connect', address: '192.168.178.178', port: 80, config: [Object], request: [Writable], response: undefined, isAxiosError: true, toJSON: [Function: toJSON] } [19/04/2023, 08:45:42] [RademacherHomePilot] GET error for path http://192.168.178.178/v4/devices?devtype=Sensor: Error: connect EHOSTUNREACH 192.168.178.178:80 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) { errno: -113, code: 'EHOSTUNREACH', syscall: 'connect', address: '192.168.178.178', port: 80, config: [Object], request: [Writable], response: undefined, isAxiosError: true, toJSON: [Function: toJSON] } [19/04/2023, 08:45:42] [RademacherHomePilot] Ihre Gerätebeschreibung [24] - getCurrentSunState(): error=Error: connect EHOSTUNREACH 192.168.178.178:80 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) { errno: -113, code: 'EHOSTUNREACH', syscall: 'connect', address: '192.168.178.178', port: 80, config: [Object], request: [Writable], response: undefined, isAxiosError: true, toJSON: [Function: toJSON] }

Besteht Handlungsbedarf?

Vielen Dank

bombadiltom commented 1 year ago

das ist ein Netzwerkproblem, vielleicht zu viele offene Verbindungen, ein Neustart könnte helfen, auf jeden Fall nichts, was man im Plugin beheben könnte