- #TP LINK AC1200 ARCHER C50 SOFTWARE#
- #TP LINK AC1200 ARCHER C50 CODE#
- #TP LINK AC1200 ARCHER C50 PASSWORD#
Additionally, you may open a new issue on this repo prefixed by If you face an error, you may debug using a HTTP Requests tool/monitor on your router's configuration webpage.Additionally, you may also run router._get('logout') Troubleshooting/Error Reporting/Contributing As a workaround, you must log out from all other devices/browsers and try again. The TP-Link Web Interface only supports upto 1 user logged in at a time (for security reasons, apparently) which is the most common reason to recieve HTTP ERROR 500. Unavailable until new maintainers can be found Error 500 & Login Limit
You're free to test on other models and report them in the Issues tab. This has only been tested on the TP-Link Archer C50 V1 running firmware 160411. Remember to ignore this key before iterating through returned Lists or Dicts.
#TP LINK AC1200 ARCHER C50 CODE#
Internal functions return an additional key status_code with the HTTP status code of the request. To run a subtask without updating any of its values, pass an empty dictionary in its position. (See Example: Disable WAN PPPoE, index omitted) Omitting an item in the list will ignore that subtask. Note 2: Positional ArgumentsĮach list item in Argument 2 of _set() directly corresponds to each subtask in the process. Note 1: Value FormatĪll key/values passed in Argument 2 of _set() must be strings.Īrgument 2 passed to _set() must be a List of Dictionaries. All other values are either fetched from the router wherever available. _set() only updates the keys passed in argument 2. You may use this if you want direct access to the router's return data without the cleanup done by built-in functions Internal function used to access different named commands. Returns whether or not the device is powered on Ssid -> str: required state -> boolean: requiredĮnables/disables SSID broadcast of the specified SSIDīand -> 2.4GHz or 5GHz state -> boolean: required
#TP LINK AC1200 ARCHER C50 PASSWORD#
Ssid -> str: required password -> str: required Gets list of ssids including guest network wlans on both bands Gets details of wlans (by internal wlan name) including guest network wlans on both bands Gets list of connected clients (MAC Address) including DHCP & permanent leases, across both wifi and LAN Gets list of connected clients (host name) including DHCP & permanent leases, across both wifi and LAN
#TP LINK AC1200 ARCHER C50 SOFTWARE#
Gets hardware and software version of the router