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

Wifi Load #323

Open
ShadowJonathan opened this issue Mar 27, 2024 · 1 comment
Open

Wifi Load #323

ShadowJonathan opened this issue Mar 27, 2024 · 1 comment

Comments

@ShadowJonathan
Copy link

With a FRITZ!Box 7590, I'm able to see the load on the current wifi channel (plus other sources), and has been in the past very useful in detecting wifi issues:
image

Could this data be scraped by this exporter? I'm not sure if it's exposed, but I also haven't been able to find an issue on here that mentions it.

@pdreker
Copy link
Owner

pdreker commented Nov 11, 2024

Sorry for not replying for... oh man, more than half a year, but somehow this dropped off my radar.

This exporter basically uses the fritzconnection library to extract data from the box, so anything not exposed by that library will not be available. The problem goes a bit deeper than that though: fritzconnection uses only documented interfaces to the boxes, as this keeps the complications withion bounds. So anything not available via TR-064 or fritz_AHA (the Homeautomation Part) will not be available from this exporter.

Long story short: I would like to provide more data, but unless I can get it, without querying undocumented endpoints on the boxes, chances are low.

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