davidashman / homebridge-cync-lights

Apache License 2.0
8 stars 4 forks source link

RESOLVED -- After successful authentication with Cync, nothing appears to happen. #2

Closed sergeybloom closed 6 months ago

sergeybloom commented 6 months ago

Describe Your Problem: When first configuring the plugin, I am able to successfully authenticate with Cync (the plugin shows a green message saying so). However, nothing appears to happen after that.

Logs:

The plugin log window is blank.

Plugin Config:

{
    "platform": "CyncLights",
    "name": "Cync Lights",
    "emailAddress": "my email address appears correct",
    "refreshToken": "redacted",
    "userID": redacted,
    "authorize": "redacted"
}

Screenshots:

Environment:

sergeybloom commented 6 months ago

OMG, I just restarted Homebridge, and that resolved the issue. My apologies. I will leave everything here should someone else stumble over this.

sergeybloom commented 6 months ago

Closing the issue.