Homebridge RateLimit Error

Hi
Since the update required by Smartthings, I got this error whan launching HB
Thanks for your help

[2017-02-17 14:28:54] [SmartThings] Error received type RateLimit - Please try again later
[2017-02-17 14:28:54] [SmartThings] Unknown Capabilities: []
events.js:161
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE :::8000
    at Object.exports._errnoException (util.js:1023:11)
    at exports._exceptionWithHostPort (util.js:1046:20)
    at Server._listen2 (net.js:1261:14)
    at listen (net.js:1297:10)
    at Server.listen (net.js:1375:9)
    at smartthings_SetupHTTPServer (/usr/lib/node_modules/homebridge-smartthings/index.js:203:9)
    at /usr/lib/node_modules/homebridge-smartthings/index.js:138:5
    at /usr/lib/node_modules/homebridge-smartthings/index.js:98:5
    at /usr/lib/node_modules/homebridge-smartthings/lib/smartthingsapi.js:94:29
    at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-smartthings/lib/smartthingsapi.js:45:29)

EDDRINUSE is an error you get when homebridge is running and you try to start a second instance.
Try “sudo killall homebridge” and then restart with “homebridge” to check everything is working.

Thanks ! It solves this error, bit I am still stuck with homebridge not retrieving smartthings devices
[2017-02-17 16:17:44] [SmartThings] Error received type RateLimit - Please try again later
[2017-02-17 16:17:44] [SmartThings] Unknown Capabilities:
[2017-02-17 16:17:44] [SmartThings] Direct Connect Is Listening On 10.0.0.29:8000

I have the same problem. @gregoiredore - Were you able to resolve it?

Just fixed it, remove JSON COMPLETE API from smart app… reinstall it, adjust your new app_id and access token and everything will be fixed !! :wink:

2 Likes

Yes ! I was just about to write the same thing.
Thanks

1 Like