-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Plugin Name
homebridge-smartthings-oauth
Link To GitHub Repo
Plugin Icon (Optional)
The plugin does not offer the same nor less functionality than that of any existing verified plugin.
🟠 No (please explain in the more information box at the end)
The plugin successfully installs and does not start unless it is configured.
🟢 Yes
The plugin does not require the user to run Homebridge in a TTY or with non-standard startup parameters, even for initial configuration.
🟢 Yes
The plugin does not contain any analytics or calls that enable you to track the user.
🟢 Yes
If the plugin needs to write files to disk (cache, keys, etc.), it stores them inside the Homebridge storage directory.
🟢 Yes
The plugin does not throw unhandled exceptions, the plugin must catch and log its own errors.
🟢 Yes
More Information
This plugin is based on homebridge-smartthings by @iklein99, but adds critical improvements to the authentication workflow:
-
Custom Webhook Endpoint Support: Users can configure their own public-facing webhook server to handle OAuth 2.0 authorization callbacks from Samsung SmartThings. This is particularly useful for advanced users with self-hosted environments or custom automation stacks.
-
Automatic Token Refresh: The plugin automatically handles refresh and access token renewal, eliminating the need for manual re-authentication or use of short-lived Personal Access Tokens (PATs). This makes the integration much more robust for long-term operation.
These enhancements significantly improve the plugin’s flexibility and reliability in real-world scenarios, particularly for developers, power users, and those integrating Homebridge into broader home automation ecosystems.
Therefore, this plugin offers greater functionality than the existing verified plugin and solves key limitations in its design.
