kuestess / homebridge-platform-insteonlocal

Homebridge platform plugin for local Insteon control
Other
76 stars 26 forks source link

Device Shows Up In Homekit But Doesn't Control Device #166

Closed ndejong5 closed 2 years ago

ndejong5 commented 2 years ago

10/23/2021, 1:13:31 PMPlatform Insteonlocal BridgeLoaded plugin 'homebridge-platform-insteonlocal' 10/23/2021, 1:13:31 PMPlatform Insteonlocal BridgeLoading 1 platforms... 10/23/2021, 1:13:31 PMPlatform Insteonlocal BridgeInsteonLocalStarted connection watcher... 10/23/2021, 1:13:31 PMPlatform Insteonlocal BridgeInsteonLocalFound 1 devices in config 10/23/2021, 1:13:31 PMPlatform Insteonlocal BridgeBridge is running on port 51826. 10/23/2021, 1:13:31 PMPlatform Insteonlocal BridgeWARNINGunhandled rejection: Error: Error: No such file or directory, cannot open 192.168.0.31 10/23/2021, 1:14:26 PMPlatform Insteonlocal BridgeInsteonLocalSetting level of Back Porch Lamps to 100%

kuestess commented 2 years ago

@ndejong5 Looks like the plugin can't connect to your Hub. Verify that the Hub IP/port haven't changed and try unplugging/re-plugging your Hub. Sometimes they like to stop responding and the only solution is to restart the Hub.

ndejong5 commented 2 years ago

@kuestess I am still getting that error. I have restarted the Insteon Hub and it didn't seem to work. Here is my config.

{ "accessories": [], "platforms": [ { "platform": "InsteonLocal", "name": "InsteonLocal", "user": "Arabella", "pass": "XXXXXX", (Pass from bottom of hub) "host": "192.168.0.31", "port": "25105", "refresh": false, "server_port": "3000", "keepAlive": false, "devices": [ { "name": "Back Porch Lamps", "deviceID": "2F.2E.3C", "dimmable": true, "deviceType": "lightbulb" } ] } ] }

kuestess commented 2 years ago

@ndejong5 You need to add the model of the Hub to your config, something like "model": "2245", otherwise it defaults to a PLM which uses a serial connection.

coreTech51 commented 2 years ago

I'm new to this and is trying to setup my HOOBs HomeBridge with my Insteon Hub 2. I getting the same problem - Devices are in HomeKit, but will not function. I do have a question. What and where are you getting the "server port:3000" from? Thanks.

Error Message:

12/12/2021, 3:02:53 PMPlatform Insteonlocal Bridge starting 12/12/2021, 3:02:56 PMPlatform Insteonlocal BridgeLoaded plugin 'homebridge-platform-insteonlocal' 12/12/2021, 3:02:56 PMPlatform Insteonlocal BridgeLoading 1 platforms... 12/12/2021, 3:02:56 PMPlatform Insteonlocal BridgeInsteon Local PlatormStarted connection watcher... 12/12/2021, 3:02:56 PMPlatform Insteonlocal BridgeInsteon Local PlatormFound 2 devices in config 12/12/2021, 3:02:57 PMPlatform Insteonlocal BridgeBridge is running on port 51886. 12/12/2021, 3:02:57 PMPlatform Insteonlocal BridgeWARNINGunhandled rejection: Error: Error: No such file or directory, cannot open 192.168.1.2 12/12/2021, 3:03:55 PMPlatform Insteonlocal BridgeInsteon Local PlatormSetting state of Lower Office Ceiling Light to true 12/12/2021, 3:03:59 PMPlatform Insteonlocal BridgeInsteon Local PlatormSetting state of Lower Office Ceiling Light to false 12/12/2021, 3:04:04 PMPlatform Insteonlocal BridgeInsteon Local PlatormSetting state of Lower Office Ceiling Light to true 12/12/2021, 3:04:05 PMPlatform Insteonlocal BridgeInsteon Local PlatormError getting power state of Lower Office Ceiling Light 12/12/2021, 3:04:08 PMPlatform Insteonlocal BridgeInsteon Local PlatormSetting state of Lower Office Ceiling Light to false 12/12/2021, 3:04:15 PMPlatform Insteonlocal BridgeInsteon Local PlatormError getting power state of Lower Office Ceiling Light 12/12/2021, 3:04:25 PMPlatform Insteonlocal BridgeInsteon Local PlatormError getting power state of Lower Office Ceiling Light 12/12/2021, 3:04:35 PMPlatform Insteonlocal BridgeInsteon Local PlatormError getting power state of Lower Office Ceiling Light

My configuration:

{ "accessories": [], "platforms": [ { "platform": "InsteonLocal", "name": "Insteon Local Platorm", "user": “xxxxxxxx”, "pass": “xxxxxxxx”, "host": "192.168.1.2", "port": "25105", "refresh": "0", "server_port": "3000", "keepAlive": "3600", "devices": [ { "name": "Lower Office Desk Light", "deviceID": "01.24.CB", "dimmable": "yes", "deviceType": "dimmer" }, { "name": "Lower Office Ceiling Light", "deviceID": "33.06.52", "dimmable": "No", "deviceType": "keypad" } ] } ] }

kuestess commented 2 years ago

@coreTech51 See my response above - add the model: key to your config.

coreTech51 commented 2 years ago

Thanks. I did just that and it works. The HOOBS plug-in had the model listed, but I noticed it didn’t show up in config.json. I have about 70+ devices. Is there a way to import them in?

Thanks again, Aaron

Sent from my iPhone Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Dec 12, 2021, at 9:48 PM, kuestess @.***> wrote:

 @coreTech51 See my response above - add the model: key to your config.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

kuestess commented 2 years ago

@coreTech51 No way to import yet, you can add via the ui or editing the config.json.

coreTech51 commented 2 years ago

Okay. Thanks. I tried pasting them into config.json from a document (see attachment), but it came back with errors. So, now I’m typing them in one by one.

Thanks again, Aaron

Sent from my iPhone Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Dec 18, 2021, at 11:06 AM, kuestess @.***> wrote:

 @coreTech51 No way to import yet, you can add via the ui or editing the config.json.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

coreTech51 commented 2 years ago

Happy New Year. I just added more devices and they are not showing up. I keep getting this error. What can this be? How’s can I correct this? Thanks

Platform Insteonlocal Bridge starting Platform Insteonlocal BridgeLoaded plugin 'homebridge-platform-insteonlocal' Platform Insteonlocal BridgeLoading 1 platforms... Platform Insteonlocal BridgeInsteon Local PlatormStarted connection watcher... Platform Insteonlocal BridgeInsteon Local PlatormFound 35 devices in config Platform Insteonlocal BridgeERROR(node:4743) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit Platform Insteonlocal BridgeERROR(Use node --trace-warnings ... to show where the warning was created)

Sent from my iPadMini Aaron Harvey @.***

Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Dec 18, 2021, at 12:22 PM, Aaron Harvey @.***> wrote:

Okay. Thanks. I tried pasting them into config.json from a document (see attachment), but it came back with errors. So, now I’m typing them in one by one.

Thanks again, Aaron

Sent from my iPhone Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Dec 18, 2021, at 11:06 AM, kuestess @.***> wrote:

 @coreTech51 No way to import yet, you can add via the ui or editing the config.json.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

coreTech51 commented 2 years ago

Happy New Year. I just added more devices and they are not showing up. I keep getting this error. What can this be? How’s can I correct this? Thanks

Platform Insteonlocal Bridge starting Platform Insteonlocal BridgeLoaded plugin 'homebridge-platform-insteonlocal' Platform Insteonlocal BridgeLoading 1 platforms... Platform Insteonlocal BridgeInsteon Local PlatormStarted connection watcher... Platform Insteonlocal BridgeInsteon Local PlatormFound 35 devices in config Platform Insteonlocal BridgeERROR(node:4743) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit Platform Insteonlocal BridgeERROR(Use node --trace-warnings ... to show where the warning was created)

Sent from my iPadMini Aaron Harvey @.***

Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Dec 18, 2021, at 12:22 PM, Aaron Harvey @.***> wrote: Okay. Thanks. I tried pasting them into config.json from a document (see attachment), but it came back with errors. So, now I’m typing them in one by one.

Thanks again, Aaron

Sent from my iPhone Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Dec 18, 2021, at 11:06 AM, kuestess @.***> wrote:  @coreTech51 No way to import yet, you can add via the ui or editing the config.json.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

kuestess commented 2 years ago

@coreTech51 You don't need to worry about the warning. See here: https://github.com/kuestess/homebridge-platform-insteonlocal/issues/178

coreTech51 commented 2 years ago

Okay. Thanks for the clarification for the error, but why are my recently added devices not showing up. It says found 35 devices, but only 27 are visible.

“Platform Insteonlocal BridgeLoaded plugin 'homebridge-platform-insteonlocal' Platform Insteonlocal BridgeLoading 1 platforms... Platform Insteonlocal BridgeInsteon Local PlatormStarted connection watcher... Platform Insteonlocal BridgeInsteon Local PlatormFound 35 devices in config“

Sent from my iPhone Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 2, 2022, at 8:07 PM, kuestess @.***> wrote:  @coreTech51 You don't need to worry about the warning. See here: #178

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

kuestess commented 2 years ago

@coreTech51 Are the missing devices contact or motion sensors by chance? Sometimes those get grouped together (circles) at the top in the home app rather than in the grid. Another thing you can try is trying to add another accessory and tap more options - sometimes devices get 'stuck' there. The last option is to delete the 'persist' and 'accessories' directories in your homebridge folder. Warning, this is a nuclear option and you'll have to add your HomeKit accessories back.

coreTech51 commented 2 years ago

No the missing devices are not contacts or motion sensors. They are switches, keypads, Modules outlets. Looking through the log, here’s what I’m getting.

Sent from my iPad Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 3, 2022, at 7:21 PM, kuestess @.***> wrote:  @coreTech51 Are the missing devices contact or motion sensors by chance? Sometimes those get grouped together (circles) at the top in the home app rather than in the grid. Another thing you can try is trying to add another accessory and tap more options - sometimes devices get 'stuck' there. The last option is to delete the 'persist' and 'accessories' directories in your homebridge folder. Warning, this is a nuclear option and you'll have to add your HomeKit accessories back.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

1/9/2022, 3:02:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:02:46 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:02:46 PM Platform Insteonlocal Bridge [ ERROR ] (node:20629) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:02:46 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:02:46 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:02:46 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:02:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:02:51 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for AJ AV 1/9/2022, 3:02:51 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:02:53 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:03:16 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for Living Room Light 1/9/2022, 3:03:25 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:03:27 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:03:29 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:03:30 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:03:30 PM Platform Insteonlocal Bridge [ ERROR ] (node:20694) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:03:30 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:03:30 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:03:30 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:03:31 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:03:33 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for Poolhouse Left Light 1/9/2022, 3:03:42 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:03:44 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ ERROR ] (node:20733) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:03:46 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:03:47 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:04:04 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for Poolhouse Side Door Light 1/9/2022, 3:04:13 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:04:15 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:04:16 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:04:16 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ ERROR ] (node:20788) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:04:17 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:04:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:04:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:04:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:04:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:04:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:04:55 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:04:57 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ ERROR ] (node:20855) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:04:58 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:04:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:00 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:00 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:09 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:05:11 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ ERROR ] (node:20894) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:05:13 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:05:14 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:05:16 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Error getting power state of Lower Office Ceiling Light 1/9/2022, 3:05:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:27 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:35 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:05:37 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:05:38 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge [ ERROR ] (node:20943) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:05:39 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:05:42 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:42 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:05:52 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:05:54 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:05:55 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge [ ERROR ] (node:20983) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:05:56 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:06:11 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:11 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:11 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:20 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:06:22 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ ERROR ] (node:21034) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:06:24 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:06:25 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:06:33 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:33 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:34 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:34 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:34 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:42 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:06:43 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ ERROR ] (node:21078) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:06:45 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:06:46 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:06:49 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:49 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:49 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting state for PoolHouse Office Ceiling Fan 1/9/2022, 3:06:58 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:07:00 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing Insteon UI 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ DEBUG ] Reading config from /var/lib/hoobs/platforminsteonlocalbridge/config.json 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ DEBUG ] Found 1 platform(s) in config 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ DEBUG ] Creating new insteon.json 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ DEBUG ] No devices in config 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Started connection watcher... 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Found 64 devices in config 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ DEBUG ] Preparing Advertiser for 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ ERROR ] (node:21117) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ ERROR ] (Use node --trace-warnings ... to show where the warning was created) 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge [ DEBUG ] Starting to advertise 'Platform Insteonlocal Bridge 5FB1' using bonjour-hap backend! 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Bridge is running on port 51886. 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Connected to Insteon Model 2245 Hub... 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Desk Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Lower Office Ceiling Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Kitchen Table Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Aaron Nightstand Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting power state for AJ AV 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Ceiling Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Nightstand Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ Reading Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for AJ xBox 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Andrea Nightstand Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Back Porch Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Deck Flood Lights 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Dining Room Ceiling Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Floor Lamp 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Left Table Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Right Table Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Family Room Plant Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Fireplace Lights 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Ceiling Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for First Floor Hall Light Switch 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Front Porch Lights 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Front Lights 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Outside Side Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Side Entry Flood Light 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Grill Lights 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Getting status for Garage Ceiling Lights 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Insteon event listener started... 1/9/2022, 3:07:02 PM Platform Insteonlocal Bridge Insteon Local Platorm Started Insteon Express server... 1/9/2022, 3:07:16 PM Platform Insteonlocal Bridge Insteon Local Platorm Error getting power state of AJ Reading Light 1/9/2022, 3:07:26 PM Platform Insteonlocal Bridge Insteon Local Platorm Error getting power state of Andrea Nightstand Light 1/9/2022, 3:07:54 PM Platform Insteonlocal Bridge Insteon Local Platorm Got on event for Kitchen Window Light 1/9/2022, 3:07:54 PM Platform Insteonlocal Bridge [ WARNING ] unhandled rejection: TypeError: Cannot read property 'getCharacteristic' of undefined 1/9/2022, 3:07:59 PM Platform Insteonlocal Bridge Insteon Local Platorm Got updated status for Kitchen Window Light 1/9/2022, 3:08:08 PM Platform Insteonlocal Bridge Platform Insteonlocal Bridge starting 1/9/2022, 3:08:10 PM Platform Insteonlocal Bridge [ DEBUG ] Initializing HAP-NodeJS v0.9.4... 1/9/2022, 3:08:12 PM Platform Insteonlocal Bridge Loaded plugin 'homebridge-platform-insteonlocal' 1/9/2022, 3:08:12 PM Platform Insteonlocal Bridge [ DEBUG ] homebridge API version: 2.7 1/9/2022, 3:08:12 PM Platform Insteonlocal Bridge [ DEBUG ] Registering platform 'homebridge-platform-insteonlocal.InsteonLocal' 1/9/2022, 3:08:12 PM Platform Insteonlocal Bridge Loading 1 platforms... 1/9/2022,

kuestess commented 2 years ago

@coreTech51 Thanks for the above - are you repeatedly restarting the plugin? Looks like it restarts a number of times in the span of that log, and there's not a ton of information on the restart. Can you also post your config and indicate which specific devices are not in the Home app?

coreTech51 commented 2 years ago

Hi,

Here’s my configuration and log. Take a look.

Thanks, Aaron

https://www.icloud.com/notes/032_n32BdWMfaZ9ZKBOfvGupA#Insteon_HomeBridge_Devises_and_Log

Sent from my iPad Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 9, 2022, at 5:09 PM, kuestess @.***> wrote:

 @coreTech51 Thanks for the above - are you repeatedly restarting the plugin? Looks like it restarts a number of times in the span of that log, and there's not a ton of information on the restart. Can you also post your config and indicate which specific devices are not in the Home app?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

coreTech51 commented 2 years ago

Hi,

Here’s my configuration and log. Devices stop after “Garage Ceiling Lights”. Take a look.

Thanks, Aaron

https://www.icloud.com/notes/032_n32BdWMfaZ9ZKBOfvGupA#Insteon_HomeBridge_Devises_and_Log

Sent from my iPad Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 9, 2022, at 5:09 PM, kuestess @.***> wrote:  @coreTech51 Thanks for the above - are you repeatedly restarting the plugin? Looks like it restarts a number of times in the span of that log, and there's not a ton of information on the restart. Can you also post your config and indicate which specific devices are not in the Home app?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

coreTech51 commented 2 years ago

Hi,

Here’s my configuration. Devices stop after “Garage Ceiling Lights”. Take a look.

Thanks, Aaron

{ "accessories": [], "platforms": [ { "platform": "InsteonLocal", "name": "Insteon Local Platorm", "user": "XXXXXXXXXX", "pass": "XXXXXXXXXX", "host": "192.168.1.XXX", "port": "25105", "model": "2245", "refresh": "0", "server_port": "3000", "keepAlive": "3600", "devices": [ { "name": "Lower Office Desk Light", "deviceID": "01.24.CB", "dimmable": "yes", "deviceType": "dimmer" }, { "name": "Lower Office Ceiling Light", "deviceID": "33.06.52", "dimmable": "No", "deviceType": "lightbulb" }, { "name": "Kitchen Table Light", "deviceID": "3D.10.A7", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "Aaron Nightstand Light", "deviceID": "3B.09.05", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "AJ AV", "deviceID": "1B.67.D3", "dimmable": "no", "deviceType": "outlet" }, { "name": "AJ Ceiling Light", "deviceID": "4C.11.C7", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "AJ Nightstand Light", "deviceID": "2C.11.53", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "AJ Reading Light", "deviceID": "3B.08.DF", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "AJ xBox", "deviceID": "49.33.7C", "dimmable": "no", "deviceType": "switch" }, { "name": "Andrea Nightstand Light", "deviceID": "3B.09.07", "dimmable": "YES", "deviceType": "lightbulb" }, { "name": "Back Porch Light", "deviceID": "2B.98.17", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Deck Flood Lights ", "deviceID": "48.77.8D", "dimmable": "No", "deviceType": "lightbulb" }, { "name": "Dining Room Ceiling Light", "deviceID": "19.38.84", "dimmable": "Yes", "deviceType": "lightbulb" }, { "name": "Family Room Floor Lamp", "deviceID": "49.F5.36", "dimmable": "No", "deviceType": "lightbulb" }, { "name": "Family Room Left Table Light", "deviceID": "23.5C.09", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "Family Room Right Table Light", "deviceID": "35.18.E6", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "Family Room Plant Light", "deviceID": "18.C1.0E", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "Fireplace Lights", "deviceID": "1A.64.64", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "First Floor Hall Ceiling Light", "deviceID": "1A.65.1E", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "First Floor Hall Light Switch", "deviceID": "19.3F.BA", "dimmable": "No", "deviceType": "lightbulb" }, { "name": "Front Porch Lights", "deviceID": "1A.5E.E8", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Garage Ceiling Lights", "deviceID": "25.6A.B6", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Garage Outside Front Lights", "deviceID": "1B.87.B1", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Garage Outside Side Light", "deviceID": "45.30.5F", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Garage Side Entry Flood Light", "deviceID": "2F.D1.22", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Grill Lights", "deviceID": "4E.02.00", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Garage Ceiling Lights", "deviceID": "25.6A.B6", "dimmable": "No", "deviceType": "lightbulb" }, { "name": "Guest Room Ceiling Light", "deviceID": "1F.D2.D2", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Guest Room Nightstand Light", "deviceID": "3B.08.D3", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Hall Picture Light", "deviceID": "2C.14.09", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "Kitchen Cabinet Lights", "deviceID": "49.33.F4", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Kitchen Ceiling Lights", "deviceID": "58.18.66", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Kitchen Floor Cabinet Light", "deviceID": "4E.4D.64", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Kitchen Island Lights", "deviceID": "50.2A.E3", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "Kitchen Window Light", "deviceID": "56.7F.28", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Laundry Room Light", "deviceID": "0E.58.DC", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Laundry Room Switch", "deviceID": "50.A3.88", "dimmable": "No", "deviceType": "lightbulb" }, { "name": "Living Room Light", "deviceID": "15.2B.F5", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Lower Office Rope Light", "deviceID": "35.44.9B", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Master Bedroom Ceiling Light", "deviceID": "20.41.97", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Office Floor Lamp", "deviceID": "49.30.B4", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Pergola Lights", "deviceID": "40.11.E9", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Pool Interior Lights", "deviceID": "17.DE.10", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Pool Overhead Lights", "deviceID": "50.A3.A7", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Pool Pump", "deviceID": "11.65.C2", "dimmable": "no", "deviceType": "switch" }, { "name": "Poolhouse 2nd Ceiling Lights", "deviceID": "1B.9A.AA", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Poolhouse 2nd Floor Fan", "deviceID": "08.28.91", "dimmable": "no", "deviceType": "switch" }, { "name": "Poolhouse Office Right Light", "deviceID": "2B.C6.0C", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Poolhouse Flood Light", "deviceID": "53.88.9F", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Poolhouse Front Door Lights", "deviceID": "48.7F.F4", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Poolhouse Left Light", "deviceID": "2C.13.0C", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Poolhouse Right Light", "deviceID": "2C.12.63", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "PoolHouse Office Ceiling Fan", "deviceID": "3F.8B.7A", "dimmable": "no", "deviceType": "fan" }, { "name": "Poolhouse Side Door Light", "deviceID": "3C.46.7A", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "2nd Floor Hall Table Light", "deviceID": "35.48.27", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "2nd Floor Hallway Lights ", "deviceID": "51.79.4A", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Theater Room Cabinet Lights", "deviceID": "26.E6.4C", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "Theater Room Ceiling Lights", "deviceID": "0E.58.B4", "dimmable": "yes", "deviceType": "lightbulb" }, { "name": "Theater Room Floor Lamp", "deviceID": "3E.95.55", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Theater Room Stairs Light", "deviceID": "19.36.3F", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Theater Room Table Light", "deviceID": "26.DD.11", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Upper Office Ceiling Light", "deviceID": "20.43.4A", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Upper Office Desk Light", "deviceID": "1A.C9.71", "dimmable": "no", "deviceType": "lightbulb" }, { "name": "Utility Room", "deviceID": "48.A9.EB", "dimmable": "no", "deviceType": "lightbulb" } ] } ] }

Sent from my iPad Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 9, 2022, at 5:09 PM, kuestess @.***> wrote:  @coreTech51 Thanks for the above - are you repeatedly restarting the plugin? Looks like it restarts a number of times in the span of that log, and there's not a ton of information on the restart. Can you also post your config and indicate which specific devices are not in the Home app?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

kuestess commented 2 years ago

@coreTech51 You have a lot of devices! First thing I notice in your config is that you have “Garage Ceiling Lights” defined twice. Surprised there's not an error indicating this, but may make homebridge puke.

coreTech51 commented 2 years ago

You are on point. Took out the extra “ Garage Ceiling Light” and the missing devices populated. The refresh rate for the item showing up in the Home app is real slow. Is there any way to improve it?

Thanks.

Sent from my iPhone Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 17, 2022, at 6:40 PM, kuestess @.***> wrote:

 @coreTech51 You have a lot of devices! First thing I notice in your config is that you have “Garage Ceiling Lights” defined twice. Surprised there's not an error indicating this, but may make homebridge puke.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

kuestess commented 2 years ago

Maybe give it a bit to settle down. When the plugin starts it checks each device status. With as many devices as you have this may take some time and generate a lot of Insteon traffic. Once that completes, it should be more responsive.

coreTech51 commented 2 years ago

I added some more devices, door, leak and motion sensors, and I’m getting this. Any suggestions?

Thanks.

1/20/2022, 10:11:32 AMPlatform Insteonlocal Bridge starting 1/20/2022, 10:11:35 AMPlatform Insteonlocal BridgeLoaded plugin 'homebridge-platform-insteonlocal' 1/20/2022, 10:11:35 AMPlatform Insteonlocal BridgeLoading 1 platforms... 1/20/2022, 10:11:35 AMPlatform Insteonlocal BridgeInsteon Local PlatormStarted connection watcher... 1/20/2022, 10:11:35 AMPlatform Insteonlocal BridgeInsteon Local PlatormFound 91 devices in config 1/20/2022, 10:11:36 AMPlatform Insteonlocal BridgeERROR(node:6098) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit 1/20/2022, 10:11:36 AMPlatform Insteonlocal BridgeERROR(Use node --trace-warnings ... to show where the warning was created) 1/20/2022, 10:11:36 AMPlatform Insteonlocal BridgeBridge is running on port 51886. 1/20/2022, 10:13:47 AMPlatform Insteonlocal BridgeWARNINGunhandled rejection: Error: connect ETIMEDOUT 192.168.1.55:25105

Sent from my iPadMini Aaron Harvey @.***

Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 17, 2022, at 9:47 PM, kuestess @.***> wrote:

 Maybe give it a bit to settle down. When the plugin starts it checks each device status. With as many devices as you have this may take some time and generate a lot of Insteon traffic. Once that completes, it should be more responsive.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

coreTech51 commented 2 years ago

Hi, I’m finding that I need to restart plugin in order to get device statuses to update. Is there anyway to improve this? Do I need to change the “keepalive” or “refresh”? The log shows connection closing, reconnecting and closing after one or two updates. What can be causing this? Thanks.

Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub... Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub... Platform Insteonlocal BridgeInsteon Local PlatormGot updated status for CO Smoke Bridge Sensor Platform Insteonlocal BridgeInsteon Local PlatormGot updated status for AJ AV Platform Insteonlocal BridgeInsteon Local PlatormGetting power state for AJ AV Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub... Platform Insteonlocal BridgeWARNINGunhandled rejection: Error: connect ETIMEDOUT 192.168.1.55:25105 Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub... Platform Insteonlocal BridgeInsteon Local PlatormGot updated status for Master Bedroom Ceiling Light Platform Insteonlocal BridgeInsteon Local PlatormGot updated status for AJ Ceiling Light Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub...

Sent from my iPadMini Aaron Harvey @.***

Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 17, 2022, at 9:47 PM, kuestess @.***> wrote:  Maybe give it a bit to settle down. When the plugin starts it checks each device status. With as many devices as you have this may take some time and generate a lot of Insteon traffic. Once that completes, it should be more responsive.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

coreTech51 commented 2 years ago

Hi,

I’m getting this error “ Platform Insteonlocal BridgeWARNINGunhandled rejection: Error: connect ETIMEDOUT ”. Plus, I’m finding that I need to restart plugin in order to get device statuses to update. Is there anyway to improve this? Do I need to change the “keepalive” or “refresh”? The log shows connection closing, reconnecting and closing after one or two updates. What can be causing this?

Thanks.

Platform Insteonlocal BridgeWARNINGunhandled rejection: Error: connect ETIMEDOUT 192.168.1.55:25105 6/12/2022, 11:22:24 AMPlatform Insteonlocal BridgeWARNINGunhandled rejection: Error: connect ETIMEDOUT 192.168.1.55:25105 6/12/2022, 11:22:58 AMPlatform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... 6/12/2022, 11:23:03 AMPlatform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... 6/12/2022, 11:24:37 AMPlatform Insteonlocal BridgeWARNINGunhandled rejection: Error: connect ETIMEDOUT 192.168.1.55:25105 6/12/2022, 11:25:13 AMPlatform Insteonlocal BridgeWARNINGunhandled rejection: Error: connect ETIMEDOUT 192.168.1.55:25105

Sent from my iPadMini Aaron Harvey @.***

Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 17, 2022, at 9:47 PM, kuestess @.***> wrote:  Maybe give it a bit to settle down. When the plugin starts it checks each device status. With as many devices as you have this may take some time and generate a lot of Insteon traffic. Once that completes, it should be more responsive.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

kuestess commented 2 years ago

@coreTech51 That error looks to be issues with (re)connecting to your hub - any network issues or issues otherwise with your hub?

coreTech51 commented 2 years ago

No, I’m not having any problems with my network or the hub. I’m running HOOBS on a pi connected via Ethernet. As for the update status of devices and response times of devices going off and on. I found myself restarting the Insteon plugin to get HOOBS and Home to update present status. What can be the cause of this. Is there anyway to improve this? Do I need to change the “keepalive” or “refresh”? Thanks.

coreTech51 commented 2 years ago

Hi, I’m finding that I need to restart plugin in order to get device statuses to update. Is there anyway to improve this? Do I need to change the “keepalive” or “refresh”? The log shows connection closing, reconnecting and closing after one or two updates. What can be causing this? Thanks.

Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub... Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub... Platform Insteonlocal BridgeInsteon Local PlatormGot updated status for CO Smoke Bridge Sensor Platform Insteonlocal BridgeInsteon Local PlatormGot updated status for AJ AV Platform Insteonlocal BridgeInsteon Local PlatormGetting power state for AJ AV Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub... Platform Insteonlocal BridgeWARNINGunhandled rejection: Error: connect ETIMEDOUT 192.168.1.55:25105 Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub... Platform Insteonlocal BridgeInsteon Local PlatormGot updated status for Master Bedroom Ceiling Light Platform Insteonlocal BridgeInsteon Local PlatormGot updated status for AJ Ceiling Light Platform Insteonlocal BridgeInsteon Local PlatormClosing connection to Hub... Platform Insteonlocal BridgeInsteon Local PlatormReconnecting to Hub... Platform Insteonlocal BridgeInsteon Local PlatormConnected to Insteon Model 2245 Hub...

Sent from my iPadMini Aaron Harvey @.***

Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jan 17, 2022, at 9:47 PM, kuestess @.***> wrote:

 Maybe give it a bit to settle down. When the plugin starts it checks each device status. With as many devices as you have this may take some time and generate a lot of Insteon traffic. Once that completes, it should be more responsive.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.

kuestess commented 2 years ago

@coreTech51 You might simply try unplugging/replugging your hub - that solves things a lot of the time. You might also try shortening the keepAlive time.