FritzBoxShell icon indicating copy to clipboard operation
FritzBoxShell copied to clipboard

Some shell scripts for controlling and checking the Fritz!Box/Fritz!Repeater

Results 12 FritzBoxShell issues
Sort by recently updated
recently updated
newest added

As requested in the frame of Pull Request #15 there would be a need for checking available actions and according location and uri parameters as defined in igddesc.xml and tr64desc.xml:...

Nice script, but it'd be nice if it was possible to change the signal strength to it. When I'm not in my home there's no need for the signal strength...

Hi, thank you first for your script, was able to use this on QNAP with InfluxDB and Telegraf! This PR contains "outputformat" and "outputfilter" option to avoid requesting additional external...

Hey I implemented a github workflow to automate the artifact and release creation so that you do not need to remember updating the version in the source code anymore. You...

The [documentation](https://github.com/jhubig/FritzBoxShell?tab=readme-ov-file#argumentsenviroments) says > ``` > Enviroment | Argument | Description > ------------+------------+----------------------- > BoxIP | --boxip | IP or DNS of FritzBox > ``` but that is (at least...

For repeaters like Fritz! Repeater 3000 AX (https://avm.de/produkte/wlan-mesh/fritzrepeater-3000-ax/) there is an additional 5G channel which also requires changes to FritzBoxShell. The additional channel can be found at ``` location="/upnp/control/wlanconfig3" uri="urn:dslforum-org:service:WLANConfiguration:3"...

MISC_LUA did not work at all for me - I assume that the format is different on boxes that only have 2,4 GHz. in the output on my box, "LAN"...

which is pretty much the only thing that this script lacks something like `curl -k -s -G "http://$BoxIP/query.lua" -d "mq_log=logger:status/log" -d "sid=$SID" | jq -r ".mq_log|.[]|._node?//.[0]" | tac` to read...

Hello, when I request the Fritzbox to reconnect the DSL connection to get a new IP adress, it is not working. The "reconnect" button on the native user interface however...