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

[DEVICES] Not reporting WAN traffic / speed <- add in here, please #30

Closed
Vaskivskyi opened this issue May 9, 2022 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@Vaskivskyi
Copy link
Owner

🐞 Some Asus devices are known to not report WAN traffic. That means also the speed cannot be calculated. I am currently looking in the walk-around to get this data for the full user experience.

In case, you are experiencing this issue, please add your device model and firmware version in the comments.

List of known devices not reporting WAN data:

@Vaskivskyi Vaskivskyi added the bug Something isn't working label May 9, 2022
Vaskivskyi added a commit that referenced this issue May 9, 2022
Add info on missing WAN sensors for some devices [issue #30]
@Vaskivskyi
Copy link
Owner Author

An RT-AX88U (FW: 3.0.0.4.386_48631) does NOT show such a problem. Could it be related to the AiMesh? The one with the problems in the original issue was using it. This one does not 🤔

@leonidfeldman1977
Copy link

An RT-AX88U (FW: 3.0.0.4.386_48631) does NOT show such a problem. Could it be related to the AiMesh? The one with the problems in the original issue was using it. This one does not 🤔

Hi, for me not work on FW: 3.0.0.4.386_48631
Screenshot 2022-05-20 131550

@Vaskivskyi
Copy link
Owner Author

Hey, @leonidfeldman1977,

Can you please enter the web panel of your device and go to the Traffic analyzer -> Traffic monitor (as on the snapshot 1).

Then you would need to open Developer Tools in your browser (F12 on keyboard), there tab Network and find one of the requests to update.cgi (as on the snapshot 2).

I would need the response for one of such requests. It includes something similar to:

netdev = {
 'BRIDGE':{rx:0x466aebec4,tx:0x15af576701}
,'INTERNET':{rx:0x146f3e3ca5,tx:0x43f8c2d43}
,'WIRED':{rx:0x16fa833cd8,tx:0x6f5557c3c}
,'WIRELESS0':{rx:0xf847fae4,tx:0xfe463937}
,'WIRELESS1':{rx:0x2195ed1a7,tx:0xa9227f7b8}
}

This could help in solving the problem of the WAN absence from the integration. Thanks!

snapshots

image
image

@Vaskivskyi
Copy link
Owner Author

Unfortunately, this issue cannot be solved from the integration point of view. If a device is not reporting some data in the API endpoints, the only way to troubleshoot it will be to get direct access to the device for tests. Other devices of the same models and/or firmware versions are working well.

In case this issue happens to any other user and device, I suggest updating the firmware to the latest version and performing a factory reset (all the settings will be lost in this case).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants