kuestess / homebridge-platform-insteonlocal

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

TypeError: Cannot read properties of undefined (reading 'name') #283

Closed JimCSaratoga closed 1 year ago

JimCSaratoga commented 1 year ago

@kuestess sorry haven't looked at the config in a long time but I am seeing this issue with the "name" field again. Nothing has changed in the configuration. It always breaks on that same 2477S "Driveway Lanterns 2":

[11/14/2022, 11:36:27 AM] [InsteonLocal] Got event for Garage Entry Keypad (2C0238)
[11/14/2022, 11:36:27 AM] [InsteonLocal] Got updated status for Garage Entry Keypad
[11/14/2022, 11:36:27 AM] [InsteonLocal] Got event for Driveway Lanterns (2C0238)
[11/14/2022, 11:36:27 AM] [InsteonLocal] Group device is a name...
[11/14/2022, 11:36:27 AM] [InsteonLocal] Found matching device with id Driveway Lanterns 1
[11/14/2022, 11:36:27 AM] [InsteonLocal] Getting status of scene device Driveway Lanterns 1
[11/14/2022, 11:36:27 AM] [InsteonLocal] Group device is a name...
[11/14/2022, 11:36:27 AM] [InsteonLocal] Found matching device with id  Driveway Lanterns 2
[11/14/2022, 11:36:27 AM] TypeError: Cannot read properties of undefined (reading 'name')
    at /usr/local/lib/node_modules/homebridge-platform-insteonlocal/src/InsteonLocalAccessory.ts:1477:66
    at Array.forEach (<anonymous>)
    at InsteonLocalAccessory.getGroupMemberStatus (/usr/local/lib/node_modules/homebridge-platform-insteonlocal/src/InsteonLocalAccessory.ts:1452:23)
    at Insteon.<anonymous> (/usr/local/lib/node_modules/homebridge-platform-insteonlocal/src/InsteonLocalPlatform.ts:487:50)
    at Insteon.emit (node:events:527:28)
    at Insteon.handler (/usr/local/lib/node_modules/homebridge-platform-insteonlocal/node_modules/home-controller/lib/Insteon/index.js:725:12)
    at Insteon._checkStatus (/usr/local/lib/node_modules/homebridge-platform-insteonlocal/node_modules/home-controller/lib/Insteon/index.js:667:33)
    at Insteon.checkStatus (/usr/local/lib/node_modules/homebridge-platform-insteonlocal/node_modules/home-controller/lib/Insteon/index.js:603:21)
    at Timeout._onTimeout (/usr/local/lib/node_modules/homebridge-platform-insteonlocal/node_modules/home-controller/lib/Insteon/index.js:615:16)
    at listOnTimeout (node:internal/timers:559:17)
[11/14/2022, 11:36:27 AM] Got SIGTERM, shutting down Homebridge...
[11/14/2022, 11:36:28 AM] [InsteonLocal] Received command for 2879C0
[11/14/2022, 11:36:29 AM] [InsteonLocal] Received command for 2A69ED
kuestess commented 1 year ago

Merging into #260