The top field is your routers up or you can use tplinkdeco.net then the password is the same as your deco account the one you used at the setup in your app.
Just like some other people already mentioned, I’m having problems with M5’s and the slaves not showing any clients. Also the clients shown in the main devices interface do not update it seems, it does work in the workflows, but only for the main device, not for the slaves. Re-installing does not solve these problems. Thank you!
I am also having an issue with the login. I am able to login in the Web UI with that password, but the app always reports wrong credentials. Its Deco S7
Sad to hear. Typically, if you log in to the web UI, you can use the same credentials as in the Deco app. Try my little go application, which tests against a deco router. Is been built for several platforms, so download the right one for you and execute it in a console: go-deco/bin at main · mathiastornblom/go-deco · GitHub
Does this work?
./decotest-macos-AppleSillicon --host 192.168.68.1 --password ***
Host: 192.168.68.1, Password: ***
Version: 1.0.4
2024/12/06 15:16:34 Authentication failed: unexpected status code: 401
btw, I’ve updated Deco earlier today with the latest firmware. Not sure if it could be related
That would indicate that the login url is not the same as for other routers. Could you share maybe in a DM the a Wireshark trace of accessing and clicking around the web ui? That might help
I also have problem with login. Web-login works but not when creating device in Homey.
Deco master is M9 Plus.
Tested with your go application:
C:\Users\Peter>“C:\Users\Peter\Downloads\decotest-windows-386.exe” --host 192.168.68.1 --password **********
Host: 192.168.68.1, Password: ***********
Version: 1.0.4
2024/12/10 20:10:49 Authentication failed: Post “http://192.168.68.1/cgi-bin/luci/;stok=/login?form=keys”: dial tcp 192.168.68.1:80: connectex: No connection could be made because the target machine actively refused it.
Note: the login Url in web UI is https://192.168.68.1/webpages/index.html
I wonder if the ;
in the returned URL is an error? Or should it be part of the URL?
The ; is part of the url and is correct