Homebridge raspberry pi 3b+

Permalänk

Homebridge raspberry pi 3b+

Hej,

Har lite problem med att få igång homebridge på min raspberry pi 3b+ och hoppdes på någon som kan luska ut vad problemet är.

Får fram detta i terminal när jag försöker köra igång homebridge.
Har installerat allt som ska behövas och config,json filen ser bra ut och jag körde den i JSONLint utan klagomål.

Någon som sett detta innan?

pi@raspberrypi:~ $ homebridge
[2018-10-25 22:19:36] Loaded config.json with 0 accessories and 1 platforms.
[2018-10-25 22:19:36] ---
[2018-10-25 22:19:36] Loaded plugin: homebridge-telldus
[2018-10-25 22:19:36] Registering platform 'homebridge-telldus.Telldus'
[2018-10-25 22:19:36] ---
[2018-10-25 22:19:36] Loading 1 platforms...
[2018-10-25 22:19:36] [Tells Live!] Initializing Telldus platform...
[2018-10-25 22:19:36] [Tells Live!] isLocal: false
[2018-10-25 22:19:36] [Tells Live!] Loading accessories...
[2018-10-25 22:19:37] [Tells Live!] 401 == 200
(node:12820) UnhandledPromiseRejectionWarning: AssertionError [ERR_ASSERTION]: 401 == 200
at LiveApi.request (/usr/local/lib/node_modules/homebridge-telldus/node_modules/telldus-api/index.js:228:12)
at process.internalTickCallback (internal/process/next_tick.js:77:7)
(node:12820) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:12820) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code