Skip to content
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

totalConnections not working #52

Open
derutho opened this issue Dec 31, 2024 · 3 comments
Open

totalConnections not working #52

derutho opened this issue Dec 31, 2024 · 3 comments

Comments

@derutho
Copy link

derutho commented Dec 31, 2024

Great work! However, I get 0 connections for all totalConnections commands, even though devices are in fact connected.

@jhubig
Copy link
Owner

jhubig commented Jan 1, 2025

Okay. Could you try instead with one of the below listed (add -withIP if you want the IP address also --> but this might take some extra time):

./fritzBoxShell.sh COUNT all
./fritzBoxShell.sh COUNT 2.4
./fritzBoxShell.sh COUNT 5
./fritzBoxShell.sh COUNT ETH

Thanks.

@jhubig
Copy link
Owner

jhubig commented Jan 2, 2025

Example

./fritzBoxShell.sh COUNT 5

Will give you all 5G clients (including also OFFLINE clients). If you want to filter for the number of ONLINE clients in the 5 Ghz network you could run something like this:

./fritzBoxShell.sh COUNT 5 | grep "ONLINE:" | awk -F'[:|]' '{print $2}' | xargs

@derutho
Copy link
Author

derutho commented Jan 2, 2025

Thank you! The error I get for ./fritzBoxShell.sh COUNT 5 is: Error: Could not retrieve mesh list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants