You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the built-in OAuth Connect server (port 52625).
The client_01… Client ID used by Smartcar V3 is a client_credentials
credential and cannot be used in the browser-based Connect flow.
Added
New required config field: userId.
Obtain it once from the Smartcar Dashboard → Connections and paste it
into the plugin config. No further logins are needed.
Custom UI (homebridge-ui): step-by-step instructions + live connection
test (calls the Smartcar API directly to verify credentials).
Removed
Local HTTP server on port 52625 (OAuth redirect listener).
redirectUri and hostIp config fields (no longer needed).
Token file (smartcar-session.json) – state is now fully in-memory.