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

started getting numerous log messages: Missing button status #166

Open roger-richards opened 1 year ago

roger-richards commented 1 year ago

Describe Your Problem: Started about a month ago. Many messages in homebridge log: [Smartthings Plug (IK)] Missing button status from .... and it repeats for many switches in my configuration

Logs: [4/6/2023, 9:28:26 AM] [Smartthings Plug (IK)] Missing button status from Minimote [4/6/2023, 9:28:26 AM] [Smartthings Plug (IK)] Missing button status from Bedroom Mood [4/6/2023, 9:28:35 AM] [Smartthings Plug (IK)] Missing button status from Bathroom Lights [4/6/2023, 9:28:35 AM] [Smartthings Plug (IK)] Missing button status from Minimote [4/6/2023, 9:28:36 AM] [Smartthings Plug (IK)] Missing button status from Bedroom Mood [4/6/2023, 9:28:36 AM] [Smartthings Plug (IK)] Missing button status from Minimote [4/6/2023, 9:28:45 AM] [Smartthings Plug (IK)] Missing button status from Minimote [4/6/2023, 9:28:46 AM] [Smartthings Plug (IK)] Missing button status from Bathroom Lights [4/6/2023, 9:28:47 AM] [Smartthings Plug (IK)] Missing button status from Bedroom Mood [4/6/2023, 9:28:47 AM] [Smartthings Plug (IK)] Missing button status from Minimote [4/6/2023, 9:28:56 AM] [Smartthings Plug (IK)] Missing button status from Minimote ... Plugin Config: { "name": "Smartthings Plug (IK)", "BaseURL": "https://api.smartthings.com/v1/", "AccessToken": "xxxxxxxxxxxxxxxxxx", "GarageDoorMaxPoll": 40, "PollLocksSeconds": 10, "PollDoorsSeconds": 0, "PollSensorsSeconds": 5, "PollSwitchesAndLightsSeconds": 10, "IgnoreLocations": [ "B8" ], "platform": "HomeBridgeSmartThings" }

Screenshots:

Environment:

iklein99 commented 1 year ago

You can't use buttons without the webhook service. Buttons don't work by polling. If you want to use buttons, you must sign up for the webhook service. See https://github.com/iklein99/homebridge-smartthings/discussions/141