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

[Test with your device] AiMesh support #40

Closed
Vaskivskyi opened this issue May 14, 2022 · 12 comments
Closed

[Test with your device] AiMesh support #40

Vaskivskyi opened this issue May 14, 2022 · 12 comments
Labels
enhancement New feature or request

Comments

@Vaskivskyi
Copy link
Owner

Apparently, AiMesh connected devices (when at least 2 are used together) have some peculiarities in the reported data (e.g. reported traffic #30 and number of connected devices, so device_trackers, #16 (comment)).

Unfortunately, I have only one device supporting AiMesh, so no tests can be held by me until I get another one.

Looking for people with a will to help test this. What would be needed from you:

  • Usage of Developer tools in your browser to monitor what data is fetched from the router by the web panel.
  • Test new python library (Vaskivskyi/asusrouter) builds.

If you would like to help, just comment here with the device model and firmware version.

@Vaskivskyi Vaskivskyi added the enhancement New feature or request label May 14, 2022
@robertoleonardo
Copy link

I'm happy to help -- i have two AX (XT8) routers (firmware: 3.0.0.4.386_48706-g5f8f479) BUT the integration doesn't seem to be working in the first place. If i enter the correct information, it takes me past the config page but then i get a "failed to set up" error on the integration landing page. once that is sorted out -- happy to help.

@Vaskivskyi
Copy link
Owner Author

Hi, @robertoleonardo. Could you please open a new issue and post errors/warnings from the HA log for the integration. If integration has shown "failed to set up", there should be something from custom_components.asusrouter.

Let's solve it and then can try testing AiMesh 🙂

@robertoleonardo
Copy link

@Vaskivskyi figured it out! i had been unchecking 'enable device monitoring' because i didn't want 100 new devices added -- that was making it throw the error. i've got the integration up and running now. i've got to do some work today but just let me know how i can help with testing and i'll tinker in the next couple of days.

@Vaskivskyi
Copy link
Owner Author

Great!

  1. The first part would be observation. I would need to know first if:
    a. you have WAN traffic and speed sensors available and working
    b. the Connected Devices sensor shows the same number of users as the Asus web panel. This could change with time. Apparently, the sensor in the integration can show more than the web panel. I am curious if this difference is changing over time

@robertoleonardo
Copy link

robertoleonardo commented May 15, 2022

looks like both things are working! 47 connected devices is right. though, not sure what that small download number is for wan2. or what wan0 is. but wan1 seems to be the actual wan connection and that seems to be working.
50E283B9-62D0-4267-BF80-9B79B180D2AA

@Vaskivskyi
Copy link
Owner Author

WLANs are different WiFi network interfaces. 0 stands for 2.4 GHz WiFi, 1 and 2 for different 5 GHz WiFi interfaces. Probably, most of your devices are connected to 1, that is why 2 is not too active.

What I am looking for is the WAN interface, which would be traffic with the outer world (so, e.g. your internet provider). You can check if it is at all visible by clicking the Configure button of the integration.

Untitled-1

There will be the same list of available interfaces like the one shown when the integration was first set up.

Screenshot 2022-05-15 235248

@robertoleonardo
Copy link

ya sorry i'm dumb i realized that after i posted. here you go. that wan download number might be right even though it's low - i just reinstalled the integration an hour or two ago when i was tinkering.
05215EE4-5CE3-433E-8258-F5091B72C0D5

@Vaskivskyi
Copy link
Owner Author

47 connected devices is right

I suppose, when you saw those 47, the web panel was showing it the same way? What does the AiMesh Node value in the web panel show to you? Is it 1?

Screenshot 2022-05-16 230046

Also, the traffic values reported in sensors {}_download and {}_upload do not depend on the integration. Only on the router itself. They reset to 0 either if the router is rebooted or if the value overflows some maximum (which is different for different models). So even if you remove the integration and set it up again, they should stay the same

@robertoleonardo
Copy link

robertoleonardo commented May 16, 2022 via email

@Vaskivskyi
Copy link
Owner Author

Ok, I see 👍🏻

I'll prepare some code for more tests to collect data directly from the device. It could take a couple of days

@bladecoates
Copy link

I have two RT-AX92U that are using mesh. They appear to be working. I'm happy to test anything. The"ASUSWRT" and UPNP integrations leave a lot to be desired.

I'm currently working on setting up a dashboard for it.

@bladecoates
Copy link

D1BF0E3C-03E7-47A8-9354-FAEAFB0A629C

Integration is showing 57 devices. I have ever entity enabled except for the device_trackers.

Just @ me if there is anything specific you want tested.

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

No branches or pull requests

3 participants