-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unable to Log into Router After Firmware Update to V12.C.24.05.08 (KPN Box 12 / Sagemcom F@st 5359) #184
Comments
Can confirm, same thing happened on my unsupported but at the time working f@st 5670 on the same timeframe. |
Hey @iMicknl, is there any chance you can take a look at this issue? I would be happy to help you with as many details as you'll need. Without your integration my complete setup is almost useless, so I'm really looking forward to getting it all up-and-running again. |
Do you get an error when you try to readd the integration? It might be that the firmware updated removed the endpoints used by these routers... |
Hey Mick, thank you for getting back to me. I've tried some configurations - non of them working - and the results are shown below. Configuration 1Host: Error Message
LogsRetieved from
Configuration 2Host: Error Message
LogsNo logs added to |
The new web interface is actually using XHR requests. Seems to be a Flutter GUI. For all the requests they use the same "http://192.168.2.254/ws/NeMo/Intf/lan:getMIBs" url but with different payloads |
Hmm, this is some really usefull information. So it does seem like my gut feeling is indeed correct - the API has been changed to a level which is currently incompatible with the the Sagemcom F@ast integration. If you're willing to explain the current integration a bit to me I could also try to make a fork based on this project and implement it that way. |
Changes old firmware vs new one: Uses Flutter |
I’ve been using the Sagemcom F@st custom integration with Home Assistant to connect to my KPN Box 12 (Sagemcom F@st 5359) router. The integration previously worked flawlessly, but after my router firmware was updated to
V12.C.24.05.08
, I can no longer log into the router via the integration.I’ve installed the latest version of the integration and attempted multiple troubleshooting steps, but the problem persists.
Steps to Reproduce
Set up the Sagemcom F@st integration with Home Assistant.
Attempt to log in to the KPN Box 12 router running firmware
V12.C.24.05.08
.Observe that login attempts fail.
Expected Behavior
Actual Behavior:
Troubleshooting Steps Attempted
-Reinstalled the Sagemcom F@st integration.
-Checked the router’s firmware version to confirm the update to
V12.C.24.05.08
.-Verified that the issue started after the firmware update.
Additional Context
Router
Sagecom Fast Integration
v0.3.6
http://192.168.2.254/
Admin
<Router Password>
Home Assistant
2025.1.4
2024.12.3
14.1
20250109.2
Logs and Debug Information
from
home-assistant.log
:Potential Cause
It appears that the firmware update may have introduced changes to the API or login mechanisms, breaking compatibility with the integration.
Request
Could you investigate whether this firmware update has affected compatibility with the integration? If additional information or testing is required, please let me know, and I’d be happy to assist.
The text was updated successfully, but these errors were encountered: