kbr / fritzconnection

Python-Tool to communicate with the AVM Fritz!Box by the TR-064 protocol and the AHA-HTTP-Interface
MIT License
304 stars 59 forks source link

Ability to save Eventlog and restart the Fritzbox #68

Closed Esokrates closed 3 years ago

Esokrates commented 3 years ago

I want to realize the following: I want to regularly save the entire eventlog of the Fritzbox and reboot it. Currently I have not found any documented way in the implemented API to do this, would be nice if you could make this possible.

I have found:

However combining those two solutions seems ugly to me, I want to write a python script in order to do it all cleanly in there.

kbr commented 3 years ago

I don't know whether it's possible to download the logs by TR-064. If you find a corresponding action, please let me know. A reboot is possible. But this action is not covered by the library, so you have to invoke a direct call_action call. For topics like this I have activated Discussion on github.