Closed doncarajo closed 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?
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.
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.
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.
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.
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.
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.
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.
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?
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.
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.
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.
[0;37m[04/03/2021, 5:16:23 pm] [0m[0;36m[Homebridge UI][0m Homebridge restart request received
[0;37m[04/03/2021, 5:16:23 pm] [0m[0;36m[Homebridge UI][0m No restart command defined, killing process...
[37m[04/03/2021, 5:16:23 pm][0m [36m[HB Supervisor][0m Stopping services...
[37m[04/03/2021, 5:16:23 pm] [39mGot SIGTERM, shutting down Homebridge...
[37m[04/03/2021, 5:16:23 pm] [39m[36m[Media Room][39m INFO - shutdown
[Tuya] Heard back from Four Switch Mid Level with command 8
[37m[04/03/2021, 5:16:28 pm][0m [36m[HB Supervisor][0m Homebridge Process Ended. Code: 143, Signal: null
[37m[04/03/2021, 5:16:35 pm][0m [36m[HB Supervisor][0m OS: Linux 5.10.11-v7l+ arm
[37m[04/03/2021, 5:16:35 pm][0m [36m[HB Supervisor][0m Node.js v14.16.0 /usr/bin/node
[37m[04/03/2021, 5:16:35 pm][0m [36m[HB Supervisor][0m Homebridge Path: /usr/lib/node_modules/homebridge/bin/homebridge
[37m[04/03/2021, 5:16:35 pm][0m [36m[HB Supervisor][0m UI Path: /usr/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js
[0;37m[04/03/2021, 5:16:39 pm] [0m[0;36m[Homebridge UI][0m [0;33mHomebridge Config UI X v4.39.1 is listening on :: port 8581[0m
[37m[04/03/2021, 5:16:39 pm][0m [36m[HB Supervisor][0m Starting Homebridge with extra flags: -I -D
[37m[04/03/2021, 5:16:39 pm][0m [36m[HB Supervisor][0m Started Homebridge v1.3.1 with PID: 4011
Initializing HAP-NodeJS v0.9.2...
[37m[04/03/2021, 5:16:40 pm] [39mLoaded config.json with 2 accessories and 6 platforms.
[37m[04/03/2021, 5:16:40 pm] [39mLoaded 12 cached accessories from cachedAccessories.
[37m[04/03/2021, 5:16:40 pm] [39m---
[37m[04/03/2021, 5:16:41 pm] [39mLoaded plugin: homebridge-caddx-interlogix@1.0.13
[37m[04/03/2021, 5:16:41 pm] [39mRegistering platform 'homebridge-caddx-interlogix.homebridge-caddx-interlogix'
[37m[04/03/2021, 5:16:41 pm] [39m---
[37m[04/03/2021, 5:16:41 pm] [39mLoaded plugin: homebridge-config-ui-x@4.39.1
[37m[04/03/2021, 5:16:41 pm] [39mRegistering platform 'homebridge-config-ui-x.config'
[37m[04/03/2021, 5:16:41 pm] [39m---
[37m[04/03/2021, 5:16:41 pm] [39mLoaded plugin: homebridge-dummy@0.5.0
[37m[04/03/2021, 5:16:41 pm] [39mRegistering accessory 'homebridge-dummy.DummySwitch'
[37m[04/03/2021, 5:16:41 pm] [39m---
[37m[04/03/2021, 5:16:41 pm] [39mLoaded plugin: homebridge-harmony@1.5.1
[37m[04/03/2021, 5:16:41 pm] [39mRegistering platform 'homebridge-harmony.HarmonyHubWebSocket'
[37m[04/03/2021, 5:16:41 pm] [39m---
[37m[04/03/2021, 5:16:41 pm] [39mLoaded plugin: homebridge-sensibo-ac@2.1.1
[37m[04/03/2021, 5:16:41 pm] [39mRegistering platform 'homebridge-sensibo-ac.SensiboAC'
[37m[04/03/2021, 5:16:41 pm] [39m---
[37m[04/03/2021, 5:16:41 pm] [39mLoaded plugin: homebridge-tuya@1.5.1
[37m[04/03/2021, 5:16:41 pm] [39m[90mPlugin 'homebridge-tuya' tried to register with an incorrect plugin identifier: 'homebridge-tuya-lan'. Please report this to the developer![39m
[37m[04/03/2021, 5:16:41 pm] [39mRegistering platform 'homebridge-tuya.TuyaLan'
[37m[04/03/2021, 5:16:41 pm] [39m---
[37m[04/03/2021, 5:16:42 pm] [39mLoaded plugin: homebridge-webos-tv@2.1.1
[37m[04/03/2021, 5:16:42 pm] [39mRegistering platform 'homebridge-webos-tv.webostv'
[37m[04/03/2021, 5:16:42 pm] [39m---
[37m[04/03/2021, 5:16:42 pm] [39mLoading 6 platforms...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Config][39m Initializing config platform...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Config][39m Running in Service Mode
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m Initializing webostv platform...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Media Room][39m Initializing HarmonyHubWebSocket platform...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Media Room][39m HarmonyPlatform Init
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Media Room][39m [90m(Media Room)INFO : following activites controls will be ignored if they are in the same state : NONE[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Media Room][39m [90m(Media Room)INFO - remoteOverrideCommandsList is : undefined[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Media Room][39m [90m(Media Room)(Media Room)INFO - playPause option set to false[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Media Room][39m [90m(Media Room)INFO - input visibility file does not exist[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[SensiboAC][39m Initializing SensiboAC platform...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[NX-595E Security System Platform][39m Initializing homebridge-caddx-interlogix platform...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[NX-595E Security System Platform][39m [90mFinished initializing platform: NX-595E Security System Platform[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Initializing TuyaLan platform...
[37m[04/03/2021, 5:16:42 pm] [39mLoading 2 accessories...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Open Garage Door][39m Initializing DummySwitch accessory...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Close Garage Door][39m Initializing DummySwitch accessory...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Christmas Tree Lights unreachable by faulting Service.Christmas Tree Lights.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked iSmartgate power unreachable by faulting Service.iSmartgate power.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Mark’s Bedside Light unreachable by faulting Service.Mark’s Bedside Light.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Living Room Lamp unreachable by faulting Service.Living Room Lamp.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Xavier’s Plasma Ball Switch unreachable by faulting Service.Xavier’s Plasma Ball Switch.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Angela’s Bedside Light unreachable by faulting Service.Angela’s Bedside Light.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Pool Lights Power unreachable by faulting Service.Pool Lights Power.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 1.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 2.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 3.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 4.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Two Switch Upstairs unreachable by faulting Service.Two Switch Upstairs 1.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Two Switch Upstairs unreachable by faulting Service.Two Switch Upstairs 2.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 1.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 2.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 3.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 4.On
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m Init - initializing devices
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [Master Bedroom TV] Init - got TV configuration, initializing device with name: Master Bedroom TV
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Adding 25 new input sources![39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: abc, name: ABC iview[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: amazon.global, name: Amazon Prime Video[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.camera, name: Camera[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.facebook.app.fbwatch, name: Device Connector[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.capturetv, name: LG Photo Editor[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.livetv, name: Live TV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: netflix, name: Netflix[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: cdp-30, name: Plex[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.hdmi1, name: Rasplex[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.scheduler, name: Scheduler[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.smartshare, name: SmartShare[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: stan.webos2, name: Stan[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.browser, name: Web Browser[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: youtube.leanback.v4, name: YouTube[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: yupptv, name: YuppTV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.hdmi2, name: HDMI2[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [Living Room TV] Init - got TV configuration, initializing device with name: Living Room TV
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Adding 24 new input sources![39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: amazon.global, name: Amazon Prime Video[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.camera, name: Camera[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.facebook.app.fbwatch, name: Facebook Watch[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.hdmi1, name: HDMI1[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.hdmi2, name: HDMI2[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.capturetv, name: LG Photo Editor[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.livetv, name: Live TV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: netflix, name: Netflix[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.scheduler, name: Scheduler[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.smartshare, name: SmartShare[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: stan.webos2, name: Stan[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.browser, name: Web Browser[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: youtube.leanback.v4, name: YouTube[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: yupptv, name: YuppTV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.hdmi3, name: HDMI3[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [Media Room TV] Init - got TV configuration, initializing device with name: Media Room TV
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Adding 32 new input sources![39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.accessibility, name: Accessibility[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: amazon, name: Amazon Prime Video[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.disney.disneyplus-prod, name: Disney[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.dolby.lgapp, name: Dolby Access[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.remoteservice, name: LG Remote Service[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.livetv, name: Live TV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.multiview, name: Multi-view[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.music, name: Music[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: netflix, name: Netflix[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.igallery, name: OLED Gallery[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.photovideo, name: Photo & Video[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.hdmi2, name: Pioneer Receiver[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.recordings, name: Recordings[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.voice, name: Search[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: stan.webos2, name: Stan[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.scheduler, name: TV Scheduler[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: bigpond, name: Telstra TV Box Office[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: tv.twitch.tv.starshot.lg, name: Twitch[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.browser, name: Web Browser[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: yupptv, name: YuppTV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.hdmi1, name: HDMI1[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.hdmi3, name: HDMI3[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.hdmi4, name: HDMI4[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Media Room][39m DidFinishLaunching
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Media Room][39m (Media Room)INFO - Loading activities...
[37m[04/03/2021, 5:16:42 pm] [39m[36m[NX-595E Security System Platform][39m [90mExecuted didFinishLaunching callback[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m [31mundef****, key for unnamed device (undefined), is not a valid key.[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m 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:
[30m[47m [49m[39m
[30m[47m ┌────────────┐ [49m[39m
[30m[47m │ 496-88-849 │ [49m[39m
[30m[47m └────────────┘ [49m[39m
[30m[47m [49m[39m
[TuyaDiscovery] Discovery started on port 6666.
[TuyaDiscovery] Discovery started on port 6667.
Starting to advertise 'Master Bedroom TV EE71' using ciao backend!
[37m[04/03/2021, 5:16:42 pm] [39mMaster Bedroom TV EE71 is running on port 45333.
[37m[04/03/2021, 5:16:42 pm] [39mPlease add [Master Bedroom TV EE71] manually in Home app. Setup Code: 496-88-849
Starting to advertise 'Living Room TV 0E75' using ciao backend!
[37m[04/03/2021, 5:16:42 pm] [39mLiving Room TV 0E75 is running on port 41823.
[37m[04/03/2021, 5:16:42 pm] [39mPlease add [Living Room TV 0E75] manually in Home app. Setup Code: 496-88-849
Starting to advertise 'Media Room TV 5EC0' using ciao backend!
[37m[04/03/2021, 5:16:42 pm] [39mMedia Room TV 5EC0 is running on port 40559.
[37m[04/03/2021, 5:16:42 pm] [39mPlease add [Media Room TV 5EC0] manually in Home app. Setup Code: 496-88-849
Starting to advertise 'Homebridge 680A' using ciao backend!
[37m[04/03/2021, 5:16:42 pm] [39mHomebridge v1.3.1 (Homebridge) is running on port 51105.
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Connecting to TV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Living Room TV] Connecting to TV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[webostv][39m [90m[Media Room TV] Connecting to TV[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m 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
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Connected to Christmas Tree Lights
[Tuya] Sending first query to Christmas Tree Lights (3.3)
[37m[04/03/2021, 5:16:42 pm] [39m[36m[SensiboAC][39m [90mFound valid token in storage[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[SensiboAC][39m [90mCreating GET request to Sensibo API --->[39m
[37m[04/03/2021, 5:16:42 pm] [39m[36m[SensiboAC][39m [90mhttps://home.sensibo.com/api/v2/users/me/pods?fields=id,acState,measurements,remoteCapabilities,room,temperatureUnit,productModel,location,occupancy,smartMode,motionSensors,filtersCleaning,serial[39m
[Tuya] Heard back from Christmas Tree Lights with command 10
[37m[04/03/2021, 5:16:42 pm] [39m[36m[TuyaLan][39m Ready to handle Christmas Tree Lights (Outlet:3.3) with signature {"1":false,"2":0}
[37m[04/03/2021, 5:16:42 pm] [39m[36m[Media Room][39m [90m(Media Room)INFO - socket opened[39m
(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.
[37m[04/03/2021, 5:16:43 pm] [39m[36m[TuyaLan][39m 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
[37m[04/03/2021, 5:16:43 pm] [39m[36m[TuyaLan][39m 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
[37m[04/03/2021, 5:16:43 pm] [39m[36m[TuyaLan][39m Connected to Living Room Lamp
[Tuya] Sending first query to Living Room Lamp (3.3)
[37m[04/03/2021, 5:16:43 pm] [39m[36m[TuyaLan][39m Connected to Mark’s Bedside Light
[Tuya] Sending first query to Mark’s Bedside Light (3.3)
[37m[04/03/2021, 5:16:44 pm] [39m[36m[Media Room][39m [90m(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
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?
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.
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.
Hi. The main page is called "login.cgi". This is the code:
<!doctype html> | |
---|---|
var areaDisplay = new Array(0); | |
var areaStates = new Array("Armed Away", "Armed Stay", "Ready","Fire Alarm","Burg Alarm","Panic Alarm","Medical Alarm","Exit Delay" | |
,"Exit Delay 2","Entry Delay","Zone Bypass","Zone Trouble","Zone Tamper","Zone Low Battery","Zone Supervision",""); | |
var areaNames = new Array("","!","!","!","!","!","!","!"); | |
var areaSequence = new Array(146); | |
var areaStatus = new Array(0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0); | |
var sysStatus; | |
var areaCount = 0; | |
var allAway = false; | |
var allStay = false; | |
var allChime = false; | |
var allpriority = 6; | |
var allSequence = 0; | |
function getSession(){return "2FB2BA0B668FD248";} | |
sysStatus = new Array(); | |
function afterLoad() | |
{ | |
buildBanner("ComNav"); | |
buildMenu(1,1,1,1,1,1); | |
buildAreas(); | |
for(var i = (17*12); i < areaStatus.length;i++) | |
sysStatus.push(areaStatus[i]); | |
setTimeout("updateAllAreas()",1500); | |
areaSequence[0] += 100; | |
setTimeout("pollSequence()", 100); | |
} | |
// function called by iPhone to return "{active menu index, authorised menu list}" | |
// Note: the iPhone will display in the order presented here. see master.jss | |
function getMenu() | |
{ | |
return "[0, [1,1,1,1,1,1,1,1,1,1,1,1]]"; | |
} | |
The code for the "Zones" page is this:
<!doctype html> | |
---|---|
var zoneDisplay = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); | |
var zoneStates = new Array("Not Ready", "Tamper", "Trouble","Bypass","Inhibited","Alarm","Low Battery","Supervision Fault" | |
,"","","","","",""); | |
var zoneNames = new Array("","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""); | |
var zoneSequence = new Array(210,0,0,28,10,2,0,0,0,0,5,0,0,0); | |
var zoneStatus = new Array(new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0),new Array(0,0,0,0,0,0,0,0,0)); | |
function getSession(){return "11417A0B8149F8EC";} | |
function afterLoad() | |
{ | |
buildBanner("ComNav"); | |
buildMenu(2,1,1,1,1,1); | |
buildZones(); | |
setTimeout("updateAllZones()",100); | |
setTimeout("newAJAXCommand('/user/seq.xml', checkZoneSeq, false)", 1000); | |
} | |
// function called by iPhone to return "{active menu index, authorised menu list}" | |
// Note: the iPhone will display in the order presented here. see master.jss | |
function getMenu() | |
{ | |
return "[1, [1,1,1,1,1,1,1,1,1,1,1,1]]"; | |
} | |
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.
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
[0;37m[05/03/2021, 9:36:24 pm] [0m[0;36m[Homebridge UI][0m Homebridge restart request received
[0;37m[05/03/2021, 9:36:25 pm] [0m[0;36m[Homebridge UI][0m No restart command defined, killing process...
[37m[05/03/2021, 9:36:25 pm][0m [36m[HB Supervisor][0m Stopping services...
[37m[05/03/2021, 9:36:25 pm] [39mGot SIGTERM, shutting down Homebridge...
[37m[05/03/2021, 9:36:25 pm] [39m[36m[Media Room][39m 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
[37m[05/03/2021, 9:36:30 pm][0m [36m[HB Supervisor][0m Homebridge Process Ended. Code: 143, Signal: null
[37m[05/03/2021, 9:36:36 pm][0m [36m[HB Supervisor][0m OS: Linux 5.10.17-v7l+ arm
[37m[05/03/2021, 9:36:36 pm][0m [36m[HB Supervisor][0m Node.js v14.16.0 /usr/bin/node
[37m[05/03/2021, 9:36:36 pm][0m [36m[HB Supervisor][0m Homebridge Path: /usr/lib/node_modules/homebridge/bin/homebridge
[37m[05/03/2021, 9:36:36 pm][0m [36m[HB Supervisor][0m UI Path: /usr/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js
[0;37m[05/03/2021, 9:36:40 pm] [0m[0;36m[Homebridge UI][0m [0;33mHomebridge Config UI X v4.39.1 is listening on :: port 8581[0m
[37m[05/03/2021, 9:36:41 pm][0m [36m[HB Supervisor][0m Starting Homebridge with extra flags: -I -D
[37m[05/03/2021, 9:36:41 pm][0m [36m[HB Supervisor][0m Started Homebridge v1.3.2 with PID: 3237
Initializing HAP-NodeJS v0.9.2...
[37m[05/03/2021, 9:36:41 pm] [39mLoaded config.json with 2 accessories and 6 platforms.
[37m[05/03/2021, 9:36:42 pm] [39mLoaded 13 cached accessories from cachedAccessories.
[37m[05/03/2021, 9:36:42 pm] [39m---
[37m[05/03/2021, 9:36:43 pm] [39mLoaded plugin: homebridge-caddx-interlogix@1.0.14
[37m[05/03/2021, 9:36:43 pm] [39mRegistering platform 'homebridge-caddx-interlogix.homebridge-caddx-interlogix'
[37m[05/03/2021, 9:36:43 pm] [39m---
[37m[05/03/2021, 9:36:43 pm] [39mLoaded plugin: homebridge-config-ui-x@4.39.1
[37m[05/03/2021, 9:36:43 pm] [39mRegistering platform 'homebridge-config-ui-x.config'
[37m[05/03/2021, 9:36:43 pm] [39m---
[37m[05/03/2021, 9:36:43 pm] [39mLoaded plugin: homebridge-dummy@0.5.0
[37m[05/03/2021, 9:36:43 pm] [39mRegistering accessory 'homebridge-dummy.DummySwitch'
[37m[05/03/2021, 9:36:43 pm] [39m---
[37m[05/03/2021, 9:36:43 pm] [39mLoaded plugin: homebridge-harmony@1.5.1
[37m[05/03/2021, 9:36:43 pm] [39mRegistering platform 'homebridge-harmony.HarmonyHubWebSocket'
[37m[05/03/2021, 9:36:43 pm] [39m---
[37m[05/03/2021, 9:36:43 pm] [39mLoaded plugin: homebridge-sensibo-ac@2.1.2
[37m[05/03/2021, 9:36:43 pm] [39mRegistering platform 'homebridge-sensibo-ac.SensiboAC'
[37m[05/03/2021, 9:36:43 pm] [39m---
[37m[05/03/2021, 9:36:43 pm] [39mLoaded plugin: homebridge-tuya@1.5.1
[37m[05/03/2021, 9:36:43 pm] [39m[90mPlugin 'homebridge-tuya' tried to register with an incorrect plugin identifier: 'homebridge-tuya-lan'. Please report this to the developer![39m
[37m[05/03/2021, 9:36:43 pm] [39mRegistering platform 'homebridge-tuya.TuyaLan'
[37m[05/03/2021, 9:36:43 pm] [39m---
[37m[05/03/2021, 9:36:43 pm] [39mLoaded plugin: homebridge-webos-tv@2.1.1
[37m[05/03/2021, 9:36:43 pm] [39mRegistering platform 'homebridge-webos-tv.webostv'
[37m[05/03/2021, 9:36:43 pm] [39m---
[37m[05/03/2021, 9:36:43 pm] [39mLoading 6 platforms...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Config][39m Initializing config platform...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Config][39m Running in Service Mode
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m Initializing webostv platform...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Media Room][39m Initializing HarmonyHubWebSocket platform...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Media Room][39m HarmonyPlatform Init
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Media Room][39m [90m(Media Room)INFO : following activites controls will be ignored if they are in the same state : NONE[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Media Room][39m [90m(Media Room)INFO - remoteOverrideCommandsList is : undefined[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Media Room][39m [90m(Media Room)(Media Room)INFO - playPause option set to false[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Media Room][39m [90m(Media Room)INFO - input visibility file does not exist[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[SensiboAC][39m Initializing SensiboAC platform...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[NX-595E Security System Platform][39m Initializing homebridge-caddx-interlogix platform...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[NX-595E Security System Platform][39m [90mFinished initializing platform: NX-595E Security System Platform[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Initializing TuyaLan platform...
[37m[05/03/2021, 9:36:43 pm] [39mLoading 2 accessories...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Open Garage Door][39m Initializing DummySwitch accessory...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Close Garage Door][39m Initializing DummySwitch accessory...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Christmas Tree Lights unreachable by faulting Service.Christmas Tree Lights.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked iSmartgate power unreachable by faulting Service.iSmartgate power.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Mark’s Bedside Light unreachable by faulting Service.Mark’s Bedside Light.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Living Room Lamp unreachable by faulting Service.Living Room Lamp.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Xavier’s Plasma Ball Switch unreachable by faulting Service.Xavier’s Plasma Ball Switch.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Angela’s Bedside Light unreachable by faulting Service.Angela’s Bedside Light.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Pool Lights Power unreachable by faulting Service.Pool Lights Power.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 1.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 2.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 3.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Four Switch Entry unreachable by faulting Service.Four Switch Entry 4.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Two Switch Upstairs unreachable by faulting Service.Two Switch Upstairs 1.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Two Switch Upstairs unreachable by faulting Service.Two Switch Upstairs 2.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 1.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 2.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 3.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m Marked Four Switch Mid Level unreachable by faulting Service.Four Switch Mid Level 4.On
[37m[05/03/2021, 9:36:43 pm] [39m[36m[NX-595E Security System Platform][39m Loading accessory from cache: Area 1
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m Init - initializing devices
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [Master Bedroom TV] Init - got TV configuration, initializing device with name: Master Bedroom TV
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Adding 25 new input sources![39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: abc, name: ABC iview[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: amazon.global, name: Amazon Prime Video[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.camera, name: Camera[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.facebook.app.fbwatch, name: Device Connector[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.capturetv, name: LG Photo Editor[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.livetv, name: Live TV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: netflix, name: Netflix[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: cdp-30, name: Plex[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.hdmi1, name: Rasplex[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.scheduler, name: Scheduler[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.smartshare, name: SmartShare[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: stan.webos2, name: Stan[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.browser, name: Web Browser[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: youtube.leanback.v4, name: YouTube[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: yupptv, name: YuppTV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Created new input source: appId: com.webos.app.hdmi2, name: HDMI2[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [Living Room TV] Init - got TV configuration, initializing device with name: Living Room TV
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Adding 24 new input sources![39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: amazon.global, name: Amazon Prime Video[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.camera, name: Camera[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.facebook.app.fbwatch, name: Facebook Watch[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.hdmi1, name: HDMI1[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.hdmi2, name: HDMI2[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.capturetv, name: LG Photo Editor[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.livetv, name: Live TV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: netflix, name: Netflix[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.scheduler, name: Scheduler[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.smartshare, name: SmartShare[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: stan.webos2, name: Stan[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.browser, name: Web Browser[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: youtube.leanback.v4, name: YouTube[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: yupptv, name: YuppTV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Created new input source: appId: com.webos.app.hdmi3, name: HDMI3[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [Media Room TV] Init - got TV configuration, initializing device with name: Media Room TV
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Adding 32 new input sources![39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.accessibility, name: Accessibility[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: amazon, name: Amazon Prime Video[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.connectionwizard, name: Device Connector[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.disney.disneyplus-prod, name: Disney[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.dolby.lgapp, name: Dolby Access[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: googleplaymovieswebos, name: Google Play Movies & TV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.discovery, name: LG Content Store[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.remoteservice, name: LG Remote Service[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.livetv, name: Live TV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.multiview, name: Multi-view[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.music, name: Music[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: netflix, name: Netflix[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.notificationcenter, name: Notifications[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.igallery, name: OLED Gallery[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.photovideo, name: Photo & Video[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.hdmi2, name: Pioneer Receiver[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.recordings, name: Recordings[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.miracast, name: Screen Share[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.voice, name: Search[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: stan.webos2, name: Stan[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.tvguide, name: TV Guide[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.scheduler, name: TV Scheduler[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: bigpond, name: Telstra TV Box Office[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: tv.twitch.tv.starshot.lg, name: Twitch[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.tvuserguide, name: User Guide[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.browser, name: Web Browser[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: yupptv, name: YuppTV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.externalinput.av1, name: AV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.externalinput.component, name: Component[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.hdmi1, name: HDMI1[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.hdmi3, name: HDMI3[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Created new input source: appId: com.webos.app.hdmi4, name: HDMI4[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Media Room][39m DidFinishLaunching
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Media Room][39m (Media Room)INFO - Loading activities...
[37m[05/03/2021, 9:36:43 pm] [39m[36m[NX-595E Security System Platform][39m [90mExecuted didFinishLaunching callback[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m [31mundef****, key for unnamed device (undefined), is not a valid key.[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[TuyaLan][39m 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:
[30m[47m [49m[39m
[30m[47m ┌────────────┐ [49m[39m
[30m[47m │ 496-88-849 │ [49m[39m
[30m[47m └────────────┘ [49m[39m
[30m[47m [49m[39m
[TuyaDiscovery] Discovery started on port 6666.
[TuyaDiscovery] Discovery started on port 6667.
Starting to advertise 'Master Bedroom TV EE71' using ciao backend!
[37m[05/03/2021, 9:36:43 pm] [39mMaster Bedroom TV EE71 is running on port 41581.
[37m[05/03/2021, 9:36:43 pm] [39mPlease add [Master Bedroom TV EE71] manually in Home app. Setup Code: 496-88-849
Starting to advertise 'Living Room TV 0E75' using ciao backend!
[37m[05/03/2021, 9:36:43 pm] [39mLiving Room TV 0E75 is running on port 44549.
[37m[05/03/2021, 9:36:43 pm] [39mPlease add [Living Room TV 0E75] manually in Home app. Setup Code: 496-88-849
Starting to advertise 'Media Room TV 5EC0' using ciao backend!
[37m[05/03/2021, 9:36:43 pm] [39mMedia Room TV 5EC0 is running on port 34311.
[37m[05/03/2021, 9:36:43 pm] [39mPlease add [Media Room TV 5EC0] manually in Home app. Setup Code: 496-88-849
Starting to advertise 'Homebridge 680A' using ciao backend!
[37m[05/03/2021, 9:36:43 pm] [39mHomebridge v1.3.2 (Homebridge) is running on port 51105.
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Connecting to TV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Living Room TV] Connecting to TV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Media Room TV] Connecting to TV[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[SensiboAC][39m [90mFound valid token in storage[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[SensiboAC][39m [90mCreating GET request to Sensibo API --->[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[SensiboAC][39m [90mhttps://home.sensibo.com/api/v2/users/me/pods?fields=id,acState,measurements,remoteCapabilities,room,temperatureUnit,productModel,location,occupancy,smartMode,motionSensors,filtersCleaning,serial[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [Master Bedroom TV] Connected to TV
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Requesting TV information[39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] system service - getSystemInfo requested. [39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] com.webos.service.update service - getCurrentSWInformation requested. [39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] api service - getServiceList requested. [39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] com.webos.applicationManager service - listLaunchPoints requested. [39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] tv service - getExternalInputList requested. [39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] com.webos.applicationManager service - listApps requested. [39m
[37m[05/03/2021, 9:36:43 pm] [39m[36m[Media Room][39m [90m(Media Room)INFO - socket opened[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Retrieved system info[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Retrieved service list[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Retrieved launch points (inputs, apps)[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Retrieved external input list[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Retrieved all apps[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Retrieved SW info[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [Master Bedroom TV] Got TV information
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [Master Bedroom TV] TV webOS version: 2.0
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Subscribing to TV services[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Subscribing to getPowerState from power service.[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Subscribing to getStatus from audio service.[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Subscribing to getForegroundAppInfo from com.webos.applicationManager service.[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Subscribing to getCurrentChannel from tv service.[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Subscribing to getSoundOutput from audio service.[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Subscribing to listLaunchPoints from com.webos.applicationManager service.[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[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![39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[TuyaLan][39m 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
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [Master Bedroom TV] TV turned on!
[37m[05/03/2021, 9:36:44 pm] [39m[36m[TuyaLan][39m Connected to iSmartgate power
[Tuya] Sending first query to iSmartgate power (3.3)
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected area: Area 1[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mDetected zone: [39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m Restoring existing accessory from cache: Area 1
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90mAlarm system created: Area 1[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m Adding new accessory:
[37m[05/03/2021, 9:36:44 pm] [39m[36m[NX-595E Security System Platform][39m [90m0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000[39m
(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.
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [Master Bedroom TV] App launched, current appId: netflix
[37m[05/03/2021, 9:36:44 pm] [39m[36m[TuyaLan][39m 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
[37m[05/03/2021, 9:36:44 pm] [39m[36m[TuyaLan][39m Ready to handle iSmartgate power (Outlet:3.3) with signature {"1":true,"2":0}
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Audio status changed. Current volume: 21, Muted: No[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[TuyaLan][39m Connected to Angela’s Bedside Light
[Tuya] Sending first query to Angela’s Bedside Light (3.3)
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Failed to subscribe to the channel service. It seems Live TV is not running, will retry after switching to Live TV.[39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [Master Bedroom TV] Sound output changed. Current sound output: tv_speaker
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Got new launch points list from tv![39m
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [Master Bedroom TV] Subscribed to TV services
[37m[05/03/2021, 9:36:44 pm] [39m[36m[webostv][39m [90m[Master Bedroom TV] Connecting to remote input socket[39m
[Tuya] Heard back from Angela’s Bedside Light with command 10
[37m[05/03/2021, 9:36:44 pm] [39m[36m[TuyaLan][39m Ready to handle Angela’s Bedside Light (SimpleLight:3.3) with signature {"20":false,"21":"white","22":50,"24":"014203e803e8","25":"000e0d00002e03e802cc00000000","26":0}
[37m[05/03/2021, 9:36:44 pm] [39m[36m[homebridge-tuya][39m This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://git.io/JtMGR for more info.
[37m[05/03/2021, 9:36:44 pm] [39m[90m[36m[homebridge-tuya][39m[90m Error: [39m
[90m at On.Characteristic.characteristicWarning (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)[39m
[90m at On.Characteristic.validateUserInput (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1931:16)[39m
[90m at On.Characteristic.updateValue (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1365:20)[39m
[90m at SimpleLightAccessory._registerCharacteristics (/usr/lib/node_modules/homebridge-tuya/lib/SimpleLightAccessory.js:28:14)[39m
[90m at TuyaAccessory.
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?
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 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.
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 :)
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.
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.
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.
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.
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.
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.
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!
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.
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.
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.
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!
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!
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 :)
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.
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?
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.
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?