Bevor ich mit den Webhooks rumexperimentiert habe, konnte ich die Homebridge bereits in der iOS App einrichten. Nach Zurücksetzen der App wird jetzt nichts mehr gefunden. Es kommt der Fehler:
[2016-12-29 18:52:27] Loaded plugin: homebridge-http-webhooks
[2016-12-29 18:52:27] Registering platform 'homebridge-http-webhooks.HttpWebHooks'
[2016-12-29 18:52:27] Registering accessory 'homebridge-http-webhooks.HttpWebHookSensor'
[2016-12-29 18:52:27] Registering accessory 'homebridge-http-webhooks.HttpWebHookSwitch'
[2016-12-29 18:52:27] ---
[2016-12-29 18:52:27] Loaded config.json with 0 accessories and 1 platforms.
[2016-12-29 18:52:27] ---
[2016-12-29 18:52:27] Loading 1 platforms...
[2016-12-29 18:52:27] Initializing HttpWebHooks platform...
[2016-12-29 18:52:27] Initializing platform accessory 'Alle Lichter'...
[2016-12-29 18:52:27] Started server for webhooks on port '51827'.
[2016-12-29 18:52:27] Loading 0 accessories...
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
┌────────────┐
│ 031-45-154 │
└────────────┘
events.js:141
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE :::51827
at Object.exports._errnoException (util.js:907:11)
at exports._exceptionWithHostPort (util.js:930:20)
at Server._listen2 (net.js:1250:14)
at listen (net.js:1286:10)
at Server.listen (net.js:1382:5)
at Object.HttpWebHooksPlatform.accessories (/usr/local/lib/node_modules/homebridge-
http-webhooks/index.js:102:24)
at Server._loadPlatformAccessories (/usr/local/lib/node_modules/homebridge/lib/server.js:354:20)
at Server._loadPlatforms (/usr/local/lib/node_modules/homebridge/lib/server.js:298:16)
at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:80:36)
at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:40:10)
Jemand ne Ahnung woran es liegen könnte?