Closed smaxx1337 closed 4 years ago
I just see that I have the wrong title, lol. Title should be "Making it run n Fritz!Box 6490 Cable"
See #4 as well as https://github.com/chevdor/TelegrafFritzBox/tree/6490
This is a version running on a 6490 (skipping the faulty metrics until we figure out the issue). I also just published a '6490' of the docker image https://hub.docker.com/repository/docker/chevdor/fritzgraf that would may find convenient :)
See as well #3
Sorry it took me so long to fix this issue.
The root cause is that the metrics for HEC/CRC/FEC errors and other line specific stuff dosn't exist for my knowledge in the TR-064 for the Fritz!Box 6490 Cable. In fact the whole file of WANDSLInterfaceConfig1 seems to be missing. If I had to guess something like WANDOCSISInterfaceConfig1 could exist containing similar variables. Please point me to the crrect naming there to be included.
For now I simply put a switch statemet in the file and did some exception handling, to hopefully make the cript run better with missing variables. Namely the readfritz and extractvar procedures should be a bit more robust.
Hello,
I saw your reddit post yesterday and then wanted to collect data about my Fritz!Box and internet as well. I got it running for my Fritz!Box 6490 Cable after some modifications, like removing DSL stuff and stuff that simply didn't work for me:
I also modified some dashboard stuff for my personal taste, like making uptime to days instead of seconds, or instead of TotalBytesReceived to Megabytes received.
So, if anyone here wants to do this but uses DOCSIS / Cable, then he should comment these lines out. Maybe you could put a section into the README.md regarding this.