Christopher Fenner
Christopher Fenner
Just the clientID
Can you post the log again, what is the error now? It could be that your clientID is not activated yet or deactivated due to API plan change.
Please verify that you use the same Account for ViCare app, ViCare Developer Portal and ViCare Home Assistant integration. So the ClientID must be created with the account that is...
You both have also `NO TOKEN AVAILABLE` in the logs? ``` PyViCare.PyViCareUtils.PyViCareInvalidDataError: {'viErrorId': 'req-7714ee57915e46889fe83e6a84551508', 'statusCode': 401, 'errorType': 'UNAUTHORIZED', 'message': 'Request contain invalid token', 'error': 'NO TOKEN AVAILABLE'} ```
Please go to `config/.storage` and remove the token file `vicare_token.save`. When you now reload the integration it should create a new one. If that still fails, please remove the integration...
I really would like to have this feature, that would simplify my docker compose configuration! 👍 What about implementing it [like Paperless did it](https://docs.paperless-ngx.com/advanced_usage/#openid-connect-and-social-authentication) with a single variable that takes...