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
my PyViCare integration was working fine for months but since ~ a week it fails to fetch devices. The log says:
INFO:ViCare:Token file exists
INFO:ViCare:Token restored from file
INFO:ViCare:Token expired, renewing
INFO:ViCare:Token serialized to token.save
INFO:ViCare:New token created
INFO:ViCare:Token renewed successfully
and the later when calling vicare.devices[0].asAutoDetectDevice(), I get the error list index out of range. In the ViCare App on my iPhone everything is fine. Did not change anything on the configuration of the boiler.
Any ideas what's wrong?
I can generate a token on the Viessmann Developer Portal with scopes "IOT" or "User", but PyViCare does not let me use this token, or did I miss something? I currently authenticate with username, password an client_id as explained in the documentation. That worked for months.
Thanks in advance for any help.
Cheers,
Sebastian
The text was updated successfully, but these errors were encountered:
Hi there,
my PyViCare integration was working fine for months but since ~ a week it fails to fetch devices. The log says:
and the later when calling
vicare.devices[0].asAutoDetectDevice()
, I get the errorlist index out of range
. In the ViCare App on my iPhone everything is fine. Did not change anything on the configuration of the boiler.Any ideas what's wrong?
I can generate a token on the Viessmann Developer Portal with scopes "IOT" or "User", but PyViCare does not let me use this token, or did I miss something? I currently authenticate with username, password an client_id as explained in the documentation. That worked for months.
Thanks in advance for any help.
Cheers,
Sebastian
The text was updated successfully, but these errors were encountered: