flareman / homebridge-caddx-interlogix

A Homebridge plugin for the CaddX/Interlogic NetworX NX-595E and Hills ComNav network interface.
Apache License 2.0
8 stars 1 forks source link

Homekit not showing anything #6

Closed doncarajo closed 3 years ago

doncarajo commented 3 years ago

Hi,

Last week I installed a Hills ComNav on my security system (it's working well) then I installed this plugin a few days ago on Homebridge. I believe I have followed all the steps but HomeKit doesn't show anything with regards to the security system. Is there anything I'm missing?

flareman commented 3 years ago

Hello and thanks for your input!

Does Homebridge recognize the panel? If the installation was successful you should see your system's components as accessories in the Accessories tab of homebridge-config-ui-x. If you don't see any accessories related to the alarm panel there, it's possible that you did not set up the user credentials or the IP address of the ComNav properly; I suggest setting a static IP for the network interface, otherwise connection will be lost when DHCP assigns it a new address.

If, on the other hand, the login credentials and IP address are correct, and there are no accessories present in Homebridge, it might be an issue with the plugin. Can you check and get back to me?

doncarajo commented 3 years ago

Hi Spyros,

Thank you for your reply. I do have a static IP address set on the ComNav and the credentials and everything should be ok. There are just no accessories present in Homebridge.

Mark

On 3 Mar 2021, at 6:56 pm, Spyros Smparounis notifications@github.com wrote:

Hello and thanks for your input!

Does Homebridge recognize the panel? If the installation was successful you should see your system's components as accessories in the Accessories tab of homebridge-config-ui-x. If you don't see any accessories related to the alarm panel there, it's possible that you did not set up the user credentials or the IP address of the ComNav properly; I suggest setting a static IP for the network interface, otherwise connection will be lost when DHCP assigns it a new address.

If, on the other hand, the login credentials and IP address are correct, and there are no accessories present in Homebridge, it might be an issue with the plugin. Can you check and get back to me?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-789517479, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYSCTNWJCAMYUUXF7ELTBXTUXANCNFSM4YQAEYYQ.

flareman commented 3 years ago

Hi Spyros, Thank you for your reply. I do have a static IP address set on the ComNav and the credentials and everything should be ok. There are just no accessories present in Homebridge. Mark

All right; what does the Homebridge log register? You can restart Homebridge in debug mode (with the -D flag), it outputs a bit more details.

doncarajo commented 3 years ago

Hi again. The log does not register the accessory at all. This is my config:

{ "name": "NX-595E Security System Platform", "username": "HB", "pin": "1234", "ip": "192.168.0.19", "pollTimer": 500, "platform": "homebridge-caddx-interlogix" },

On 3 Mar 2021, at 7:32 pm, Spyros Smparounis notifications@github.com wrote:

Hi Spyros, Thank you for your reply. I do have a static IP address set on the ComNav and the credentials and everything should be ok. There are just no accessories present in Homebridge. Mark … <x-msg://17/#> All right; what does the Homebridge log register? You can restart Homebridge in debug mode (with the -D flag), it outputs a bit more details.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-789537298, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYWK37J63E5LWDZYN43TBXX2PANCNFSM4YQAEYYQ.

flareman commented 3 years ago

That is very odd indeed; I'll add some extra debug output and push out a new version for you to test and report back.

doncarajo commented 3 years ago

Thank you so much.

On 3 Mar 2021, at 8:40 pm, Spyros Smparounis notifications@github.com wrote:

That is very odd indeed; I'll add some extra debug output and push out a new version for you to test and report back.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-789579242, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYUINWNGOEKN5WHSHATTBX7ZDANCNFSM4YQAEYYQ.

flareman commented 3 years ago

Thank you so much.

v1.0.13 is live; it has verbose debug output so you can update your plugin. Please restart Homebridge after the update and paste your log output here.

doncarajo commented 3 years ago

Hi again,

I am pasting the relevant lines:

[04/03/2021, 7:07:42 am] Loaded plugin: homebridge-caddx-interlogix@1.0.13 [04/03/2021, 7:07:42 am] Registering platform 'homebridge-caddx-interlogix.homebridge-caddx-interlogix’ [04/03/2021, 7:07:42 am] [NX-595E Security System Platform] Initializing homebridge-caddx-interlogix platform… (node:16154) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'sequence' of undefined at NX595ESecuritySystem.poll (/usr/lib/node_modules/homebridge-caddx-interlogix/src/NX595ESecuritySystem.ts:493:57) at processTicksAndRejections (internal/process/task_queues.js:93:5) at NX595EPlatform.updateAccessories (/usr/lib/node_modules/homebridge-caddx-interlogix/src/platform.ts:69:5) (Use node --trace-warnings ... to show where the warning was created) (node:16154) 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:16154) [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 node --trace-warnings … I get the following:

internal/modules/cjs/loader.js:883 throw err; ^

Error: Cannot find module '/home/pi/...' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) at Function.Module._load (internal/modules/cjs/loader.js:725:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }

Let me know what else you need, thank you.

Mark

On 3 Mar 2021, at 11:33 pm, Spyros Smparounis notifications@github.com wrote:

Thank you so much. … <x-msg://19/#> v1.0.13 is live; it has verbose debug output so you can update your plugin. Please restart Homebridge after the update and paste your log output here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-789682882, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYUWLC3IOPWRXXV3QGDTBYUCZANCNFSM4YQAEYYQ.

flareman commented 3 years ago

Ok, so the plugin loads successfully - that's a start :)

However, I don't see the extra debug output that I have added; have you started up Homebridge with the -D flag? You can set that up in the graphical interface from Homebridge settings, then reset the server.

Would it be possible to try all this and paste the output again?

doncarajo commented 3 years ago

Hi Spyro,

My apologies, I didn’t use the -D flag. I will post as soon as I get home later today, thank you.

Mark

On 4 Mar 2021, at 7:26 am, Spyros Smparounis notifications@github.com wrote:

Ok, so the plugin loads successfully - that's a start :)

However, I don't see the extra debug output that I have added; have you started up Homebridge with the -D flag? You can set that up in the graphical interface from Homebridge settings, then reset the server.

Would it be possible to try all this and paste the output again?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-790032208, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYRVUSTYX2DFZ44IYETTB2LP3ANCNFSM4YQAEYYQ.

doncarajo commented 3 years ago

Hi again. This is all the relevant output I see on the logs with the -D flag on:

(node:30127) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'sequence' of undefined at NX595ESecuritySystem.poll (/usr/lib/node_modules/homebridge-caddx-interlogix/src/NX595ESecuritySystem.ts:493:57) at processTicksAndRejections (internal/process/task_queues.js:93:5) at NX595EPlatform.updateAccessories (/usr/lib/node_modules/homebridge-caddx-interlogix/src/platform.ts:69:5) (Use node --trace-warnings ... to show where the warning was created) (node:30127) 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:30127) [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.

Thanks, Mark

On 4 Mar 2021, at 7:26 am, Spyros Smparounis notifications@github.com wrote:

Ok, so the plugin loads successfully - that's a start :)

However, I don't see the extra debug output that I have added; have you started up Homebridge with the -D flag? You can set that up in the graphical interface from Homebridge settings, then reset the server.

Would it be possible to try all this and paste the output again?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-790032208, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYRVUSTYX2DFZ44IYETTB2LP3ANCNFSM4YQAEYYQ.

flareman commented 3 years ago

Can you please paste the entire log output? There are more debug output lines in the initialization that are relevant, I need to see exactly how the plugin sets up your installation in Homebridge to understand why this happens.

doncarajo commented 3 years ago

[04/03/2021, 5:16:23 pm] [Homebridge UI] Homebridge restart request received [04/03/2021, 5:16:23 pm] [Homebridge UI] No restart command defined, killing process... [04/03/2021, 5:16:23 pm] [HB Supervisor] Stopping services... [04/03/2021, 5:16:23 pm] Got SIGTERM, shutting down Homebridge... [04/03/2021, 5:16:23 pm] [Media Room] INFO - shutdown [Tuya] Heard back from Four Switch Mid Level with command 8 [04/03/2021, 5:16:28 pm] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null [04/03/2021, 5:16:35 pm] [HB Supervisor] OS: Linux 5.10.11-v7l+ arm [04/03/2021, 5:16:35 pm] [HB Supervisor] Node.js v14.16.0 /usr/bin/node [04/03/2021, 5:16:35 pm] [HB Supervisor] Homebridge Path: /usr/lib/node_modules/homebridge/bin/homebridge [04/03/2021, 5:16:35 pm] [HB Supervisor] UI Path: /usr/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js [04/03/2021, 5:16:39 pm] [Homebridge UI] Homebridge Config UI X v4.39.1 is listening on :: port 8581 [04/03/2021, 5:16:39 pm] [HB Supervisor] Starting Homebridge with extra flags: -I -D [04/03/2021, 5:16:39 pm] [HB Supervisor] Started Homebridge v1.3.1 with PID: 4011 Initializing HAP-NodeJS v0.9.2... [04/03/2021, 5:16:40 pm] Loaded config.json with 2 accessories and 6 platforms. [04/03/2021, 5:16:40 pm] Loaded 12 cached accessories from cachedAccessories. [04/03/2021, 5:16:40 pm] --- [04/03/2021, 5:16:41 pm] Loaded plugin: homebridge-caddx-interlogix@1.0.13 [04/03/2021, 5:16:41 pm] Registering platform 'homebridge-caddx-interlogix.homebridge-caddx-interlogix' [04/03/2021, 5:16:41 pm] --- [04/03/2021, 5:16:41 pm] Loaded plugin: homebridge-config-ui-x@4.39.1 [04/03/2021, 5:16:41 pm] Registering platform 'homebridge-config-ui-x.config' [04/03/2021, 5:16:41 pm] --- [04/03/2021, 5:16:41 pm] Loaded plugin: homebridge-dummy@0.5.0 [04/03/2021, 5:16:41 pm] Registering accessory 'homebridge-dummy.DummySwitch' [04/03/2021, 5:16:41 pm] --- [04/03/2021, 5:16:41 pm] Loaded plugin: homebridge-harmony@1.5.1 [04/03/2021, 5:16:41 pm] Registering platform 'homebridge-harmony.HarmonyHubWebSocket' [04/03/2021, 5:16:41 pm] --- [04/03/2021, 5:16:41 pm] Loaded plugin: homebridge-sensibo-ac@2.1.1 [04/03/2021, 5:16:41 pm] Registering platform 'homebridge-sensibo-ac.SensiboAC' [04/03/2021, 5:16:41 pm] --- [04/03/2021, 5:16:41 pm] Loaded plugin: homebridge-tuya@1.5.1 [04/03/2021, 5:16:41 pm] Plugin 'homebridge-tuya' tried to register with an incorrect plugin identifier: 'homebridge-tuya-lan'. Please report this to the developer! [04/03/2021, 5:16:41 pm] Registering platform 'homebridge-tuya.TuyaLan' [04/03/2021, 5:16:41 pm] --- [04/03/2021, 5:16:42 pm] Loaded plugin: homebridge-webos-tv@2.1.1 [04/03/2021, 5:16:42 pm] Registering platform 'homebridge-webos-tv.webostv' [04/03/2021, 5:16:42 pm] --- [04/03/2021, 5:16:42 pm] Loading 6 platforms... [04/03/2021, 5:16:42 pm] [Config] Initializing config platform... [04/03/2021, 5:16:42 pm] [Config] Running in Service Mode [04/03/2021, 5:16:42 pm] [webostv] Initializing webostv platform... [04/03/2021, 5:16:42 pm] [Media Room] Initializing HarmonyHubWebSocket platform... [04/03/2021, 5:16:42 pm] [Media Room] HarmonyPlatform Init [04/03/2021, 5:16:42 pm] [Media Room] (Media Room)INFO : following activites controls will be ignored if they are in the same state : NONE [04/03/2021, 5:16:42 pm] [Media Room] (Media Room)INFO - remoteOverrideCommandsList is : undefined [04/03/2021, 5:16:42 pm] [Media Room] (Media Room)(Media Room)INFO - playPause option set to false [04/03/2021, 5:16:42 pm] [Media Room] (Media Room)INFO - input visibility file does not exist [04/03/2021, 5:16:42 pm] [SensiboAC] Initializing SensiboAC platform... [04/03/2021, 5:16:42 pm] [NX-595E Security System Platform] Initializing homebridge-caddx-interlogix platform... [04/03/2021, 5:16:42 pm] [NX-595E Security System Platform] Finished initializing platform: NX-595E Security System Platform [04/03/2021, 5:16:42 pm] [TuyaLan] Initializing TuyaLan platform... [04/03/2021, 5:16:42 pm] Loading 2 accessories... [04/03/2021, 5:16:42 pm] [Open Garage Door] Initializing DummySwitch accessory... [04/03/2021, 5:16:42 pm] [Close Garage Door] Initializing DummySwitch accessory... [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Christmas Tree Lights unreachable by faulting Service.Christmas Tree Lights.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked iSmartgate power unreachable by faulting Service.iSmartgate power.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Mark’s Bedside Light unreachable by faulting Service.Mark’s Bedside Light.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Living Room Lamp unreachable by faulting Service.Living Room Lamp.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Xavier’s Plasma Ball Switch unreachable by faulting Service.Xavier’s Plasma Ball Switch.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Angela’s Bedside Light unreachable by faulting Service.Angela’s Bedside Light.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Pool Lights Power unreachable by faulting Service.Pool Lights Power.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 1.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 2.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 3.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 4.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Two Switch Upstairs unreachable by faulting Service.Two Switch Upstairs 1.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Two Switch Upstairs unreachable by faulting Service.Two Switch Upstairs 2.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 1.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 2.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 3.On [04/03/2021, 5:16:42 pm] [TuyaLan] Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 4.On [04/03/2021, 5:16:42 pm] [webostv] Init - initializing devices [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Init - got TV configuration, initializing device with name: Master Bedroom TV [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Adding 25 new input sources! [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: abc, name: ABC iview [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: amazon.global, name: Amazon Prime Video [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.camera, name: Camera [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.facebook.app.fbwatch, name: Device Connector [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.capturetv, name: LG Photo Editor [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.livetv, name: Live TV [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: netflix, name: Netflix [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: cdp-30, name: Plex [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.hdmi1, name: Rasplex [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.scheduler, name: Scheduler [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.smartshare, name: SmartShare [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: stan.webos2, name: Stan [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.browser, name: Web Browser [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: youtube.leanback.v4, name: YouTube [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: yupptv, name: YuppTV [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.hdmi2, name: HDMI2 [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Init - got TV configuration, initializing device with name: Living Room TV [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Adding 24 new input sources! [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: amazon.global, name: Amazon Prime Video [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.camera, name: Camera [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.facebook.app.fbwatch, name: Facebook Watch [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.hdmi1, name: HDMI1 [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.hdmi2, name: HDMI2 [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.capturetv, name: LG Photo Editor [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.livetv, name: Live TV [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: netflix, name: Netflix [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.scheduler, name: Scheduler [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.smartshare, name: SmartShare [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: stan.webos2, name: Stan [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.browser, name: Web Browser [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: youtube.leanback.v4, name: YouTube [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: yupptv, name: YuppTV [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.hdmi3, name: HDMI3 [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Init - got TV configuration, initializing device with name: Media Room TV [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Adding 32 new input sources! [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.accessibility, name: Accessibility [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: amazon, name: Amazon Prime Video [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.disney.disneyplus-prod, name: Disney [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.dolby.lgapp, name: Dolby Access [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.remoteservice, name: LG Remote Service [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.livetv, name: Live TV [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.multiview, name: Multi-view [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.music, name: Music [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: netflix, name: Netflix [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.igallery, name: OLED Gallery [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.photovideo, name: Photo & Video [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.hdmi2, name: Pioneer Receiver [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.recordings, name: Recordings [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.voice, name: Search [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: stan.webos2, name: Stan [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.scheduler, name: TV Scheduler [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: bigpond, name: Telstra TV Box Office [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: tv.twitch.tv.starshot.lg, name: Twitch [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.browser, name: Web Browser [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: yupptv, name: YuppTV [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.hdmi1, name: HDMI1 [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.hdmi3, name: HDMI3 [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.hdmi4, name: HDMI4 [04/03/2021, 5:16:42 pm] [Media Room] DidFinishLaunching [04/03/2021, 5:16:42 pm] [Media Room] (Media Room)INFO - Loading activities... [04/03/2021, 5:16:42 pm] [NX-595E Security System Platform] Executed didFinishLaunching callback [04/03/2021, 5:16:42 pm] [TuyaLan] undef****, key for unnamed device (undefined), is not a valid key. [04/03/2021, 5:16:42 pm] [TuyaLan] Starting discovery... Preparing Advertiser for 'Master Bedroom TV EE71' using ciao backend! Preparing Advertiser for 'Living Room TV 0E75' using ciao backend! Preparing Advertiser for 'Media Room TV 5EC0' using ciao backend! Preparing Advertiser for 'Homebridge 680A' using ciao backend! Setup Payload: X-HM://0024AIK9DI783 Enter this code with your HomeKit app on your iOS device to pair with Homebridge:    ┌────────────┐   │ 496-88-849 │   └────────────┘    [TuyaDiscovery] Discovery started on port 6666. [TuyaDiscovery] Discovery started on port 6667. Starting to advertise 'Master Bedroom TV EE71' using ciao backend! [04/03/2021, 5:16:42 pm] Master Bedroom TV EE71 is running on port 45333. [04/03/2021, 5:16:42 pm] Please add [Master Bedroom TV EE71] manually in Home app. Setup Code: 496-88-849 Starting to advertise 'Living Room TV 0E75' using ciao backend! [04/03/2021, 5:16:42 pm] Living Room TV 0E75 is running on port 41823. [04/03/2021, 5:16:42 pm] Please add [Living Room TV 0E75] manually in Home app. Setup Code: 496-88-849 Starting to advertise 'Media Room TV 5EC0' using ciao backend! [04/03/2021, 5:16:42 pm] Media Room TV 5EC0 is running on port 40559. [04/03/2021, 5:16:42 pm] Please add [Media Room TV 5EC0] manually in Home app. Setup Code: 496-88-849 Starting to advertise 'Homebridge 680A' using ciao backend! [04/03/2021, 5:16:42 pm] Homebridge v1.3.1 (Homebridge) is running on port 51105. [04/03/2021, 5:16:42 pm] [webostv] [Master Bedroom TV] Connecting to TV [04/03/2021, 5:16:42 pm] [webostv] [Living Room TV] Connecting to TV [04/03/2021, 5:16:42 pm] [webostv] [Media Room TV] Connecting to TV [04/03/2021, 5:16:42 pm] [TuyaLan] Discovered Christmas Tree Lights (04761182600194b8e99e) identified as Outlet (3.3) [Tuya] Changing ping gap for Christmas Tree Lights to 9s [Tuya DEBUG] reconnect called for Christmas Tree Lights [04/03/2021, 5:16:42 pm] [TuyaLan] Connected to Christmas Tree Lights [Tuya] Sending first query to Christmas Tree Lights (3.3) [04/03/2021, 5:16:42 pm] [SensiboAC] Found valid token in storage [04/03/2021, 5:16:42 pm] [SensiboAC] Creating GET request to Sensibo API ---> [04/03/2021, 5:16:42 pm] [SensiboAC] https://home.sensibo.com/api/v2/users/me/pods?fields=id,acState,measurements,remoteCapabilities,room,temperatureUnit,productModel,location,occupancy,smartMode,motionSensors,filtersCleaning,serial [Tuya] Heard back from Christmas Tree Lights with command 10 [04/03/2021, 5:16:42 pm] [TuyaLan] Ready to handle Christmas Tree Lights (Outlet:3.3) with signature {"1":false,"2":0} [04/03/2021, 5:16:42 pm] [Media Room] (Media Room)INFO - socket opened (node:4011) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'sequence' of undefined at NX595ESecuritySystem.poll (/usr/lib/node_modules/homebridge-caddx-interlogix/src/NX595ESecuritySystem.ts:493:57) at processTicksAndRejections (internal/process/task_queues.js:93:5) at NX595EPlatform.updateAccessories (/usr/lib/node_modules/homebridge-caddx-interlogix/src/platform.ts:69:5) (Use node --trace-warnings ... to show where the warning was created) (node:4011) 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:4011) [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. [04/03/2021, 5:16:43 pm] [TuyaLan] Discovered Living Room Lamp (720407042cf432b26182) identified as RGBTWLight (3.3) [Tuya] Changing ping gap for Living Room Lamp to 9s [Tuya DEBUG] reconnect called for Living Room Lamp [04/03/2021, 5:16:43 pm] [TuyaLan] Discovered Mark’s Bedside Light (720407042cf432aea87c) identified as RGBTWLight (3.3) [Tuya] Changing ping gap for Mark’s Bedside Light to 9s [Tuya DEBUG] reconnect called for Mark’s Bedside Light [04/03/2021, 5:16:43 pm] [TuyaLan] Connected to Living Room Lamp [Tuya] Sending first query to Living Room Lamp (3.3) [04/03/2021, 5:16:43 pm] [TuyaLan] Connected to Mark’s Bedside Light [Tuya] Sending first query to Mark’s Bedside Light (3.3) [04/03/2021, 5:16:44 pm] [Media Room] (Media Room)INFO - Hub config : {"cmd":"vnd.logitech.harmony/vnd.logitech.harmony.engine?config","code":200,"id":"0.6178660036117098","msg":"OK","data":{"dataConsent":false,"sequence":[{"id":"1065403","name":"Outside Speakers Off"},{"id":"1065402","name":"Outside Speakers On"}],"global":{"timeStampHash":"10795b45-ec19-4e9e-8547-eec1bf5fe25447e4dea9-c857-4e2e-915e-e686f9a9ae08/56b80f70-48e8-4cd5-9cdc-fc9be849c50cadaf6801-3420-4df8-811f-9b165cb543a50672a5e8-9323-4fde-9fcb-db49eeb179e412361804Media+Roomen-USsurgeon@markromero.com.auAUSilverlightWebClient0-1026205618False-438696897australia%2fmelbourneTrue1173215371;eb5ac6d9ffe29dfaceafbf28d6cbd3b7","locale":"en-US"},"device":[{"label":"Pioneer AV Receiver","deviceAddedDate":"/Date(1518829523827+0000)/","ControlPort":7,"contentProfileKey":52614041,"deviceProfileUri":"svcs.myharmony.com/res/device/52614041-xCJQu3x+YWL/Z6QJiPFlZdRE/xdq309XFt1H7ldwRMI=","manufacturer":"Pioneer","icon":"5","Capabilities":[1,5,8,62],"deviceTypeDisplayName":"StereoReceiver","powerFeatures":{"PowerOffActions":[{"type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":null,"ActionId":0}],"PowerOnActions":[{"type":"IRPressAction","IRCommandName":"PowerOn","Order":0,"Duration":null,"ActionId":0}]},"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"PowerOff","label":"Power Off"},{"action":"{\"command\":\"PowerOn\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"PowerOn","label":"Power On"},{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"Clear\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Clear","label":"Clear"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Enter\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Pause","label":"Pause"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Back","label":"Back"}]},{"name":"PlayMode","function":[{"action":"{\"command\":\"Repeat\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Repeat","label":"Repeat"},{"action":"{\"command\":\"Random\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Shuffle","label":"Shuffle"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"Favorite\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Favorite","label":"Favorite"}]},{"name":"RadioTuner","function":[{"action":"{\"command\":\"FM\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"FM","label":"FM"},{"action":"{\"command\":\"AM\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"AM","label":"AM"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Info","label":"Info"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Auto\/Direct\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Auto/Direct","label":"Auto/Direct"},{"action":"{\"command\":\"AvAdjust\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"AvAdjust","label":"AvAdjust"},{"action":"{\"command\":\"Classical\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Classical","label":"Classical"},{"action":"{\"command\":\"DolbySurround\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DolbySurround","label":"DolbySurround"},{"action":"{\"command\":\"ExtendedStereo\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"ExtendedStereo","label":"ExtendedStereo"},{"action":"{\"command\":\"HdmiOut\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOut","label":"HdmiOut"},{"action":"{\"command\":\"HdmiOut1\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOut1","label":"HdmiOut1"},{"action":"{\"command\":\"HdmiOut1+2\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOut1+2","label":"HdmiOut1+2"},{"action":"{\"command\":\"HdmiOut2\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOut2","label":"HdmiOut2"},{"action":"{\"command\":\"HdmiOutOff\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOutOff","label":"HdmiOutOff"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"InputAux\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputAux","label":"InputAux"},{"action":"{\"command\":\"InputBd\/Dvd\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputBd/Dvd","label":"InputBd/Dvd"},{"action":"{\"command\":\"InputBTAudio\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputBTAudio","label":"InputBTAudio"},{"action":"{\"command\":\"InputCbl\/Sat\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputCbl/Sat","label":"InputCbl/Sat"},{"action":"{\"command\":\"InputCd\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputCd","label":"InputCd"},{"action":"{\"command\":\"InputGame\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputGame","label":"InputGame"},{"action":"{\"command\":\"InputHdmi1\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi1","label":"InputHdmi1"},{"action":"{\"command\":\"InputHdmi2\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi2","label":"InputHdmi2"},{"action":"{\"command\":\"InputHdmi3\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi3","label":"InputHdmi3"},{"action":"{\"command\":\"InputHdmi4\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi4","label":"InputHdmi4"},{"action":"{\"command\":\"InputHdmi5\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi5","label":"InputHdmi5"},{"action":"{\"command\":\"InputHdmi6\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi6","label":"InputHdmi6"},{"action":"{\"command\":\"InputInternetRadio\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputInternetRadio","label":"InputInternetRadio"},{"action":"{\"command\":\"InputiPod\/USB\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputiPod/USB","label":"InputiPod/USB"},{"action":"{\"command\":\"InputMediaServer\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputMediaServer","label":"InputMediaServer"},{"action":"{\"command\":\"InputNet\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputNet","label":"InputNet"},{"action":"{\"command\":\"InputPandora\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputPandora","label":"InputPandora"},{"action":"{\"command\":\"InputPhono\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputPhono","label":"InputPhono"},{"action":"{\"command\":\"InputSpotify\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputSpotify","label":"InputSpotify"},{"action":"{\"command\":\"InputStrmBox\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputStrmBox","label":"InputStrmBox"},{"action":"{\"command\":\"InputTuner\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputTuner","label":"InputTuner"},{"action":"{\"command\":\"InputTv\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputTv","label":"InputTv"},{"action":"{\"command\":\"Mode\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Mode","label":"Mode"},{"action":"{\"command\":\"Rock\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Rock","label":"Rock"},{"action":"{\"command\":\"SpeakerA\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SpeakerA","label":"SpeakerA"},{"action":"{\"command\":\"SpeakerA+B\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SpeakerA+B","label":"SpeakerA+B"},{"action":"{\"command\":\"SpeakerB\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SpeakerB","label":"SpeakerB"},{"action":"{\"command\":\"Status\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Status","label":"Status"},{"action":"{\"command\":\"Stereo\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Stereo","label":"Stereo"},{"action":"{\"command\":\"Surround\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Surround","label":"Surround"}]}],"model":"VSX-1131","IsKeyboardAssociated":false,"DongleRFID":0,"id":"52614041","type":"StereoReceiver","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Xbox One","deviceAddedDate":"/Date(1518829523823+0000)/","ControlPort":7,"contentProfileKey":52614038,"deviceProfileUri":"svcs.myharmony.com/res/device/52614038-8hzNM3kqpecCNvpqTPqzZ3D7HonX9QJ2dPjm5rH96Ps=","manufacturer":"Microsoft","icon":"23","Capabilities":[4,5,6,16,18,3,26],"deviceTypeDisplayName":"GameConsoleWithDvd","powerFeatures":{"PowerOffActions":[{"type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":null,"ActionId":0}],"PowerOnActions":[{"type":"IRPressAction","IRCommandName":"PowerOn","Order":0,"Duration":null,"ActionId":0}]},"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"PowerOff","label":"Power Off"},{"action":"{\"command\":\"PowerOn\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"PowerOn","label":"Power On"},{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Eject\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Eject","label":"Eject"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Back","label":"Back"}]},{"name":"GameType1","function":[{"action":"{\"command\":\"A\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"GameA","label":"(Game) A"},{"action":"{\"command\":\"B\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"GameB","label":"(Game) B"},{"action":"{\"command\":\"X\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"GameX","label":"(Game) X"},{"action":"{\"command\":\"Y\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"GameY","label":"(Game) Y"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"OneGuide\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Info","label":"Info"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Enter\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Enter","label":"Enter"},{"action":"{\"command\":\"Play\/Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Play/Pause","label":"Play/Pause"},{"action":"{\"command\":\"Standby\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Standby","label":"Standby"},{"action":"{\"command\":\"View\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"View","label":"View"},{"action":"{\"command\":\"XboxHome\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"XboxHome","label":"XboxHome"}]}],"model":"Xbox One","IsKeyboardAssociated":false,"DongleRFID":0,"id":"52614038","type":"GameConsoleWithDvd","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Sony PS4","deviceAddedDate":"/Date(1518829523820+0000)/","ControlPort":7,"contentProfileKey":52614037,"deviceProfileUri":"svcs.myharmony.com/res/device/52614037-7tOggZJCrXpSIDoHqHmD5ZNmdaf1HPctXabXHeqxtCI=","manufacturer":"Sony","icon":"23","Capabilities":[4,5,6,16,17],"deviceTypeDisplayName":"GameConsoleWithDvd","powerFeatures":{"PowerOffActions":[{"type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":null,"ActionId":0}]},"isManualPower":"false","IsKeyboardAssociated":true,"controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"PowerOff","label":"Power Off"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Back","label":"Back"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"Search\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Search","label":"Search"}]},{"name":"GameType2","function":[{"action":"{\"command\":\"Cross\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Cross","label":"Cross"},{"action":"{\"command\":\"Circle\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Circle","label":"Circle"},{"action":"{\"command\":\"Square\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Square","label":"Square"},{"action":"{\"command\":\"Triangle\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Triangle","label":"Triangle"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Info","label":"Info"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Next Video\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Next Video","label":"Next Video"},{"action":"{\"command\":\"Options\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Options","label":"Options"},{"action":"{\"command\":\"Previous Video\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Previous Video","label":"Previous Video"},{"action":"{\"command\":\"PS\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"PS","label":"PS"},{"action":"{\"command\":\"Share\",\"type\":\"IRCommand\",\"deviceId\":\"52614037\"}","name":"Share","label":"Share"}]}],"id":"52614037","BTAddress":"90:CD:B6:CA:F8:B6","DongleRFID":0,"type":"GameConsoleWithDvd","model":"PlayStation 4","suggestedDisplay":"DEFAULT","Transport":32},{"label":"LG TV","deviceAddedDate":"/Date(1518829523830+0000)/","ControlPort":7,"contentProfileKey":52614043,"deviceProfileUri":"svcs.myharmony.com/res/device/52614043-ZaGgLZC1Xoyf9ctqFoVaK6/tHAna9Gepfsxi63yd+VQ=","manufacturer":"LG","icon":"1","Capabilities":[1,2,3,5,8,24,47,69],"deviceTypeDisplayName":"Television","powerFeatures":{"PowerOffActions":[{"type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":null,"ActionId":0}],"PowerOnActions":[{"__type":"IRPressAction","IRCommandName":"PowerOn","Order":0,"Duration":null,"ActionId":0}]},"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"PowerOff","label":"Power Off"},{"action":"{\"command\":\"PowerOn\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"PowerOn","label":"Power On"},{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\".\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Dot","label":"."},{"action":"{\"command\":\"-\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Hyphen","label":"-"},{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelPrev\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"PrevChannel","label":"Prev Channel"},{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportRecording","function":[{"action":"{\"command\":\"Record\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Record","label":"Record"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Back","label":"Back"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"List\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"List","label":"List"}]},{"name":"PictureAdjustment","function":[{"action":"{\"command\":\"PictureMode\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"PictureMode","label":"Picture Mode"}]},{"name":"SoundModes","function":[{"action":"{\"command\":\"SoundMode\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"SoundMode","label":"Sound Mode"}]},{"name":"Setup","function":[{"action":"{\"command\":\"Sleep\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Sleep","label":"Sleep"}]},{"name":"ColoredButtons","function":[{"action":"{\"command\":\"Green\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Green","label":"Green"},{"action":"{\"command\":\"Red\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Red","label":"Red"},{"action":"{\"command\":\"Blue\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Blue","label":"Blue"},{"action":"{\"command\":\"Yellow\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Yellow","label":"Yellow"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Guide\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Info","label":"Info"},{"action":"{\"command\":\"Exit\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Exit","label":"Exit"}]},{"name":"PictureAdjustment","function":[{"action":"{\"command\":\"PictureMode\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"PictureMode","label":"Picture Mode"}]},{"name":"GoogleTVNavigation","function":[{"action":"{\"command\":\"Netflix\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Netflix","label":"Netflix"},{"action":"{\"command\":\"Settings\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Settings","label":"Settings"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Amazon\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Amazon","label":"Amazon"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"InputAv1\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"InputAv1","label":"InputAv1"},{"action":"{\"command\":\"InputComponent1\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"InputComponent1","label":"InputComponent1"},{"action":"{\"command\":\"InputHdmi1\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"InputHdmi1","label":"InputHdmi1"},{"action":"{\"command\":\"InputHdmi2\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"InputHdmi2","label":"InputHdmi2"},{"action":"{\"command\":\"InputHdmi3\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"InputHdmi3","label":"InputHdmi3"},{"action":"{\"command\":\"InputHdmi4\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"InputHdmi4","label":"InputHdmi4"},{"action":"{\"command\":\"InputNext\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"InputNext","label":"InputNext"},{"action":"{\"command\":\"InputTv\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"InputTv","label":"InputTv"},{"action":"{\"command\":\"In-Start\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"In-Start","label":"In-Start"},{"action":"{\"command\":\"In-Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"In-Stop","label":"In-Stop"},{"action":"{\"command\":\"ServiceMenu\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"ServiceMenu","label":"ServiceMenu"},{"action":"{\"command\":\"Simplink\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"Simplink","label":"Simplink"},{"action":"{\"command\":\"SmartMenu\",\"type\":\"IRCommand\",\"deviceId\":\"52614043\"}","name":"SmartMenu","label":"SmartMenu"}]}],"model":"OLED65C7T","IsKeyboardAssociated":false,"DongleRFID":0,"id":"52614043","type":"Television","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Microsoft Game Console","deviceAddedDate":"/Date(1607680935037+0000)/","ControlPort":7,"contentProfileKey":72720718,"deviceProfileUri":"svcs.myharmony.com/res/device/72720718-Iem7zfwDfUVcy0snPU35S5fJtnr6djouCeTUnokggUY=","manufacturer":"Microsoft","icon":"23","Capabilities":[4,5,6,3,16,18,26],"deviceTypeDisplayName":"GameConsoleWithDvd","powerFeatures":{"PowerOffActions":[{"type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":null,"ActionId":0}],"PowerOnActions":[{"type":"IRPressAction","IRCommandName":"PowerOn","Order":0,"Duration":null,"ActionId":0}]},"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"PowerOff","label":"Power Off"},{"action":"{\"command\":\"PowerOn\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"PowerOn","label":"Power On"},{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\".\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Dot","label":"."},{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Number9","label":"9"},{"action":"{\"command\":\"Clear\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Clear","label":"Clear"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Eject\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Eject","label":"Eject"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportRecording","function":[{"action":"{\"command\":\"Record\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Record","label":"Record"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Subtitle\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Subtitle","label":"Subtitle"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Back","label":"Back"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"LiveTV\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Live","label":"Live"}]},{"name":"GameType1","function":[{"action":"{\"command\":\"A\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"GameA","label":"(Game) A"},{"action":"{\"command\":\"B\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"GameB","label":"(Game) B"},{"action":"{\"command\":\"X\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"GameX","label":"(Game) X"},{"action":"{\"command\":\"Y\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"GameY","label":"(Game) Y"}]},{"name":"ColoredButtons","function":[{"action":"{\"command\":\"Green\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Green","label":"Green"},{"action":"{\"command\":\"Red\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Red","label":"Red"},{"action":"{\"command\":\"Blue\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Blue","label":"Blue"},{"action":"{\"command\":\"Yellow\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Yellow","label":"Yellow"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Info","label":"Info"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"AppChannels\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"AppChannels","label":"AppChannels"},{"action":"{\"command\":\"DVR\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"DVR","label":"DVR"},{"action":"{\"command\":\"LastChannel\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"LastChannel","label":"LastChannel"},{"action":"{\"command\":\"Movies\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Movies","label":"Movies"},{"action":"{\"command\":\"OneGuide\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"OneGuide","label":"OneGuide"},{"action":"{\"command\":\"Play\/Pause\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Play/Pause","label":"Play/Pause"},{"action":"{\"command\":\"Replay\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Replay","label":"Replay"},{"action":"{\"command\":\"Standby\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Standby","label":"Standby"},{"action":"{\"command\":\"TVListings\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"TVListings","label":"TVListings"},{"action":"{\"command\":\"TVShows\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"TVShows","label":"TVShows"},{"action":"{\"command\":\"View\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"View","label":"View"},{"action":"{\"command\":\"Xbox\",\"type\":\"IRCommand\",\"deviceId\":\"72720718\"}","name":"Xbox","label":"Xbox"}]}],"model":"Xbox Series X","IsKeyboardAssociated":false,"DongleRFID":0,"id":"72720718","type":"GameConsoleWithDvd","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Raspberry Pi3","deviceAddedDate":"/Date(1518829523823+0000)/","ControlPort":7,"contentProfileKey":52614039,"deviceProfileUri":"svcs.myharmony.com/res/device/52614039-xJ5vOW7OMJbLbC+hmE5FSMhbOBBRgFpch/RrsHrR8mw=","manufacturer":"Flirc","icon":"35","Capabilities":[1,2,3,4,5,6,8,15],"deviceTypeDisplayName":"MediaCenterPC","powerFeatures":[],"isManualPower":"true","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"52614039\"}","name":"PowerOff","label":"Power Off"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\".\",\"type\":\"IRCommand\",\"deviceId\":\"52614039\"}","name":"Dot","label":"."},{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"52614039\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"52614039\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"52614039\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"52614039\"}","name":"Number3","label":"3"},{"ac

flareman commented 3 years ago

That is extremely odd; theoretically, securitySystem.poll() is called after all initialization and accessory discovery is done, so there should be areas and zoned detected, and your output has no such entries; it's as if your security system had no areas and zones defined!

Can you please log in the web interface and go to the Name Editor section, then grab a screenshot and post it here?

doncarajo commented 3 years ago
Screen Shot 2021-03-05 at 7 04 10 am Screen Shot 2021-03-05 at 7 04 21 am Screen Shot 2021-03-05 at 7 04 49 am

I am attaching screenshots. Please let me know what else you need.

On 5 Mar 2021, at 12:11 am, Spyros Smparounis notifications@github.com wrote:

That is extremely odd; theoretically, securitySystem.poll() is called after all initialization and accessory discovery is done, so there should be areas and zoned detected, and your output has no such entries; it's as if your security system had no areas and zones defined!

Can you please log in the web interface and go to the Name Editor section, then grab a screenshot and post it here?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-790607110, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYVAXWIHNZV37LBGAYLTB6BG3ANCNFSM4YQAEYYQ.

flareman commented 3 years ago

The interface is a bit different from mine; maybe another software version?

Could you log in to the web interface, copy the HTML code of the main page (area.htm) and paste it here? Maybe your version handles areas differently.

doncarajo commented 3 years ago

Hi. The main page is called "login.cgi". This is the code:

  <!doctype html>
 
 
 
  ComNav :: Secure Network
 
 
 
 
 
 
 
   
 
 
 
 
 
   
 
 
 
doncarajo commented 3 years ago

The code for the "Zones" page is this:

  <!doctype html>
 
 
 
  ComNav :: Secure Network
 
 
 
 
 
 
 
   
 
 
 
 
 
   
 
 
 
   
flareman commented 3 years ago

Alright, the problem seems to be with the older version of the interface's software: unlike newer versions, it does not allow for naming of areas and zones, therefore the plugin ignores the accessories discovered.

I've already pushed version 1.0.14 of the plugin, which should fix this bug; please update your installation and let me know whether the issue remains.

doncarajo commented 3 years ago

Progress. I can see the system on Homekit but I cannot arm/disarm/stay. Chime works. I’m pasting some log, thank you. PS Is there anyway to update the interface software?

Mark

[05/03/2021, 9:36:24 pm] [Homebridge UI] Homebridge restart request received [05/03/2021, 9:36:25 pm] [Homebridge UI] No restart command defined, killing process... [05/03/2021, 9:36:25 pm] [HB Supervisor] Stopping services... [05/03/2021, 9:36:25 pm] Got SIGTERM, shutting down Homebridge... [05/03/2021, 9:36:25 pm] [Media Room] INFO - shutdown [Tuya] Heard back from Four Switch Mid Level with command 8 [Tuya] Heard back from Four Switch Mid Level with command 8 [Tuya] Heard back from Four Switch Entry with command 8 [05/03/2021, 9:36:30 pm] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null [05/03/2021, 9:36:36 pm] [HB Supervisor] OS: Linux 5.10.17-v7l+ arm [05/03/2021, 9:36:36 pm] [HB Supervisor] Node.js v14.16.0 /usr/bin/node [05/03/2021, 9:36:36 pm] [HB Supervisor] Homebridge Path: /usr/lib/node_modules/homebridge/bin/homebridge [05/03/2021, 9:36:36 pm] [HB Supervisor] UI Path: /usr/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js [05/03/2021, 9:36:40 pm] [Homebridge UI] Homebridge Config UI X v4.39.1 is listening on :: port 8581 [05/03/2021, 9:36:41 pm] [HB Supervisor] Starting Homebridge with extra flags: -I -D [05/03/2021, 9:36:41 pm] [HB Supervisor] Started Homebridge v1.3.2 with PID: 3237 Initializing HAP-NodeJS v0.9.2... [05/03/2021, 9:36:41 pm] Loaded config.json with 2 accessories and 6 platforms. [05/03/2021, 9:36:42 pm] Loaded 13 cached accessories from cachedAccessories. [05/03/2021, 9:36:42 pm] --- [05/03/2021, 9:36:43 pm] Loaded plugin: homebridge-caddx-interlogix@1.0.14 [05/03/2021, 9:36:43 pm] Registering platform 'homebridge-caddx-interlogix.homebridge-caddx-interlogix' [05/03/2021, 9:36:43 pm] --- [05/03/2021, 9:36:43 pm] Loaded plugin: homebridge-config-ui-x@4.39.1 [05/03/2021, 9:36:43 pm] Registering platform 'homebridge-config-ui-x.config' [05/03/2021, 9:36:43 pm] --- [05/03/2021, 9:36:43 pm] Loaded plugin: homebridge-dummy@0.5.0 [05/03/2021, 9:36:43 pm] Registering accessory 'homebridge-dummy.DummySwitch' [05/03/2021, 9:36:43 pm] --- [05/03/2021, 9:36:43 pm] Loaded plugin: homebridge-harmony@1.5.1 [05/03/2021, 9:36:43 pm] Registering platform 'homebridge-harmony.HarmonyHubWebSocket' [05/03/2021, 9:36:43 pm] --- [05/03/2021, 9:36:43 pm] Loaded plugin: homebridge-sensibo-ac@2.1.2 [05/03/2021, 9:36:43 pm] Registering platform 'homebridge-sensibo-ac.SensiboAC' [05/03/2021, 9:36:43 pm] --- [05/03/2021, 9:36:43 pm] Loaded plugin: homebridge-tuya@1.5.1 [05/03/2021, 9:36:43 pm] Plugin 'homebridge-tuya' tried to register with an incorrect plugin identifier: 'homebridge-tuya-lan'. Please report this to the developer! [05/03/2021, 9:36:43 pm] Registering platform 'homebridge-tuya.TuyaLan' [05/03/2021, 9:36:43 pm] --- [05/03/2021, 9:36:43 pm] Loaded plugin: homebridge-webos-tv@2.1.1 [05/03/2021, 9:36:43 pm] Registering platform 'homebridge-webos-tv.webostv' [05/03/2021, 9:36:43 pm] --- [05/03/2021, 9:36:43 pm] Loading 6 platforms... [05/03/2021, 9:36:43 pm] [Config] Initializing config platform... [05/03/2021, 9:36:43 pm] [Config] Running in Service Mode [05/03/2021, 9:36:43 pm] [webostv] Initializing webostv platform... [05/03/2021, 9:36:43 pm] [Media Room] Initializing HarmonyHubWebSocket platform... [05/03/2021, 9:36:43 pm] [Media Room] HarmonyPlatform Init [05/03/2021, 9:36:43 pm] [Media Room] (Media Room)INFO : following activites controls will be ignored if they are in the same state : NONE [05/03/2021, 9:36:43 pm] [Media Room] (Media Room)INFO - remoteOverrideCommandsList is : undefined [05/03/2021, 9:36:43 pm] [Media Room] (Media Room)(Media Room)INFO - playPause option set to false [05/03/2021, 9:36:43 pm] [Media Room] (Media Room)INFO - input visibility file does not exist [05/03/2021, 9:36:43 pm] [SensiboAC] Initializing SensiboAC platform... [05/03/2021, 9:36:43 pm] [NX-595E Security System Platform] Initializing homebridge-caddx-interlogix platform... [05/03/2021, 9:36:43 pm] [NX-595E Security System Platform] Finished initializing platform: NX-595E Security System Platform [05/03/2021, 9:36:43 pm] [TuyaLan] Initializing TuyaLan platform... [05/03/2021, 9:36:43 pm] Loading 2 accessories... [05/03/2021, 9:36:43 pm] [Open Garage Door] Initializing DummySwitch accessory... [05/03/2021, 9:36:43 pm] [Close Garage Door] Initializing DummySwitch accessory... [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Christmas Tree Lights unreachable by faulting Service.Christmas Tree Lights.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked iSmartgate power unreachable by faulting Service.iSmartgate power.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Mark’s Bedside Light unreachable by faulting Service.Mark’s Bedside Light.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Living Room Lamp unreachable by faulting Service.Living Room Lamp.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Xavier’s Plasma Ball Switch unreachable by faulting Service.Xavier’s Plasma Ball Switch.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Angela’s Bedside Light unreachable by faulting Service.Angela’s Bedside Light.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Pool Lights Power unreachable by faulting Service.Pool Lights Power.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 1.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 2.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 3.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 4.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Two Switch Upstairs unreachable by faulting Service.Two Switch Upstairs 1.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Two Switch Upstairs unreachable by faulting Service.Two Switch Upstairs 2.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 1.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 2.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 3.On [05/03/2021, 9:36:43 pm] [TuyaLan] Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 4.On [05/03/2021, 9:36:43 pm] [NX-595E Security System Platform] Loading accessory from cache: Area 1 [05/03/2021, 9:36:43 pm] [webostv] Init - initializing devices [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Init - got TV configuration, initializing device with name: Master Bedroom TV [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Adding 25 new input sources! [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: abc, name: ABC iview [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: amazon.global, name: Amazon Prime Video [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.camera, name: Camera [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.facebook.app.fbwatch, name: Device Connector [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.capturetv, name: LG Photo Editor [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.livetv, name: Live TV [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: netflix, name: Netflix [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: cdp-30, name: Plex [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.hdmi1, name: Rasplex [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.scheduler, name: Scheduler [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.smartshare, name: SmartShare [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: stan.webos2, name: Stan [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.browser, name: Web Browser [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: youtube.leanback.v4, name: YouTube [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: yupptv, name: YuppTV [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Created new input source: appId: com.webos.app.hdmi2, name: HDMI2 [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Init - got TV configuration, initializing device with name: Living Room TV [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Adding 24 new input sources! [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: amazon.global, name: Amazon Prime Video [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.camera, name: Camera [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.facebook.app.fbwatch, name: Facebook Watch [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.hdmi1, name: HDMI1 [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.hdmi2, name: HDMI2 [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.capturetv, name: LG Photo Editor [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.livetv, name: Live TV [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: netflix, name: Netflix [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.scheduler, name: Scheduler [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.smartshare, name: SmartShare [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: stan.webos2, name: Stan [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.browser, name: Web Browser [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: youtube.leanback.v4, name: YouTube [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: yupptv, name: YuppTV [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Created new input source: appId: com.webos.app.hdmi3, name: HDMI3 [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Init - got TV configuration, initializing device with name: Media Room TV [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Adding 32 new input sources! [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.accessibility, name: Accessibility [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: amazon, name: Amazon Prime Video [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.disney.disneyplus-prod, name: Disney [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.dolby.lgapp, name: Dolby Access [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.remoteservice, name: LG Remote Service [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.livetv, name: Live TV [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.multiview, name: Multi-view [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.music, name: Music [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: netflix, name: Netflix [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.igallery, name: OLED Gallery [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.photovideo, name: Photo & Video [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.hdmi2, name: Pioneer Receiver [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.recordings, name: Recordings [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.voice, name: Search [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: stan.webos2, name: Stan [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.scheduler, name: TV Scheduler [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: bigpond, name: Telstra TV Box Office [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: tv.twitch.tv.starshot.lg, name: Twitch [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.browser, name: Web Browser [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: yupptv, name: YuppTV [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.hdmi1, name: HDMI1 [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.hdmi3, name: HDMI3 [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Created new input source: appId: com.webos.app.hdmi4, name: HDMI4 [05/03/2021, 9:36:43 pm] [Media Room] DidFinishLaunching [05/03/2021, 9:36:43 pm] [Media Room] (Media Room)INFO - Loading activities... [05/03/2021, 9:36:43 pm] [NX-595E Security System Platform] Executed didFinishLaunching callback [05/03/2021, 9:36:43 pm] [TuyaLan] undef****, key for unnamed device (undefined), is not a valid key. [05/03/2021, 9:36:43 pm] [TuyaLan] Starting discovery... Preparing Advertiser for 'Master Bedroom TV EE71' using ciao backend! Preparing Advertiser for 'Living Room TV 0E75' using ciao backend! Preparing Advertiser for 'Media Room TV 5EC0' using ciao backend! Preparing Advertiser for 'Homebridge 680A' using ciao backend! Setup Payload: X-HM://0024AIK9DI783 Enter this code with your HomeKit app on your iOS device to pair with Homebridge:    ┌────────────┐   │ 496-88-849 │   └────────────┘    [TuyaDiscovery] Discovery started on port 6666. [TuyaDiscovery] Discovery started on port 6667. Starting to advertise 'Master Bedroom TV EE71' using ciao backend! [05/03/2021, 9:36:43 pm] Master Bedroom TV EE71 is running on port 41581. [05/03/2021, 9:36:43 pm] Please add [Master Bedroom TV EE71] manually in Home app. Setup Code: 496-88-849 Starting to advertise 'Living Room TV 0E75' using ciao backend! [05/03/2021, 9:36:43 pm] Living Room TV 0E75 is running on port 44549. [05/03/2021, 9:36:43 pm] Please add [Living Room TV 0E75] manually in Home app. Setup Code: 496-88-849 Starting to advertise 'Media Room TV 5EC0' using ciao backend! [05/03/2021, 9:36:43 pm] Media Room TV 5EC0 is running on port 34311. [05/03/2021, 9:36:43 pm] Please add [Media Room TV 5EC0] manually in Home app. Setup Code: 496-88-849 Starting to advertise 'Homebridge 680A' using ciao backend! [05/03/2021, 9:36:43 pm] Homebridge v1.3.2 (Homebridge) is running on port 51105. [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Connecting to TV [05/03/2021, 9:36:43 pm] [webostv] [Living Room TV] Connecting to TV [05/03/2021, 9:36:43 pm] [webostv] [Media Room TV] Connecting to TV [05/03/2021, 9:36:43 pm] [SensiboAC] Found valid token in storage [05/03/2021, 9:36:43 pm] [SensiboAC] Creating GET request to Sensibo API ---> [05/03/2021, 9:36:43 pm] [SensiboAC] https://home.sensibo.com/api/v2/users/me/pods?fields=id,acState,measurements,remoteCapabilities,room,temperatureUnit,productModel,location,occupancy,smartMode,motionSensors,filtersCleaning,serial [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Connected to TV [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] Requesting TV information [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] system service - getSystemInfo requested.  [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] com.webos.service.update service - getCurrentSWInformation requested.  [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] api service - getServiceList requested.  [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] com.webos.applicationManager service - listLaunchPoints requested.  [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] tv service - getExternalInputList requested.  [05/03/2021, 9:36:43 pm] [webostv] [Master Bedroom TV] com.webos.applicationManager service - listApps requested.  [05/03/2021, 9:36:43 pm] [Media Room] (Media Room)INFO - socket opened [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Retrieved system info [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Retrieved service list [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Retrieved launch points (inputs, apps) [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Retrieved external input list [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Retrieved all apps [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Retrieved SW info [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Got TV information [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] TV webOS version: 2.0 [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Subscribing to TV services [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Subscribing to getPowerState from power service. [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Subscribing to getStatus from audio service. [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Subscribing to getForegroundAppInfo from com.webos.applicationManager service. [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Subscribing to getCurrentChannel from tv service. [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Subscribing to getSoundOutput from audio service. [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Subscribing to listLaunchPoints from com.webos.applicationManager service. [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Failed to subscribe to the Power State service. The configured TV most probably does not support that service. Falling back to tcp ping! [05/03/2021, 9:36:44 pm] [TuyaLan] Discovered iSmartgate power (05563440600194b80ab1) identified as Outlet (3.3) [Tuya] Changing ping gap for iSmartgate power to 9s [Tuya DEBUG] reconnect called for iSmartgate power [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] TV turned on! [05/03/2021, 9:36:44 pm] [TuyaLan] Connected to iSmartgate power [Tuya] Sending first query to iSmartgate power (3.3) [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected area: Area 1 [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Detected zone:  [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Restoring existing accessory from cache: Area 1 [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Alarm system created: Area 1 [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] Adding new accessory: [05/03/2021, 9:36:44 pm] [NX-595E Security System Platform] 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 (node:3237) UnhandledPromiseRejectionWarning: AssertionError [ERR_ASSERTION]: Accessories must be created with a non-empty displayName. at new Accessory (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:399:11) at new PlatformAccessory (/usr/lib/node_modules/homebridge/src/platformAccessory.ts:70:9) at NX595EPlatform.discoverDevices (/usr/lib/node_modules/homebridge-caddx-interlogix/src/platform.ts:238:27) at /usr/lib/node_modules/homebridge-caddx-interlogix/src/platform.ts:46:14 at processTicksAndRejections (internal/process/task_queues.js:93:5) (Use node --trace-warnings ... to show where the warning was created) (node:3237) 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:3237) [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. [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] App launched, current appId: netflix [05/03/2021, 9:36:44 pm] [TuyaLan] Discovered Angela’s Bedside Light (720407042cf432b27af2) identified as SimpleLight (3.3) [Tuya] Changing ping gap for Angela’s Bedside Light to 9s [Tuya DEBUG] reconnect called for Angela’s Bedside Light [Tuya] Heard back from iSmartgate power with command 10 [05/03/2021, 9:36:44 pm] [TuyaLan] Ready to handle iSmartgate power (Outlet:3.3) with signature {"1":true,"2":0} [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Audio status changed. Current volume: 21, Muted: No [05/03/2021, 9:36:44 pm] [TuyaLan] Connected to Angela’s Bedside Light [Tuya] Sending first query to Angela’s Bedside Light (3.3) [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Failed to subscribe to the channel service. It seems Live TV is not running, will retry after switching to Live TV. [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Sound output changed. Current sound output: tv_speaker [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Got new launch points list from tv! [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Subscribed to TV services [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Connecting to remote input socket [Tuya] Heard back from Angela’s Bedside Light with command 10 [05/03/2021, 9:36:44 pm] [TuyaLan] Ready to handle Angela’s Bedside Light (SimpleLight:3.3) with signature {"20":false,"21":"white","22":50,"24":"014203e803e8","25":"000e0d00002e03e802cc00000000","26":0} [05/03/2021, 9:36:44 pm] [homebridge-tuya] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://git.io/JtMGR for more info. [05/03/2021, 9:36:44 pm] [homebridge-tuya] Error:   at On.Characteristic.characteristicWarning (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)  at On.Characteristic.validateUserInput (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1931:16)  at On.Characteristic.updateValue (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1365:20)  at SimpleLightAccessory._registerCharacteristics (/usr/lib/node_modules/homebridge-tuya/lib/SimpleLightAccessory.js:28:14)  at TuyaAccessory. (/usr/lib/node_modules/homebridge-tuya/lib/BaseAccessory.js:22:18)  at Object.onceWrapper (events.js:422:26)  at TuyaAccessory.emit (events.js:315:20)  at TuyaAccessory._change (/usr/lib/node_modules/homebridge-tuya/lib/TuyaAccessory.js:407:18)  at TuyaAccessory._msgHandler_3_3 (/usr/lib/node_modules/homebridge-tuya/lib/TuyaAccessory.js:333:30)  at /usr/lib/node_modules/homebridge-tuya/node_modules/async/dist/async.js:3201:13 [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Connected to remote pointer input socket [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] Setup finished [05/03/2021, 9:36:44 pm] [webostv] [Master Bedroom TV] TV setup finished, ready to control tv [05/03/2021, 9:36:44 pm] [TuyaLan] Discovered Pool Lights Power (04761182600194b8e9b7) identified as Outlet (3.3) [Tuya] Changing ping gap for Pool Lights Power to 9s [Tuya DEBUG] reconnect called for Pool Lights Power [05/03/2021, 9:36:44 pm] [TuyaLan] Connected to Pool Lights Power [Tuya] Sending first query to Pool Lights Power (3.3) [Tuya] Heard back from Pool Lights Power with command 10 [05/03/2021, 9:36:45 pm] [TuyaLan] Ready to handle Pool Lights Power (Outlet:3.3) with signature {"1":true,"2":0} [05/03/2021, 9:36:45 pm] [Media Room] (Media Room)INFO - Hub config : {"cmd":"vnd.logitech.harmony/vnd.logitech.harmony.engine?config","code":200,"id":"0.11183985104340244","msg":"OK","data":{"dataConsent":false,"sequence":[{"id":"1065403","name":"Outside Speakers Off"},{"id":"1065402","name":"Outside Speakers On"}],"global":{"timeStampHash":"10795b45-ec19-4e9e-8547-eec1bf5fe25447e4dea9-c857-4e2e-915e-e686f9a9ae08/56b80f70-48e8-4cd5-9cdc-fc9be849c50cadaf6801-3420-4df8-811f-9b165cb543a50672a5e8-9323-4fde-9fcb-db49eeb179e412361804Media+Roomen-USsurgeon@markromero.com.auAUSilverlightWebClient0-1026205618False-438696897australia%2fmelbourneTrue1173215371;eb5ac6d9ffe29dfaceafbf28d6cbd3b7","locale":"en-US"},"device":[{"label":"Pioneer AV Receiver","deviceAddedDate":"/Date(1518829523827+0000)/","ControlPort":7,"contentProfileKey":52614041,"deviceProfileUri":"svcs.myharmony.com/res/device/52614041-xCJQu3x+YWL/Z6QJiPFlZdRE/xdq309XFt1H7ldwRMI=","manufacturer":"Pioneer","icon":"5","Capabilities":[1,5,8,62],"deviceTypeDisplayName":"StereoReceiver","powerFeatures":{"PowerOffActions":[{"type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":null,"ActionId":0}],"PowerOnActions":[{"type":"IRPressAction","IRCommandName":"PowerOn","Order":0,"Duration":null,"ActionId":0}]},"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"PowerOff","label":"Power Off"},{"action":"{\"command\":\"PowerOn\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"PowerOn","label":"Power On"},{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"Clear\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Clear","label":"Clear"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"Enter\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Pause","label":"Pause"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Back","label":"Back"}]},{"name":"PlayMode","function":[{"action":"{\"command\":\"Repeat\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Repeat","label":"Repeat"},{"action":"{\"command\":\"Random\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Shuffle","label":"Shuffle"}]},{"name":"NavigationDSTB","function":[{"action":"{\"command\":\"Favorite\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Favorite","label":"Favorite"}]},{"name":"RadioTuner","function":[{"action":"{\"command\":\"FM\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"FM","label":"FM"},{"action":"{\"command\":\"AM\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"AM","label":"AM"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Info","label":"Info"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Auto\/Direct\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Auto/Direct","label":"Auto/Direct"},{"action":"{\"command\":\"AvAdjust\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"AvAdjust","label":"AvAdjust"},{"action":"{\"command\":\"Classical\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Classical","label":"Classical"},{"action":"{\"command\":\"DolbySurround\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"DolbySurround","label":"DolbySurround"},{"action":"{\"command\":\"ExtendedStereo\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"ExtendedStereo","label":"ExtendedStereo"},{"action":"{\"command\":\"HdmiOut\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOut","label":"HdmiOut"},{"action":"{\"command\":\"HdmiOut1\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOut1","label":"HdmiOut1"},{"action":"{\"command\":\"HdmiOut1+2\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOut1+2","label":"HdmiOut1+2"},{"action":"{\"command\":\"HdmiOut2\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOut2","label":"HdmiOut2"},{"action":"{\"command\":\"HdmiOutOff\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"HdmiOutOff","label":"HdmiOutOff"},{"action":"{\"command\":\"Home\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Home","label":"Home"},{"action":"{\"command\":\"InputAux\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputAux","label":"InputAux"},{"action":"{\"command\":\"InputBd\/Dvd\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputBd/Dvd","label":"InputBd/Dvd"},{"action":"{\"command\":\"InputBTAudio\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputBTAudio","label":"InputBTAudio"},{"action":"{\"command\":\"InputCbl\/Sat\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputCbl/Sat","label":"InputCbl/Sat"},{"action":"{\"command\":\"InputCd\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputCd","label":"InputCd"},{"action":"{\"command\":\"InputGame\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputGame","label":"InputGame"},{"action":"{\"command\":\"InputHdmi1\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi1","label":"InputHdmi1"},{"action":"{\"command\":\"InputHdmi2\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi2","label":"InputHdmi2"},{"action":"{\"command\":\"InputHdmi3\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi3","label":"InputHdmi3"},{"action":"{\"command\":\"InputHdmi4\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi4","label":"InputHdmi4"},{"action":"{\"command\":\"InputHdmi5\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi5","label":"InputHdmi5"},{"action":"{\"command\":\"InputHdmi6\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputHdmi6","label":"InputHdmi6"},{"action":"{\"command\":\"InputInternetRadio\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputInternetRadio","label":"InputInternetRadio"},{"action":"{\"command\":\"InputiPod\/USB\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputiPod/USB","label":"InputiPod/USB"},{"action":"{\"command\":\"InputMediaServer\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputMediaServer","label":"InputMediaServer"},{"action":"{\"command\":\"InputNet\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputNet","label":"InputNet"},{"action":"{\"command\":\"InputPandora\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputPandora","label":"InputPandora"},{"action":"{\"command\":\"InputPhono\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputPhono","label":"InputPhono"},{"action":"{\"command\":\"InputSpotify\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputSpotify","label":"InputSpotify"},{"action":"{\"command\":\"InputStrmBox\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputStrmBox","label":"InputStrmBox"},{"action":"{\"command\":\"InputTuner\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputTuner","label":"InputTuner"},{"action":"{\"command\":\"InputTv\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"InputTv","label":"InputTv"},{"action":"{\"command\":\"Mode\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Mode","label":"Mode"},{"action":"{\"command\":\"Rock\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Rock","label":"Rock"},{"action":"{\"command\":\"SpeakerA\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SpeakerA","label":"SpeakerA"},{"action":"{\"command\":\"SpeakerA+B\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SpeakerA+B","label":"SpeakerA+B"},{"action":"{\"command\":\"SpeakerB\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"SpeakerB","label":"SpeakerB"},{"action":"{\"command\":\"Status\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Status","label":"Status"},{"action":"{\"command\":\"Stereo\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Stereo","label":"Stereo"},{"action":"{\"command\":\"Surround\",\"type\":\"IRCommand\",\"deviceId\":\"52614041\"}","name":"Surround","label":"Surround"}]}],"model":"VSX-1131","IsKeyboardAssociated":false,"DongleRFID":0,"id":"52614041","type":"StereoReceiver","suggestedDisplay":"DEFAULT","Transport":1},{"label":"Xbox One","deviceAddedDate":"/Date(1518829523823+0000)/","ControlPort":7,"contentProfileKey":52614038,"deviceProfileUri":"svcs.myharmony.com/res/device/52614038-8hzNM3kqpecCNvpqTPqzZ3D7HonX9QJ2dPjm5rH96Ps=","manufacturer":"Microsoft","icon":"23","Capabilities":[4,5,6,16,18,3,26],"deviceTypeDisplayName":"GameConsoleWithDvd","powerFeatures":{"PowerOffActions":[{"type":"IRPressAction","IRCommandName":"PowerOff","Order":0,"Duration":null,"ActionId":0}],"PowerOnActions":[{"type":"IRPressAction","IRCommandName":"PowerOn","Order":0,"Duration":null,"ActionId":0}]},"isManualPower":"false","controlGroup":[{"name":"Power","function":[{"action":"{\"command\":\"PowerOff\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"PowerOff","label":"Power Off"},{"action":"{\"command\":\"PowerOn\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"PowerOn","label":"Power On"},{"action":"{\"command\":\"PowerToggle\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"PowerToggle","label":"Power Toggle"}]},{"name":"NumericBasic","function":[{"action":"{\"command\":\"0\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number0","label":"0"},{"action":"{\"command\":\"1\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number1","label":"1"},{"action":"{\"command\":\"2\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number2","label":"2"},{"action":"{\"command\":\"3\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number3","label":"3"},{"action":"{\"command\":\"4\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number4","label":"4"},{"action":"{\"command\":\"5\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number5","label":"5"},{"action":"{\"command\":\"6\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number6","label":"6"},{"action":"{\"command\":\"7\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number7","label":"7"},{"action":"{\"command\":\"8\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number8","label":"8"},{"action":"{\"command\":\"9\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Number9","label":"9"}]},{"name":"Volume","function":[{"action":"{\"command\":\"Mute\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Mute","label":"Mute"},{"action":"{\"command\":\"VolumeDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"VolumeDown","label":"Volume Down"},{"action":"{\"command\":\"VolumeUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"VolumeUp","label":"Volume Up"}]},{"name":"Channel","function":[{"action":"{\"command\":\"ChannelDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"ChannelDown","label":"Channel Down"},{"action":"{\"command\":\"ChannelUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"ChannelUp","label":"Channel Up"}]},{"name":"NavigationBasic","function":[{"action":"{\"command\":\"DirectionDown\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"DirectionDown","label":"Direction Down"},{"action":"{\"command\":\"DirectionLeft\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"DirectionLeft","label":"Direction Left"},{"action":"{\"command\":\"DirectionRight\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"DirectionRight","label":"Direction Right"},{"action":"{\"command\":\"DirectionUp\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"DirectionUp","label":"Direction Up"},{"action":"{\"command\":\"OK\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Select","label":"Select"}]},{"name":"TransportBasic","function":[{"action":"{\"command\":\"Stop\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Stop","label":"Stop"},{"action":"{\"command\":\"Play\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Play","label":"Play"},{"action":"{\"command\":\"Rewind\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Rewind","label":"Rewind"},{"action":"{\"command\":\"Eject\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Eject","label":"Eject"},{"action":"{\"command\":\"Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Pause","label":"Pause"},{"action":"{\"command\":\"FastForward\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"FastForward","label":"Fast Forward"}]},{"name":"TransportExtended","function":[{"action":"{\"command\":\"SkipBack\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"SkipBackward","label":"Skip Backward"},{"action":"{\"command\":\"SkipForward\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"SkipForward","label":"Skip Forward"}]},{"name":"NavigationDVD","function":[{"action":"{\"command\":\"Menu\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Menu","label":"Menu"},{"action":"{\"command\":\"Back\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Back","label":"Back"}]},{"name":"GameType1","function":[{"action":"{\"command\":\"A\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"GameA","label":"(Game) A"},{"action":"{\"command\":\"B\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"GameB","label":"(Game) B"},{"action":"{\"command\":\"X\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"GameX","label":"(Game) X"},{"action":"{\"command\":\"Y\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"GameY","label":"(Game) Y"}]},{"name":"NavigationExtended","function":[{"action":"{\"command\":\"OneGuide\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Guide","label":"Guide"},{"action":"{\"command\":\"Info\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Info","label":"Info"}]},{"name":"Miscellaneous","function":[{"action":"{\"command\":\"Enter\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Enter","label":"Enter"},{"action":"{\"command\":\"Play\/Pause\",\"type\":\"IRCommand\",\"deviceId\":\"52614038\"}","name":"Play/Pause","label":"Play/Pause"},{"action":"{\"command\":\"St

flareman commented 3 years ago

No, the firmware version is factory-locked AFAIK. A question: do zones appear as contact sensors in HomeKit? Also, when you try to arm, what does the Homebridge log output?

doncarajo commented 3 years ago

I am attaching screenshots of what I see in HomeKit:

These are the logs:

[05/03/2021, 9:50:39 pm] [NX-595E Security System Platform] Attempting to arm already armed area [05/03/2021, 9:50:40 pm] [NX-595E Security System Platform] Attempting to arm already armed area [Tuya] Heard back from Four Switch Mid Level with command 8 [Tuya] Heard back from Four Switch Mid Level with command 8 [05/03/2021, 9:50:44 pm] [webostv] [Living Room TV] Connecting to TV [05/03/2021, 9:50:44 pm] [webostv] [Media Room TV] Connecting to TV [05/03/2021, 9:50:44 pm] [NX-595E Security System Platform] Attempting to arm already armed area [05/03/2021, 9:50:45 pm] [NX-595E Security System Platform] Attempting to arm already armed area

And it seems that the plugin has crashed (as seen on the screenshots).

Mark

On 5 Mar 2021, at 10:05 pm, Spyros Smparounis notifications@github.com wrote:

No, the firmware version is factory-locked AFAIK. A question: do zones appear as contact sensors in HomeKit? Also, when you try to arm, what does the Homebridge log output?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-791349278, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYUSPOE3SY4NXLWKDLTTCC3IDANCNFSM4YQAEYYQ.

flareman commented 3 years ago

I am attaching screenshots of what I see in HomeKit: These are the logs: [37m[05/03/2021, 9:50:39 pm] [39m[36m[NX-595E Security System Platform][39m [31mAttempting to arm already armed area[39m [37m[05/03/2021, 9:50:40 pm] [39m[36m[NX-595E Security System Platform][39m [31mAttempting to arm already armed area[39m [Tuya] Heard back from Four Switch Mid Level with command 8 [Tuya] Heard back from Four Switch Mid Level with command 8 [37m[05/03/2021, 9:50:44 pm] [39m[36m[webostv][39m [90m[Living Room TV] Connecting to TV[39m [37m[05/03/2021, 9:50:44 pm] [39m[36m[webostv][39m [90m[Media Room TV] Connecting to TV[39m [37m[05/03/2021, 9:50:44 pm] [39m[36m[NX-595E Security System Platform][39m [31mAttempting to arm already armed area[39m [37m[05/03/2021, 9:50:45 pm] [39m[36m[NX-595E Security System Platform][39m [31mAttempting to arm already armed area[39m And it seems that the plugin has crashed (as seen on the screenshots). Mark On 5 Mar 2021, at 10:05 pm, Spyros Smparounis @.***> wrote: No, the firmware version is factory-locked AFAIK. A question: do zones appear as contact sensors in HomeKit? Also, when you try to arm, what does the Homebridge log output? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYUSPOE3SY4NXLWKDLTTCC3IDANCNFSM4YQAEYYQ.

I can't see any screenshots, sorry :( It would appear that the plugin considers the alarm system armed; please make sure it is unarmed, then reset Homebridge and try again once more, let me know if that fixes your issue. Also I'l like to see those screenshots :)

doncarajo commented 3 years ago

The system wasn't armed but HomeKit said armed so I tried to see if disarming would do anything. After the reset it's now "Disarming..." but nothing happens. I am attaching screenshots.

Screen Shot 2021-03-05 at 10 17 47 pm Screen Shot 2021-03-05 at 10 18 05 pm Screen Shot 2021-03-05 at 10 18 16 pm Screen Shot 2021-03-05 at 10 18 21 pm
flareman commented 3 years ago

How many actual zones do you have? The screenshot from the web interface indicates ten, but you have 14 entries in the zone sequence array, and several more zone names in the zone name table. Older versions probably lack the "!" indication that a zone is unused (or maybe just some versions? just guessing), so we need to determine exactly how the system determines the active zone count.

doncarajo commented 3 years ago

Hi again. I have only 9 zones but the web interface shows 128! I can bypass any of those, but the only “real” ones are zone 1 and 9-18.

Mark

On 5 Mar 2021, at 10:29 pm, Spyros Smparounis notifications@github.com wrote:

How many actual zones do you have? The screenshot from the web interface indicates ten, but you have 14 entries in the zone sequence array, and several more zone names in the zone name table. Older versions probably lack the "!" indication that a zone is unused (or maybe just some versions? just guessing), so we need to determine exactly how the system determines the active zone count.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-791361088, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYVAMUPXZBLHRAB6LE3TCC6DNANCNFSM4YQAEYYQ.

flareman commented 3 years ago

Hi again. I have only 9 zones but the web interface shows 128! I can bypass any of those, but the only “real” ones are zone 1 and 9-18. Mark

Wait, if actual zones are 1 and 9 to 18 that amounts to 1+10=11 zones. Am I missing something?

This complicates things a bit: theoretically, the plugin should recognize all detected zones and present them as contact sensors or radars, ignoring all zones that have empty names. Versions up to 0.106 don't support naming, so the system just presents them by number. Standard behavior so far was to just ignore zones with empty names, but that won't work for your case. We need some way of being able to specify which zones are actually used, and which are unused, in order not to flood the Home.app interface with sensor accessories.

I've pushed v1.0.15, which will allow for unnamed zones to be recognized and added as accessories in firmware versions up to 0.106. That should fix your missing zone sensors, and might straighten up arming behavior as well. Could you please update and let me know? Fair warning, your installation will probably get flooded with a ton of sensors, you might want to try this in a separate Homebridge installation, or even as a child bridge using the latest Homebridge version.

doncarajo commented 3 years ago

Oops my mistake. I meant zone 1 and 10-18.

On 6 Mar 2021, at 06:45, Spyros Smparounis notifications@github.com wrote:

 Hi again. I have only 9 zones but the web interface shows 128! I can bypass any of those, but the only “real” ones are zone 1 and 9-18. Mark …

Wait, if actual zones are 1 and 9 to 18 that amounts to 1+10=11 zones. Am I missing something?

This complicates things a bit: theoretically, the plugin should recognize all detected zones and present them as contact sensors or radars, ignoring all zones that have empty names. Versions up to 0.106 don't support naming, so the system just presents them by number. Standard behavior so far was to just ignore zones with empty names, but that won't work for your case. We need some way of being able to specify which zones are actually used, and which are unused, in order not to flood the Home.app interface with sensor accessories.

I've pushed v1.0.15, which will allow for unnamed zones to be recognized and added as accessories in firmware versions up to 0.106. That should fix your missing zone sensors, and might straighten up arming behavior as well. Could you please update and let me know? Fair warning, your installation will probably get flooded with a ton of sensors, you might want to try this in a separate Homebridge installation, or even as a child bridge using the latest Homebridge version.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

doncarajo commented 3 years ago

Hi again,

It now works! You are right though, I now have 128 sensors (with bypass options showing), I’m sure I’ll be able to hide them from Homebridge. Otherwise the alarm icon in the Home app doesn’t seem to want to reflect the armed state but that’s ok, as I feel the automations that I want will now work. Thank again for being so accomodating.

Kind regards,

Mark Romero

On 6 Mar 2021, at 6:45 am, Spyros Smparounis notifications@github.com wrote:

Hi again. I have only 9 zones but the web interface shows 128! I can bypass any of those, but the only “real” ones are zone 1 and 9-18. Mark … <x-msg://26/#> Wait, if actual zones are 1 and 9 to 18 that amounts to 1+10=11 zones. Am I missing something?

This complicates things a bit: theoretically, the plugin should recognize all detected zones and present them as contact sensors or radars, ignoring all zones that have empty names. Versions up to 0.106 don't support naming, so the system just presents them by number. Standard behavior so far was to just ignore zones with empty names, but that won't work for your case. We need some way of being able to specify which zones are actually used, and which are unused, in order not to flood the Home.app interface with sensor accessories.

I've pushed v1.0.15, which will allow for unnamed zones to be recognized and added as accessories in firmware versions up to 0.106. That should fix your missing zone sensors, and might straighten up arming behavior as well. Could you please update and let me know? Fair warning, your installation will probably get flooded with a ton of sensors, you might want to try this in a separate Homebridge installation, or even as a child bridge using the latest Homebridge version.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-791640427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYVR2TGIA6LBM2JNFE3TCEYFVANCNFSM4YQAEYYQ.

flareman commented 3 years ago

Ok, first off I want you to reset the Homebridge server; some times after the initial correct setup the alarm status gets stuck at disarming. Second, please be advised that the alarm has an arming period, so for 30 seconds after arming HomeKit will display "Arming..." and after that it will settle on armed - maybe that is the case? Third, I would like you to try both manual bypassing a zone and see whether it updates properly (either from HomeKit and check the panel, or vice versa, or arm for staying at home and check the bypass switches in HomeKit after the arm is complete). Theoretically all these should work - if not, we still got some debugging to do.

As for hiding the extra sensors, I have a couple ideas, but I want to reflect on them a bit :)

Thanks for your kind words, please do the checks mentioned above and get back to me!

doncarajo commented 3 years ago

Hi, I will check the status later tonight, to see if it does settle on armed. The manual bypassing of zones works for sure, and the HomeKit does show which sensor is detecting movement. So far I have moved all the extra sensors to a made up room, so it doesn’t show in the “favourites”.

As a token of my appreciation I gave you a contribution via PayPal, I know you probably enjoy solving these types of problems (as do I) but I really do appreciate it.

Mark

On 6 Mar 2021, at 7:04 pm, Spyros Smparounis notifications@github.com wrote:

Ok, first off I want you to reset the Homebridge server; some times after the initial correct setup the alarm status gets stuck at disarming. Second, please be advised that the alarm has an arming period, so for 30 seconds after arming HomeKit will display "Arming..." and after that it will settle on armed - maybe that is the case? Third, I would like you to try both manual bypassing a zone and see whether it updates properly (either from HomeKit and check the panel, or vice versa, or arm for staying at home and check the bypass switches in HomeKit after the arm is complete). Theoretically all these should work - if not, we still got some debugging to do.

As for hiding the extra sensors, I have a couple ideas, but I want to reflect on them a bit :)

Thanks for your kind words, please do the checks mentioned above and get back to me!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-791892683, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYTINFYTM57ET7X55LLTCHOX7ANCNFSM4YQAEYYQ.

flareman commented 3 years ago

Hello,

Please update to the latest 1.1.2 version; in addition to allowing for smoke sensor overrides, it has new zone ignoring functionality: you can now define which zones you want to completely ignore.

Furthermore, the latest version supports automatic accessory pruning; at any given moment, only the required zones will be registered as accessories (meaning that both ignored zones and sensor accessories that have been changed to a new type will be automatically removed from the setup). In order to accommodate for the new ignore functionality and for setups with many zones such as yours, overrides now require a zone index for setup.

I think now the plugin should fit your needs nicely :) Update and enjoy, and let me know if everything works as expected.

doncarajo commented 3 years ago

Hi!

You have done it, it works perfectly! Thank you so much.

I looked you up on your page and saw that you are a general surgeon. Guess what? So am I! I’m in Australia. If you are ever in these parts (after Covid) please let me know, would love to meet you.

Regards, Mark

On 7 Mar 2021, at 11:42 pm, Spyros Smparounis notifications@github.com wrote:

Hello,

Please update to the latest 1.1.2 version; in addition to allowing for smoke sensor overrides, it has new zone ignoring functionality: you can now define which zones you want to completely ignore.

Furthermore, the latest version supports automatic accessory pruning; at any given moment, only the required zones will be registered as accessories (meaning that both ignored zones and sensor accessories that have been changed to a new type will be automatically removed from the setup). In order to accommodate for the new ignore functionality and for setups with many zones such as yours, overrides now require a zone index for setup.

I think now the plugin should fit your needs nicely :) Update and enjoy, and let me know if everything works as expected.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flareman/homebridge-caddx-interlogix/issues/6#issuecomment-792273023, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFXUYVW2GB355T4UKNYVBDTCNYD7ANCNFSM4YQAEYYQ.

flareman commented 3 years ago

Thank you so much for your kind words :) Yes, I'm a general surgeon in Greece, although coding is my secondary discipline. I'll be sure to look out for you if my way takes me to down under.

Take care!

danTHAman152000 commented 2 years ago

Hello! Does your plugin give instant results when you open / close doors / windows?

I read that arming takes a while, but does the Home app show instant when you open a sensor? I have a NX-8E (with NX-216E-PHM for 28 wired zones plus an unknown wireless hub for three glass break sensors, set with Alarm.com). Unfortunately Alarm.com isn't compatible with HomeKit / Home app, and with it's integration / plugin, there is a 30-60 second delay for when Home app detects a door / window opening / closing or when the panel is alarmed.

I've been eyeballing a Honeywell Lyric for a few years or the new Pro7 somethin somethin, but the latter is pending Homekit compatibility, so that's a no-go. Hoping this integration can help me!

BTW! Wow, two surgeons! I am a RN in an emergency room in the US and I am happy to see two NICE surgeons working TOGETHER :) ... Get some rest, doctors!

flareman commented 2 years ago

Thanks for the kind words, keep up the effort and the good work 👏🏻👏🏻

Regarding your questions, the plug-in polls for new information on a fixed time interval (which by default is set to half a second), so it's pretty instant, yes. The disarmed/arming/armed changes also work on the same basis as well; the delay to arm is an actual alarm feature and not a plug-in delay, the state changes are reported almost immediately.

Please do bear in mind that the plug-in works with the NX-595E network module so you would have to install that in your alarm board, preferably by a security technician. My own installation uses the NX-6E so I can't guarantee 100% compatibility for your usage scenario, but theoretically it should work. For newer xGen-based panels there is a Home Assistant plug-in by Chris Caron (@caronc) named ha-ultrasync, the original work of whose I have adapted and expanded upon, which is compatible.

HTH :)

danTHAman152000 commented 2 years ago

Those plug-in polls sound fantastic!

I read in its manual that the NX-595E is compatible with the NX-8E, so that should be ok? However, I cannot find any NX-595E available to purchase, so that doesn't really matter either way. I assume my NX-8E is not "xGen?" I will check out that other plugin, thank you!

BTW do you know of an accurate picture of that NX-595E or whatever replaced it? One image pulled my "wireless glass break sensor hub" but I didn't see an ethernet cable on it.

Thanks again.

danTHAman152000 commented 2 years ago

https://www.ebay.com/itm/195358656314?hash=item2d7c48873a:g:23AAAOSweKJjJ9UK&amdata=enc%3AAQAHAAAA0BqJiLJlb0Kv9o9Sqt2ewygVOax3XTccIkrT%2F1V98bFeUWPnqE16z%2B3k9oe2iL70jMYGHeMC2yZ0%2FlzDfmmjqemG81MoHG9%2BUDD9swg3GlhnKnEnlPYdytIAUiA%2FWgVUpYJyDGXte%2F7O%2BEb4P%2FLTV54UeEBoXFG5YBoYFwLp0OD9UVIMrAnGC2D%2FkPKh0Lu8sfL8RwAdGeaAyxY2GSdnn4dWF2Tu1ktgTJ2GCRMgITUQUUGWRjSE7PzuZg1USAe1A3ZmYiZNxYKA1U2jgP2XZ8U%3D%7Ctkp%3ABFBMsKHnpetg This is my "wireless glass break sensor hub" but with two extra soldered wires Maybe I can solder ethernet cable to mine?

flareman commented 2 years ago

595 should be compatible with the NX-8E, yes. Heavens no, so soldering; Ethernet needs a controller to work. AFAIK 8E does not support xGen but I'm not a security expert :) Sadly I have no hints for you; you should contact your security system installer and ask if he can source a module for you.