-
Notifications
You must be signed in to change notification settings - Fork 61
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
fritzconnection --reconnect
and fritzstatus
seems to use a no longer existing service name
#236
Comments
Way back in older OS versions there have been the two Services |
Would a complete dump of It also seems that some of the properties might have changed. In some small Python test prog using the lib, I couldn’t find the external IPv6 address at all, and the IPv4 only in |
I think currently in the code you use
Neither that:
I found the external IPv4 in
But not in the counterpart in
|
I've a 7530 ax and updated from 7.81 to 8.00 - i captured the |
@mib1185 : thanks for posting both files. I'v missed to export the api-listing before updating my 7590 from 7.57 to 8.0. Just listing the servicenames (with |
Here's from the 7590 AX with 8.00, in case that differs from your non-AX(?) 7590: |
You seem to have another build and hw-code (at least the latter is not surprising). Here is your build (7590 ax):
and here mine (7590):
Beside this according to my diff-tool some services in your OS 8 version are missing compared to the OS 8 version for the 7590:
All services do refer to WAN settings. It is understandable that different devices may not support the same set of services, but for me it is suprising, that there is such a difference between 7590 and 7590 AX, which both are DSL-routers. You may want to check this with the option |
Differs, as well:
Could it be that some configuration setting change the exported API? |
I am monitoring the Wifi clients on my Fritz!Box 7590, and after updating to Fritz!OS 8.00 I only get the Wifi clients for all my repeaters (non-version-8) but an empty reply for the 7590. The webinterface indicates that several Wifi clients are connected to the fritz!box. Maybe related to this? |
Seems that FritzOS 8 has breaking changes by removing some older APIs. That does not affect the fritzconnection-core reading the current API. But some some (older) parts of the library may not work any more after updating a device. That should be addressed in upcoming versions. |
Hey.
At least on my 7590 AX with version 8.0 it says:
There are however the following commands shown in introspection:
So I guess
WANIPConn1
was simply renamed toWANIPConnection1
?Similarly:
Looking in the code, these seem to use
WANIPConn
(**note that here the code doesn't have the trailing1
as above) but my FritzBox shows e.g. the following commands in introspection, e.g. for the external IP:So might be named differently in newer firmwares?
Thanks,
Chris.
The text was updated successfully, but these errors were encountered: