Jump to content

Jessedegenerate

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Jessedegenerate

  1. I have the same Error as RaginBallin: i haven't had any trouble with hue or other plugins, but i can't get this one going:( ateliers-Mac-mini:homebridge2 atelier$ /usr/local/lib/node_modules/homebridge/bin/homebridge Loaded plugin: homebridge-isy-js Registering platform 'homebridge-isy-js.isy-js' --- Loaded config.json with 0 accessories and 1 platforms. --- Loading 1 platforms... [isy-js] Initializing isy-js platform... Loading 0 accessories... /usr/local/lib/node_modules/homebridge-isy-js/node_modules/isy-js/isy.js:404 if (response instanceof Error || response.statusCode != 200) { ^ TypeError: Cannot read property 'statusCode' of null at Request.<anonymous> (/usr/local/lib/node_modules/homebridge-isy-js/node_modules/isy-js/isy.js:404:50) at emitTwo (events.js:87:13) at Request.emit (events.js:172:7) at Request.mixin._fireError (/usr/local/lib/node_modules/homebridge-isy-js/node_modules/restler/lib/restler.js:207:10) at ClientRequest.<anonymous> (/usr/local/lib/node_modules/homebridge-isy-js/node_modules/restler/lib/restler.js:246:14) at emitOne (events.js:77:13) at ClientRequest.emit (events.js:169:7) at Socket.socketOnData (_http_client.js:310:9) at emitOne (events.js:77:13) at Socket.emit (events.js:169:7) ateliers-Mac-mini:homebridge2 atelier$ here's my config: { "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file with all supported devices. You can use this as a template for creating your own configuration file containing devices you actually own.", "platforms": [ { "platform": "isy-js", "name": "isy-js", "host": "192.168.254.110", "port": "80", "username": "admin", "password": "passwordgoeshere" } ], "accessories": [ ] } any help would be appreciated
×
×
  • Create New...