TobiasLaross/Hass-Lynk-Co

CCC Token not retrieved during daily refresh

TobiasLaross opened this issue · 2 comments

The ccc token that is used to authenticate is set to NULL from the HTTP response from Lynk. This means that no HTTP requests will work.

{
    "cccToken": null,
    "valid": true
}

Can anyone check your logs and see if you have the same issue, this token is refreshed once per day.
Look for the log:
[custom_components.lynkco.token_manager] Refreshed refresh token:
And the next coming log will be either:
[custom_components.lynkco.token_manager] New ccc token is None (This is the one I have)
Or the successful one:
"Refreshed ccc token"

Ping: @robbinonline

Seems to have been service disruptions, it is working now