-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adding a second appliance always results in unavailable entities #132
Comments
i haven't test with multiple wallbox. |
I checked the log files and found this 2024-07-08 16:41:54.232 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on POST 403, message='Forbidden ', url=URL('https://192.168.50.37/api/login') I know for sure the password is correct, as I can connect to the charger via ACE or via the app. The password does contain an '@' though. might that be an encoding issue or something like that? |
this could maybe give the issue. i'll take a look if i can do something on it |
@antonclaeys have you try to change the password without that special character @? |
Similar issue, my password contains ! as special characters. Can this cause 403 POST Login errors / 401 GET errors ? Unexpected error on POST 403, message='Forbidden', url='https://192.168.1.XX/api/login' Unexpected error on GET 401, message='Unauthorized', url='https://192.168.1.XX/api/prop?cat=generic&offset=0' UserID and Pass work fine with ACE INstaller / EVE Connect |
I did use the default |
@antonclaeys can you close this please? |
I have two Single Pro Line charging stations. Both are configured the same way using ACE Installer (and they are properly online etc). However, the second charging station will not initiate properly using this library: all its entities are unavailable or unknown. I have tried adding the appliance multiple times, restarting, etc. Is this a known problem?
The text was updated successfully, but these errors were encountered: