Hi @larsan,
Since the upgrade to 1.1.0 I'm seeing frequent Fetch errors spamming my homebridge logfiles. See https://github.com/dinmammas/homebridge ... t/issues/4
Could you please investigate?
HomeKit plugin (using homebridge)
-
- Forum-Anfänger
- Beiträge: 1
- Registriert: Sa 25. Apr 2020, 15:19
- Mäher: Gardena SILENO City 250
- Robonect-Modul: Robonect Hx (Rev.5)
- Robonect Firmware: 1.1
-
- Forum-Anfänger
- Beiträge: 6
- Registriert: Sa 19. Dez 2020, 17:02
- Mäher: Gardena smart SILENO
- Robonect Firmware: -
- hat sich bedankt: 1 Mal
Re: HomeKit plugin (using homebridge)
(node:15295) UnhandledPromiseRejectionWarning: FetchError: request to http://xxx/:xxxxxxxxx@192.168.178.51:53 ... md=version failed, reason: connect EHOSTUNREACH 192.168.178.24:80
at ClientRequest.<anonymous> (/usr/local/lib/node_modules/homebridge-robonect/node_modules/node-fetch/lib/index.js
11)
at ClientRequest.emit (events.js:315:20)
at Socket.socketErrorListener (_http_client.js:469:9)
at Socket.emit (events.js:315:20)
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:15295) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unh ... tions_mode). (rejection id: 1)
(node:15295) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Auf meinem log kommt diese fehlermeldung. Was mache ich falsch?
{
"accessory": "HomebridgeRobonect",
"name": "Robonect",
"mower": "Gardena",
"model": "Sileno City",
"robonect-card": "HX",
"serial-number": "200681xxx",
"show-humidity": "no",
"getUrl": "http://xxx:xxxxxxxx@192.168.178.51:53"
}
at ClientRequest.<anonymous> (/usr/local/lib/node_modules/homebridge-robonect/node_modules/node-fetch/lib/index.js
at ClientRequest.emit (events.js:315:20)
at Socket.socketErrorListener (_http_client.js:469:9)
at Socket.emit (events.js:315:20)
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:15295) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unh ... tions_mode). (rejection id: 1)
(node:15295) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Auf meinem log kommt diese fehlermeldung. Was mache ich falsch?
{
"accessory": "HomebridgeRobonect",
"name": "Robonect",
"mower": "Gardena",
"model": "Sileno City",
"robonect-card": "HX",
"serial-number": "200681xxx",
"show-humidity": "no",
"getUrl": "http://xxx:xxxxxxxx@192.168.178.51:53"
}
-
- erfahrener Forum-Nutzer
- Beiträge: 89
- Registriert: So 26. Mär 2017, 11:31
- Wohnort: Sweden
- Mäher: Gardena R40Li
- Firmware des Mähers (MSW): MSW 5.xx.xx
- Herstellungsjahr: 2012
- Robonect-Modul: Robonect H30x (Rev.2)
- Robonect Firmware: 1.2 (fix)
- wurde gedankt: 1 Mal
Re: HomeKit plugin (using homebridge)
Your plug-in and/or homebridge can’t reach your mower.
Code: Alles auswählen
failed, reason: connect EHOSTUNREACH 192.168.178.24:80
- Bewertung: 50%
Best regards,
David from Sweden
David from Sweden