We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have Archer AX53 V2 and many times I get empty hostname and IP 0.0.0.0 in tplink_router_device_online event. MAC is available.
Best regards
The text was updated successfully, but these errors were encountered:
@davidk88 Hi! It is something with router response. Would be great if you could get the router response. It could be done with client https://github.com/AlexandrErohin/TP-Link-Archer-C6U
Sorry, something went wrong.
Hello @AlexandrErohin
I can get response with
router = TplinkRouter('ip', 'password', logger=Logger('test')) router.authorize() print(router.request('admin/status?form=all&operation=read', 'operation=read'))
What do you need now?
No branches or pull requests
Hello,
I have Archer AX53 V2 and many times I get empty hostname and IP 0.0.0.0 in tplink_router_device_online event. MAC is available.
Best regards
The text was updated successfully, but these errors were encountered: