sibartlett / homebridge-wink3

Homebridge plugin for wink.com
https://sibartlett.github.io/homebridge-wink3
ISC License
53 stars 20 forks source link

Failed to refresh devices #114

Open pluckyhd opened 5 years ago

pluckyhd commented 5 years ago

The authorization went fine but now when I start homebridge I get

Failed to refresh devices. { RequestError: Error: connect ECONNREFUSED 127.0.0.1:443 at new RequestError (/usr/local/lib/node_modules/homebridge-wink3/node_modules/request-promise-core/lib/errors.js:14:15) at Request.plumbing.callback (/usr/local/lib/node_modules/homebridge-wink3/node_modules/request-promise-core/lib/plumbing.js:87:29) at Request.RP$callback [as _callback] (/usr/local/lib/node_modules/homebridge-wink3/node_modules/request-promise-core/lib/plumbing.js:46:31) at self.callback (/usr/local/lib/node_modules/homebridge-wink3/node_modules/request/request.js:185:22) at emitOne (events.js:116:13) at Request.emit (events.js:211:7) at Request.onRequestError (/usr/local/lib/node_modules/homebridge-wink3/node_modules/request/request.js:881:8) at emitOne (events.js:116:13) at ClientRequest.emit (events.js:211:7) at TLSSocket.socketErrorListener (_http_client.js:387:9) name: 'RequestError', message: 'Error: connect ECONNREFUSED 127.0.0.1:443', cause: { Error: connect ECONNREFUSED 127.0.0.1:443 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14) code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 443 }, error: { Error: connect ECONNREFUSED 127.0.0.1:443 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14) code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 443 }, options: { baseUrl: 'https://api.wink.com', strictSSL: true, json: true, method: 'GET', uri: '/users/me', headers: { 'User-Agent': '1540259048474', Authorization: 'Bearer XmwPckJyjx1i5JMQxP90tSb0N1gdT1EJ' }, callback: [Function: RP$callback], transform: undefined, simple: true, resolveWithFullResponse: false, transform2xxOnly: false }, response: undefined }

sibartlett commented 4 years ago

Sorry, I am no longer actively maintaining this project. I am no longer using Wink, and do not have the time or resources to dedicate more to ongoing maintenance.