Hallo,
seitdem ich einen zweiten Harmony Hub in der Homebridge habe, stürzt diese regelmäßig hab. Nach einem Neustart läuft alles wieder. Komisch...
Im Log steht dann folgendes:
Code
[Homebridge] [4/30/2020, 22:21:38] [Harmony Hub Schlafzimmer] (Harmony Hub Schlafzimmer)ERROR (1)- refreshCurrentActivity Error: WebSocket closed with reason: Socket Error: read ECONNRESET (1006). - Stack : Error: WebSocket closed with reason: Socket Error: read ECONNRESET (1006).
at WebSocketAsPromised._handleClose (/home/hoobs/.hoobs/node_modules/websocket-as-promised/src/index.js:351:19)
at W3CWebSocket.listener (/home/hoobs/.hoobs/node_modules/websocket-as-promised/src/index.js:309:63)
at W3CWebSocket._dispatchEvent [as dispatchEvent] (/home/hoobs/.hoobs/node_modules/yaeti/lib/EventTarget.js:115:12)
at W3CWebSocket.onClose (/home/hoobs/.hoobs/node_modules/websocket/lib/W3CWebSocket.js:228:10)
at WebSocketConnection.<anonymous> (/home/hoobs/.hoobs/node_modules/websocket/lib/W3CWebSocket.js:201:17)
at WebSocketConnection.emit (events.js:210:5)
at WebSocketConnection.handleSocketClose (/home/hoobs/.hoobs/node_modules/websocket/lib/WebSocketConnection.js:389:14)
at Socket.emit (events.js:210:5)
at TCP.<anonymous> (net.js:659:12)
[Homebridge] [4/30/2020, 22:21:38] [Harmony Hub Schlafzimmer] (Harmony Hub Schlafzimmer)WARNING - socket closed
[Homebridge] [4/30/2020, 22:21:48] [Harmony Hub Schlafzimmer] INFO - starting hub discovery
[Homebridge] [4/30/2020, 22:21:49] Error [ERR_SOCKET_DGRAM_NOT_RUNNING]: Not running
at healthCheck (dgram.js:839:11)
at Socket.send (dgram.js:609:3)
at Ping.emit (/home/hoobs/.hoobs/node_modules/harmonyhubjs-discover/lib/ping.js:25:15)
at listOnTimeout (internal/timers.js:531:17)
at processTimers (internal/timers.js:475:7)
[Homebridge] [4/30/2020, 22:21:49] Got SIGTERM, shutting down Homebridge...
[Homebridge] [4/30/2020, 22:21:49] [Harmony Hub Schlafzimmer] INFO - shutdown
[Homebridge] [4/30/2020, 22:21:50] Error [ERR_SOCKET_DGRAM_NOT_RUNNING]: Not running
at healthCheck (dgram.js:839:11)
at Socket.send (dgram.js:609:3)
at Ping.emit (/home/hoobs/.hoobs/node_modules/harmonyhubjs-discover/lib/ping.js:25:15)
at listOnTimeout (internal/timers.js:531:17)
at processTimers (internal/timers.js:475:7)
Alles anzeigen
Ich nutze Hoobs mit dem Harmony Plugin 1.3.7.
Code
{
"platform": "HarmonyHubWebSocket",
"plugin_map": {
"plugin_name": "homebridge-harmony"
},
"name": "Harmony Hub Schlafzimmer",
"hubName": "Harmony Hub Schlafzimmer",
"mainActivity": "Apple TV",
"otherPlatforms": [
{
"name": "Harmony Hub Wohnzimmer",
"hubName": "Harmony Hub Wohnzimmer",
"mainActivity": "Apple TV"
}
]
},
Alles anzeigen
Jemand ne Idee was das sein könnte?