-
Notifications
You must be signed in to change notification settings - Fork 15
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
Login Problem #289
Comments
How many Zählpunkte do you have? The more the worst. I would recommend to reset everything and start from scratch. |
You are probably hit by a captcha. You can try with this script: #283 (comment) and check the resulting HTML page. |
only 1 :-) |
yes it seams to be the captcha problem. Not sure how to use this script... |
A lot is broken currently on their side. I try to get some information from my contacts, but can't promise anything right now. In the meantime, we might have to wait for them to fix it, and check regularly https://smartmeter-web.wienernetze.at/verbrauchsdaten/grafische-darstellung |
Everything works for me Perfectly again after the Maintenance they had on the 18th till 18:00 |
do you know, is there a similar solution for netze nö? |
I just realized that they changed their T&Cs so you might just need to log in once manually and accept the changed terms. After that the integration might be good to re-login again :) |
Re-opening this. |
My solution: log in via browser once and accept the new agbs then credentials/ login works. |
This worked for me as well. Maybe this is an additional topic that can be solved by accepting the new T&C |
I think the AGB are not causing that. It worked for me without being logged in and accepting them... |
Hi! Update: Yes - email + pw (but I tried it several times within one hour to get access) |
Same Problem, and yes username and password is correct: wnsm: Error on device update! |
In a nutshell what I did: Update: No multifactor auth. or something activated. |
Still the same problem, even after accepting AGBs |
lol:
|
uhmm... now I got it the second time. I have the feeling they don't like the hourly or more logins :/ and the third time. Basically every hour :D |
Same issue here, login failed in home assistant three times today and received the e-mail three times |
Interestingly, my login does not fail. I think they are overhauling their login logic and thus sometimes the automatic logins are blocked... |
It‘s really strange, because apparently not all logins fail for me either, because somehow yesterday’s energy data got pulled. So it’s true that some but not all logins fail. |
...same here (EMail) |
for me it works for now .., but I do get log.wien emails .. I like the idea @mochitoju about having the options of data collection frequency. if it is possible to choose when/how often data is ingested from Wiener Netze Smartmeter Portal |
wasn't that already implemented? At least I remember implementing a check that would wait at least 24h before starting over - but that check was after the login, i.e., to get zählpunkte etc... |
Ah so this is where all these „Anmeldeversuch“ E-Mail originated from. |
But they already stopped - and at the same time the login for HA fails now every time :/ edit: no wait. The login works but there is no data! However, in the smartmeterweb, the data is present. 🤔 |
I still get mails. Every two hours at the moment 🙄 |
@webwude I suggest removing the integration for now to stop E-Mails. At least until we figure out a fix for whatever is causing this. It would be great, if Wiener Netze could give public release news or change logs.. |
I think we need to investigate this issue more closely: #276 |
I have done some debugging and also verified userid/pw for log.wien and this all works. I also disabled the Passkey stored in my log.wien account, so it only proposes password but still having the same issue:
Running Version 1.7.0 (but also tried with older versions)
I also tried configuring via configuration.yaml and this also did not help :-(
Logs from the Plugin
Logger: custom_components.wnsm.config_flow
Source: custom_components/wnsm/config_flow.py:50
integration: WienerNetzeSmartmeter (documentation, issues)
First occurred: 18:19:17 (1 occurrences)
Last logged: 18:19:17
Login failed. Check username/password.
Traceback (most recent call last):
File "/config/custom_components/wnsm/config_flow.py", line 50, in async_step_user
zps = await self.validate_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^
user_input[CONF_USERNAME], user_input[CONF_PASSWORD]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/config/custom_components/wnsm/config_flow.py", line 34, in validate_auth
await self.hass.async_add_executor_job(smartmeter.login)
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/wnsm/api/client.py", line 157, in login
code = self.credentials_login(url)
File "/config/custom_components/wnsm/api/client.py", line 104, in credentials_login
raise SmartmeterLoginError("Login failed. Check username/password.")
custom_components.wnsm.api.errors.SmartmeterLoginError: Login failed. Check username/password.
The text was updated successfully, but these errors were encountered: