Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SmartThings plugin crashing on post to webhook #262

Open
tmitrovich opened this issue Aug 10, 2024 · 0 comments
Open

SmartThings plugin crashing on post to webhook #262

tmitrovich opened this issue Aug 10, 2024 · 0 comments
Labels
question Further information is requested

Comments

@tmitrovich
Copy link

Describe Your Problem:
My plugin has been working great for about a year now. And suddenly it started crashing repeatedly. It appears to crash on a post to the webhook when it gets a 500 error in response. I confirmed my smartthings app is correctly configured (it's just as I left it a year ago) and that I've got the access and webhook tokens correctly specified. Given that it's crashing on a 500 error being returned from the webhook, I'm guessing you probably have some logging that can see what's going on on your end. You can use the email from my GitHub profile to look up my webhook token and probably see what's going on from there.

The behavior is as follows:

  1. Child bridge starts up
  2. My devices are discovered
  3. the plugin posts a request to the web hook
  4. About 10-15 seconds later a 500 error is received and the childbridge restarts

Logs:

8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Launched child bridge with PID 21211
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Loaded homebridge-smartthings-ik v1.5.21 child bridge successfully
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Finished initializing platform: Smartthings Plug (IK)
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Loading accessory from cache: Sink

<FOR BREVITY I DROPPED THE REST OF THE CACHE LOADING LOG STATEMENTS>

[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Executed didFinishLaunching callback
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Discovering devices...
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Pushing Sink

<FOR BREVITY I DROPPED THE REST OF THE "PUSHING" LOG STATEMENTS>

[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Stored all devices.
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Sink

<FOR BREVITY I DROPPED THE DEVICE DATA LOG STATEMENTS>

[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding SwitchService to Sink
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Fan
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding SwitchService to Fan
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding SwitchService to Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Art Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding LightService to Art Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Art Lights supports switchLevel
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding SwitchService to Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Sink Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding SwitchService to Sink Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Aux
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding SwitchService to Aux
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Kitchen Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding SwitchService to Kitchen Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding LightService to Lights
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Lights supports switchLevel
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: [TV] Samsung 6 Series (50)
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Adding SwitchService to [TV] Samsung 6 Series (50)
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:45 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Sink Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Sink Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Outside Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Outside Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Shower
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Shower
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Main
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding LightService to Main
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Main supports switchLevel
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding LightService to Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Lights supports switchLevel
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Basement Stairs
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Basement Stairs
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Tim’s Office TV
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Tim’s Office TV
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Shower Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Shower Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Closet
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Closet
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Deck Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Deck Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Main
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Main
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Side
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Side
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of TemperatureService for capabilities temperatureMeasurement
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding TemperatureService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered TemperatureService for capabilities temperatureMeasurement
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of ContactSensorService for capabilities contactSensor
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding ContactService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered ContactSensorService for capabilities contactSensor
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of TemperatureService for capabilities temperatureMeasurement
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding TemperatureService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: freezer
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered TemperatureService for capabilities temperatureMeasurement
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of ContactSensorService for capabilities contactSensor
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding ContactService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: freezer
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: freezer
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered ContactSensorService for capabilities contactSensor
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of TemperatureService for capabilities temperatureMeasurement
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding TemperatureService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: cooler
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered TemperatureService for capabilities temperatureMeasurement
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of ContactSensorService for capabilities contactSensor
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding ContactService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: cooler
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: cooler
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered ContactSensorService for capabilities contactSensor
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of ContactSensorService for capabilities contactSensor
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding ContactService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: cvroom
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: cvroom
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered ContactSensorService for capabilities contactSensor
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: icemaker
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: icemaker-02
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: icemaker-03
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding service to alternate component: camera-01
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to [refrigerator] Samsung (LCD)
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding LightService to Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Lights supports switchLevel
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered LightService for capabilities switch,switchLevel
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Toilet Light
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Toilet Light
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Bath Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Bath Lights
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Fan
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Fan
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Dresser
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Dresser
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Restoring existing accessory from cache: Tub
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Creating instance of SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Adding SwitchService to Tub
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Registered SwitchService for capabilities switch
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Starting subscription handler
[8/9/2024, 9:34:46 PM] [Smartthings Plug (IK)] Posting request to web hook
/usr/lib/node_modules/homebridge-smartthings-ik/node_modules/axios/lib/core/settle.js:19
    reject(new AxiosError(
           ^
AxiosError: Request failed with status code 500
    at settle (/usr/lib/node_modules/homebridge-smartthings-ik/node_modules/axios/lib/core/settle.js:19:12)
    at Unzip.handleStreamEnd (/usr/lib/node_modules/homebridge-smartthings-ik/node_modules/axios/lib/adapters/http.js:589:11)
    at Unzip.emit (node:events:526:35)
    at endReadableNT (node:internal/streams/readable:1359:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Axios.request (/usr/lib/node_modules/homebridge-smartthings-ik/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
[8/9/2024, 9:34:52 PM] [Smartthings Plug (IK)] Child bridge process ended
[8/9/2024, 9:34:52 PM] [Smartthings Plug (IK)] Process Ended. Code: 1, Signal: null

Plugin Config:

{
    "bridge": {
        "name": "Homebridge D93A",
        "username": <SENSITIVE REMOVED FOR PRIVACY>,
        "port": 51767,
        "pin": "<SENSITIVE REMOVED FOR PRIVACY>"
    },
    "accessories": [
        {
            "name": "<SENSITIVE REMOVED FOR PRIVACY>",
            "model": "i7",
            "blid": "<SENSITIVE REMOVED FOR PRIVACY>",
            "robotpwd": "<SENSITIVE REMOVED FOR PRIVACY>",
            "ipaddress": "<SENSITIVE REMOVED FOR PRIVACY>",
            "dockContactSensor": true,
            "runningContactSensor": true,
            "binContactSensor": true,
            "dockingContactSensor": true,
            "homeSwitch": true,
            "stopBehaviour": "home",
            "accessory": "Roomba2",
            "_bridge": {
                "username": "<SENSITIVE REMOVED FOR PRIVACY>",
                "port": 37286
            }
        }
    ],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "form",
            "theme": "auto",
            "tempUnits": "f",
            "lang": "auto",
            "debug": true,
            "platform": "config"
        },
        {
            "name": "Hydrawise",
            "default_run_minutes": 5,
            "type": "CLOUD",
            "api_key": "<SENSITIVE REMOVED FOR PRIVACY>",
            "user": "<SENSITIVE REMOVED FOR PRIVACY>",
            "platform": "HydrawisePlatform",
            "_bridge": {
                "username": "<SENSITIVE REMOVED FOR PRIVACY>",
                "port": 38095
            }
        },
        {
            "name": "UniFi SmartPower",
            "host": "192.168.1.1",
            "port": 443,
            "username": "<SENSITIVE REMOVED FOR PRIVACY>",
            "password": "<SENSITIVE REMOVED FOR PRIVACY>",
            "controlSwitch": {
                "create": false,
                "name": "UniFi Control Enabled",
                "timeout": 60,
                "guardOutlets": true,
                "guardSwitchPorts": false
            },
            "includeInactivePorts": false,
            "refreshDevicesPollInterval": 600,
            "outletStatusCacheTtl": 15,
            "outletStatusPollInterval": 15,
            "logApiResponses": false,
            "platform": "UniFiSmartPower",
            "_bridge": {
                "username": "<SENSITIVE REMOVED FOR PRIVACY>",
                "port": 36805
            }
        },
        {
            "name": "Smartthings Plug (IK)",
            "BaseURL": "https://api.smartthings.com/v1/",
            "AccessToken": "<SENSITIVE REMOVED FOR PRIVACY>",
            "WebhookToken": "<SENSITIVE REMOVED FOR PRIVACY>",
            "GarageDoorMaxPoll": 40,
            "PollLocksSeconds": 10,
            "PollDoorsSeconds": 10,
            "PollSensorsSeconds": 5,
            "PollSwitchesAndLightsSeconds": 10,
            "PollWindowShadesSeconds": 20,
            "ExposeHumiditySensorForAirConditioners": false,
            "OptionalModeForAirConditioners": "None",
            "_bridge": {
                "username": "<SENSITIVE REMOVED FOR PRIVACY>",
                "port": 45173
            },
            "platform": "HomeBridgeSmartThings"
        }
    ],
    "disabledPlugins": [
        "@mshanemc/homebridge-hydrawise"
    ]
}

Screenshots:
N/A

Environment:

  • Plugin Version: v1.5.21
  • Homebridge Version: v1.8.4
  • Node.js Version: v18.17.1
  • NPM Version: v9.6.7
  • Operating System: Raspbian v10 buster
@tmitrovich tmitrovich added the question Further information is requested label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant