**Problem: **
Attempting to add the Vodafone Station integration into my Home Assistant instance. However, during onboarding flow I get an "Unexpected error" response when adding Host, Username & Password details. The model number for the Vodafone Power Hub Wi-Fi 6 router is DGM4137VDF.
Support:
@open crypt
GitHub Issue:
https://github.com/home-assistant/core/issues/154728
Logs:
2025-10-18 01:17:24.799 DEBUG (MainThread) [aiovodafone] Logging into 192.168.0.1
2025-10-18 01:17:24.799 DEBUG (MainThread) [aiovodafone] Requested login url: <http://192.168.0.1//login.html>
2025-10-18 01:17:24.799 DEBUG (MainThread) [aiovodafone] GET page /login.html from host 192.168.0.1
2025-10-18 01:17:24.877 WARNING (MainThread) [aiovodafone] GET page /login.html from host 192.168.0.1 failed: 404
2025-10-18 01:17:24.877 ERROR (MainThread) [homeassistant.components.vodafone_station] Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/vodafone_station/config_flow.py", line 87, in async_step_user
info = await validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/vodafone_station/config_flow.py", line 52, in validate_input
await api.login()
File "/usr/local/lib/python3.13/site-packages/aiovodafone/api.py", line 808, in login
html_page = await self._find_login_url()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiovodafone/api.py", line 692, in _find_login_url
reply = await self._request_page_result(HTTPMethod.GET, page)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiovodafone/api.py", line 177, in _request_page_result
raise GenericResponseError
aiovodafone.exceptions.GenericResponseError
Thanks for your support! 🙂
.