iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
158 stars 53 forks source link

Plug-In Throwing Errors #46

Closed sebastiangoldstein closed 1 year ago

sebastiangoldstein commented 1 year ago

@iklein99, Thank you! So far your plug-in is working wonderfully for getting all of my SmartThings inside Homebridge Without using the Groovy IDE - Great work!

The plug-in is throwing some errors - not sure why - it does not appear to be impacting the working of the plug-in but they do appear very frequently in the logs.

Logs:

[16/10/2022, 11:58:31] [homebridge-smartthings-ik] This plugin threw an error from the characteristic 'Lock Target State': Unhandled error thrown inside read handler for characteristic: Cannot read properties of undefined (reading 'lock'). See https://homebridge.io/w/JtMGR for more info. [16/10/2022, 11:58:31] [homebridge-smartthings-ik] This plugin threw an error from the characteristic 'Lock Target State': Unhandled error thrown inside read handler for characteristic: Cannot read properties of undefined (reading 'lock'). See https://homebridge.io/w/JtMGR for more info. [16/10/2022, 11:58:31] [homebridge-smartthings-ik] This plugin threw an error from the characteristic 'Lock Target State': Unhandled error thrown inside read handler for characteristic: Cannot read properties of undefined (reading 'lock'). See https://homebridge.io/w/JtMGR for more info. [16/10/2022, 11:58:31] [homebridge-smartthings-ik] This plugin threw an error from the characteristic 'Lock Target State': Unhandled error thrown inside read handler for characteristic: Cannot read properties of undefined (reading 'lock'). See https://homebridge.io/w/JtMGR for more info.

Plugin Config:         {             "name": "Smartthings Plug (IK)",             "BaseURL": "https://api.smartthings.com/v1/",             "AccessToken": “XXXXXXXXXXXXXX”,             "GarageDoorMaxPoll": 40,             "PollLocksSeconds": 10,             "PollDoorsSeconds": 10,             "PollSensorsSeconds": 5,             "PollSwitchesAndLightsSeconds": 10,             "platform": "HomeBridgeSmartThings"         }

iklein99 commented 1 year ago

Is the lock in question working properly in Home Kit?

iklein99 commented 1 year ago

No response. Closing