-
-
Notifications
You must be signed in to change notification settings - Fork 17
"Integration requires reconfiguration" After restart always asking for credentials user/password only #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
More details: Logger: custom_components.vaillant_vsmart |
Ten błąd pochodzi z niestandardowej integracji. Logger: custom_components.vaillant_vsmart.config_flow ("Server processed the request and returned a 4xx response. Don't retry the request without changing the arguments as the new request will fail again with the same error.", {'method': 'POST', 'url': URL('https://api.netatmo.com/oauth2/token'), 'body': b'username=&password=&app_version=1.0.4.0&grant_type=password&client_id=na_client_android_vaillant&client_secret=&scope=read_thermostat+write_thermostat'}, {'status_code': 400, 'url': URL('https://api.netatmo.com/oauth2/token'), 'body': b'{"error":"invalid_request","error_description":"Missing parameters, \"username\" and \"password\" are required"}', 'duration': datetime.timedelta(microseconds=59633)}) The above exception was the direct cause of the following exception: Traceback (most recent call last): |
I am using all latest: v.0.9.0 and |
Same problem here, starting from february 2024 versions and above. |
Same problem here too. I'm not sure from which version but the problem has been present for at least a couple of months. |
I'm sorry to hear that you have issues with the integration. I tried reproducing this, but I can't. I don't have any disconnects and I get reauth request almost exclusively after I work on this locally, thus generating a lot of tokens, making them invalid. Other than that, I don't get any issues. |
Dear @MislavMandaric, I am experiencing the same problem; the Vaillant system disconnects approximately every half hour. Here is the error I receive: These are my settings: When I re-add the data, everything works fine for a short time, but then the issue recurs, even without restarting. Could you kindly advise on how to resolve this? Thank you for your excellent work and assistance! Best regards, |
Update... i find this in my log: 2024-12-17 17:58:54.589 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'vaillant_vsmart' creates a new entry in a 'reauth' flow, when it is expected to update an existing entry and abort at custom_components/vaillant_vsmart/config_flow.py, line 85: return self.async_create_entry(title=user_input[CONF_USERNAME], data=data). This will stop working in Home Assistant 2025.11, please create a bug report at https://github.com/MislavMandaric/home-assistant-vaillant-vsmart/issues |
This solution not working for me: source: https://githubhelp.com/MislavMandaric/home-assistant-vaillant-vsmart |
Still faling thuis issue in latent version of HA and the integration. Anyone having and luck on this? |
Hello,
Thanks for all your work !!! It is working nice, but i have problem with expired session or something.
Of course after enter user and password all starting to work, but it is annoying to do it every day/restart.
Can you please check it?
The text was updated successfully, but these errors were encountered: