pdreker / fritz_exporter

Prometheus exporter for Fritz!Box home routers
Other
160 stars 32 forks source link

Wifi Load #323

Open ShadowJonathan opened 8 months ago

ShadowJonathan commented 8 months ago

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 commented 2 weeks ago

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.