}
}
(node:27692) UnhandledPromiseRejectionWarning: Error: Not Implemented
at Request.callback (/usr/local/lib/node_modules/homebridge-fibaro-hc3/node_modules/superagent/src/node/index.js:879:15)
at IncomingMessage. (/usr/local/lib/node_modules/homebridge-fibaro-hc3/node_modules/superagent/src/node/index.js:1130:18)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (internal/streams/readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
(Use node --trace-warnings ... to show where the warning was created)
(node:27692) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:27692) [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.
Using Docker on a QNAP with the following json config, and get the error as per bottom of log
{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "platform": "FibaroHC3", "name": "FibaroHC3", "host": "192.168.1.187", "url": "http://192.168.1.187/", "username": "admin", "password": "XXXXXX", "pollerperiod": "2", "securitysystem": "disabled", "addRoomNameToDeviceName": "enabled", "_bridge": { "username": "0E:24:10:A8:16:2A", "port": 32694 } } ] }
[2/27/2021, 5:32:26 PM] [HB Supervisor] OS: Linux 4.14.24-qnap x64 [2/27/2021, 5:32:26 PM] [HB Supervisor] Node.js v14.15.5 /usr/local/bin/node [2/27/2021, 5:32:26 PM] [HB Supervisor] Homebridge Path: /usr/local/lib/node_modules/homebridge/bin/homebridge [2/27/2021, 5:32:26 PM] [HB Supervisor] UI Path: /usr/local/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js [2/27/2021, 5:32:34 PM] [Homebridge UI] Homebridge Config UI X v4.39.1 is listening on 0.0.0.0 port 8581 [2/27/2021, 5:32:35 PM] [HB Supervisor] Starting Homebridge with extra flags: -I -P /homebridge/node_modules [2/27/2021, 5:32:35 PM] [HB Supervisor] Started Homebridge v1.3.1 with PID: 27669 Initializing HAP-NodeJS v0.9.2... [2/27/2021, 5:32:36 PM] Loaded config.json with 0 accessories and 2 platforms. [2/27/2021, 5:32:36 PM] Loaded 0 cached accessories from cachedAccessories. [2/27/2021, 5:32:36 PM] --- [2/27/2021, 5:32:37 PM] Loaded plugin: homebridge-dummy@0.5.0 [2/27/2021, 5:32:37 PM] Registering accessory 'homebridge-dummy.DummySwitch' [2/27/2021, 5:32:37 PM] --- [2/27/2021, 5:32:37 PM] Loaded plugin: homebridge-config-ui-x@4.39.1 [2/27/2021, 5:32:37 PM] Registering platform 'homebridge-config-ui-x.config' [2/27/2021, 5:32:37 PM] --- [2/27/2021, 5:32:37 PM] Loaded plugin: homebridge-fibaro-hc3@1.1.2 [2/27/2021, 5:32:37 PM] Registering platform 'homebridge-fibaro-hc3.FibaroHC3' [2/27/2021, 5:32:37 PM] --- [2/27/2021, 5:32:37 PM] Loading 2 platforms... [2/27/2021, 5:32:37 PM] [Config] Initializing config platform... [2/27/2021, 5:32:37 PM] [Config] Running in Service Mode [2/27/2021, 5:32:37 PM] [FibaroHC3] Initializing FibaroHC3 platform... Preparing Advertiser for 'Homebridge CAD8' using bonjour-hap backend! Setup Payload: X-HM://0023ISYWYMMBU Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
Starting to advertise 'Homebridge CAD8' using bonjour-hap backend! [2/27/2021, 5:32:37 PM] Homebridge v1.3.1 (Homebridge) is running on port 51826. Initializing HAP-NodeJS v0.9.2... [2/27/2021, 5:32:38 PM] [FibaroHC3] Launched external bridge with PID 27692 [2/27/2021, 5:32:38 PM] Registering platform 'homebridge-fibaro-hc3.FibaroHC3' [2/27/2021, 5:32:38 PM] [FibaroHC3] Loaded homebridge-fibaro-hc3 v1.1.2 successfully [2/27/2021, 5:32:38 PM] Loaded 0 cached accessories from cachedAccessories.0E2410A8162A. Preparing Advertiser for 'FibaroHC3 A01D' using bonjour-hap backend! [2/27/2021, 5:32:38 PM] [FibaroHC3] didFinishLaunching. Starting to advertise 'FibaroHC3 A01D' using bonjour-hap backend! [2/27/2021, 5:32:38 PM] Homebridge v1.3.1 (FibaroHC3) is running on port 32694. [2/27/2021, 5:32:38 PM] [FibaroHC3] Error getting data from Home Center: Error: Not Implemented at Request.callback (/usr/local/lib/node_modules/homebridge-fibaro-hc3/node_modules/superagent/src/node/index.js:879:15) at IncomingMessage. (/usr/local/lib/node_modules/homebridge-fibaro-hc3/node_modules/superagent/src/node/index.js:1130:18)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (internal/streams/readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
status: 501,
response: <ref *1> Response {
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined,
res: IncomingMessage {
_readableState: [ReadableState],
_events: [Object: null prototype],
_eventsCount: 4,
_maxListeners: undefined,
socket: [Socket],
httpVersionMajor: 1,
httpVersionMinor: 1,
httpVersion: '1.1',
complete: true,
headers: [Object],
rawHeaders: [Array],
trailers: {},
rawTrailers: [],
aborted: false,
upgrade: false,
url: '',
method: null,
statusCode: 501,
statusMessage: 'Not Implemented',
client: [Socket],
_consuming: false,
_dumped: false,
req: [ClientRequest],
text: '',
} } (node:27692) UnhandledPromiseRejectionWarning: Error: Not Implemented at Request.callback (/usr/local/lib/node_modules/homebridge-fibaro-hc3/node_modules/superagent/src/node/index.js:879:15) at IncomingMessage. (/usr/local/lib/node_modules/homebridge-fibaro-hc3/node_modules/superagent/src/node/index.js:1130:18)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (internal/streams/readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
(Use
node --trace-warnings ...
to show where the warning was created) (node:27692) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:27692) [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.