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

Archer AX6000 #8

Open
pljda opened this issue Jun 14, 2020 · 8 comments
Open

Archer AX6000 #8

pljda opened this issue Jun 14, 2020 · 8 comments

Comments

@pljda
Copy link

pljda commented Jun 14, 2020

Hi there,
Seems to be working with the AX6000. At least, after i integrate your code, my router was discovered.
However there is no scanning of all addresses.
I can do some trials if you want,
Philippe

@ericpignet
Copy link
Owner

Hi pljda,

Can you set debug logs in HA:

logger:
  default: info
  logs:
    custom_components.tplink_router: debug

Restart, and paste or attach the content of tplink related logs here?
Do you see a file known_devices.yaml created in your HA config directory?

Eric

@pljda
Copy link
Author

pljda commented Jun 27, 2020 via email

@pljda
Copy link
Author

pljda commented Jun 27, 2020 via email

@pljda
Copy link
Author

pljda commented Jun 28, 2020 via email

@GSzabados
Copy link

GSzabados commented Jul 18, 2020

Hi @pljda,

I am dealing with a C5400X, I have managed to make it work by modifying the script to force the C9 mode.

def get_scanner(hass, config):
    """Validate the configuration and return a TP-Link scanner."""
    for cls in [C9TplinkDeviceScanner]:
        scanner = cls(config[DOMAIN])
        if scanner.success_init:
            return scanner

    return None

Then all the error messages what you see has gone, and the known devices file has been created automatically.

Configuration.yaml

device_tracker:
  - platform: tplink_router
    host: 192.168.8.1
    username: admin
    password: encrypted_password
    interval_seconds: 60
    consider_home: 180
    new_device_defaults:
      track_new_devices: true


For password used the encrypted one as described in the readme.md.

I hope it helps!

@ericpignet, would be possible to define in the configuration which method to use for the connection?

@disforw
Copy link

disforw commented Dec 8, 2020

@GSzabados I have a C5400, and your solution worked for me, thank you.

@AlexandrErohin
Copy link

If you are still looking for a Home Assistant Integration for Archer AX6000 - I have one https://github.com/AlexandrErohin/home-assistant-tplink-router

@GSzabados
Copy link

@AlexandrErohin, that looks really nice!

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

5 participants