Echoing, thanks for making/enhancing/sharing and documenting all this, looks really neat.Mediacj wrote:Thanks all for making/sharing and documenting this!
With Insteon I couldn't get it authenticated because my login credentials where not accepted, so I looked for an other app and found the Homekit app Eve which has no subscription and worked flawless also with Siri in dutch.
I seem to have two problems - the Eve app tells me that to use Homekit I need to enable iCloud Keychain on my iPhone, so go to Settings / iCloud - not Keychain or Passbook items listed - anybody know how to get this item back?
Running homebridge I get a nice set of errors - it looks like I might have too many devices and the port number goes into an illegal range? Or have I forgotten a set-up step?
Code: Select all
[Domoticz] TCP server accepting connection on port: 64708
HAP Server is listening
[Domoticz] Initializing device with name Study Printer...
[Domoticz] Loaded services for Study Printer
Cannot find secret key, creating One...
TCP server accepting connection on port: 64936
HAP Server is listening
[Domoticz] Initializing device with name Study Screens...
[Domoticz] Loaded services for Study Screens
Cannot find secret key, creating One...
TCP server accepting connection on port: 65166
HAP Server is listening
[Domoticz] Initializing device with name Study WiFi...
[Domoticz] Loaded services for Study WiFi
Cannot find secret key, creating One...
TCP server accepting connection on port: 65398
HAP Server is listening
[Domoticz] Initializing device with name Testbutton...
[Domoticz] Loaded services for Testbutton
Cannot find secret key, creating One...
/home/pi/homebridge/lib/HAP-NodeJS/node_modules/mdns/lib/advertisement.js:56
dns_sd.DNSServiceRegister(self.serviceRef, flags, ifaceIdx, name,
^
Error: argument 8: port number is out of bounds.
at Error (native)
at new Advertisement (/home/pi/homebridge/lib/HAP-NodeJS/node_modules/mdns/lib/advertisement.js:56:10)
at Object.create [as createAdvertisement] (/home/pi/homebridge/lib/HAP-NodeJS/node_modules/mdns/lib/advertisement.js:64:10)
at Object.startAdvertising (/home/pi/homebridge/lib/HAP-NodeJS/Advertiser.js:7:28)
at Object.publishAccessory (/home/pi/homebridge/lib/HAP-NodeJS/Accessory.js:10:29)
at createHAPServer (/home/pi/homebridge/app.js:167:15)
at /home/pi/homebridge/app.js:92:17
at Request._callback (/home/pi/homebridge/platforms/Domoticz.js:62:5)
at Request.self.callback (/home/pi/homebridge/node_modules/request/request.js:373:22)
at Request.emit (events.js:110:17)
npm ERR! Linux 3.18.14-v7+
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "start"
npm ERR! node v0.12.1
npm ERR! npm v2.5.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `node app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node app.js'.
npm ERR! This is most likely a problem with the homebridge package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node app.js
npm ERR! You can get their info via:
npm ERR! npm owner ls homebridge
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/pi/homebridge/npm-debug.log