Open KardinalReusen opened 3 years ago
Try this script: MR6400 Test Script that attempts to login and retrieve a list of connected devices. Remember to replace the username and password with your appropriate login data.
Let me know if it works successfully.
Note: For Error: No module named 'Crypto'
pip3 install pycryptodome
Thank you very much for working on my router type!
python3 mr6400_test.py
gives back
Retrieving PublicKey...
Retrieving JSessionID...
Retrieving Token...
True
Notes:
aiohttp
Please replace line 233 as follows:
- print(macResults)
+ print(self.last_results)
Run the script again and ensure that MAC Addresses are being printed
Retrieving PublicKey...
Retrieving JSessionID...
Retrieving Token...
<MASKED MAC ADDRESSES>
Edit by @menahishayan: Masked your MAC Addresses for privacy reasons
Hello menahishayan,
what do I have to do next? Sorry I know nothing about programming.
If you are still looking for a client for TL-MR6400 - I have one https://github.com/AlexandrErohin/TP-Link-Archer-C6U And Home Assistant Integration https://github.com/AlexandrErohin/home-assistant-tplink-router I have tested it with TL-MR6400 v5
Please add support for my tp-link TL-MR6400 LTE Router
(Firmware Version:1.16.0 0.9.1 v0001.0 Build 191223 Rel.66638n Hardware Version:TL-MR6400 v4 00000002)
Mainly I need this for device tracking in my home assistant setup.
I clicked everything I could find in the first file (exept reboot):
The scond file ist only login and reboot:
thanks a lot in advance for your support!
tp-link TL-MR6400.zip