homebridge-smartthings icon indicating copy to clipboard operation
homebridge-smartthings copied to clipboard

started getting numerous log messages: Missing button status

Open roger-richards opened this issue 1 year ago • 1 comments

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:

  • Plugin Version:
  • Homebridge Version: 1.5.0
  • Node.js Version: [16.14.0]
  • NPM Version: homebridge-smartthings-ik v1.5.8
  • Operating System: QNAP / Docker / Alpine Linux (3.12.9)

roger-richards avatar Apr 06 '23 16:04 roger-richards

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

iklein99 avatar Apr 17 '23 12:04 iklein99