-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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
Fritz integration - not working when not using DSL #114323
Comments
Hey there @mammuth, @AaronDavidSchneider, @chemelli74, @mib1185, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) fritz documentation |
please provide the full logfile (it seems you already have debugging for the fritz integration enabled👍) |
it seems this is an issue in the first install the pip install "fritzconnection[qr]==1.13.2" "xmltodict==0.13.0" run following simple python script (fill in your from fritzconnection import FritzConnection
from fritzconnection.lib.fritzstatus import FritzStatus
fc = FritzConnection(address=IPADDRESS, user=USERNAME, password=PASSWORD)
fs = FritzStatus(fc)
print(f"get_default_connection_service: {fs.get_default_connection_service()}")
print(f"has_wan_enabled: {fs.has_wan_enabled}") |
|
as mentioned in kbr/fritzconnection#218 (comment) (and following) it seems to be an issue in the Fritz!Box itself |
Problem is fixed in the latest Labor Software: FRITZ!OS: [7.90-113042 BETA] |
Problem is fixed also in the latest Fritz!OS 7.59 for Fritz!Box 7590 |
@VEEC023 which Fritzbox model do you have? |
@mib1185 Fritz!Box 7590. |
Can confirm aswell, its working again. |
Thx for confirming! |
The problem
I recently changed from a DSL provider to DHCP as my WAN connection.
Since then the integration does not connect to the fritzbox anymore
If I enable debug logging this is the last thing I see in the logs
2024-03-27 17:54:31.941 DEBUG (SyncWorker_0) [fritzconnection] b'<?xml version="1.0" encoding="utf-8"?><s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><u:GetInfo xmlns:u="urn:dslforum-org:service:WANIPConnection:1"></u:GetInfo></s:Body></s:Envelope>' 2024-03-27 17:54:31.984 DEBUG (SyncWorker_0) [fritzconnection] response status: 500 2024-03-27 17:54:31.984 DEBUG (SyncWorker_0) [fritzconnection] <?xml version="1.0"?> s:Client UPnPError 401 Invalid Action
What version of Home Assistant Core has the issue?
core-2024.3.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
AVM Fritz!Box Tools
Link to integration documentation on our website
https://www.home-assistant.io/integrations/fritz
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: