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
Hello,
First of all thanks for a great app. It has been long awaited
The Flow-card, âclient is onlineâ gives the following message âCannot read properties of undefined ('reading âtoLowerCaseâ)â when I try to write a name of an online device. In âdevice - settings - connected clients - nameâ, they otherwise appear on the comma separated list.
Do any of you have a suggestion as to what I should do?
I have the same problem⌠sometimes a list appears (with the error) but most of the time there is no list.
Hi everyone, sorry for bumping my question, but is there a way to determine to which Deco a client is connected? Like iâm trying to do in this screenshot?
I have been trying in code to fetch from each node the connected clients. Master is showing all and the salves the connected clients to that node. But this emseams to be the biggest âproblemâ with the app as it seams to differ from each model. There is nothing in each returned json that I can use to separate them. One idea is to place the clients in the settings of the app with the connected node and if it exist when adding clients from a slave overwrite with this new info. The trick here is t ooo figure out if this client is roaming to another slave or if itâs roaming back to master. As I have reversed engineered calls I donât know how to-link has resolved this. Ideas are welcome
I have the same problem: The clients all appear in the name tag of the master, but only Homey appears in the client list on the card
Hi,
Been trying to build a flow to detect when a Deco AP goes offline (as my sons currently find it very amusing to unplug the power cables from the wall outlet), but havenât found a trigger that does the trick. I was thinking I could use e.g. the memory or CPU triggers (something like âmemory usage becomes < 1%â or similar for the CPU), but they do not trigger upon unplugging an AP. Also, I do not wish to use the âGoes offlineâ trigger, as this triggers when we lose Internet connection (which happens occasionally, for other reasons).
Any ideas?
Thank you!
I have the same. 68761301-37f6-4067-bbe5-250949797012
I have the same issue. Do I need be on my local network or can I also login for a other network?
Edit: I fix this one
Thatâs funny - and I do not thin that your Homey can detect the difference, when it has no connection to the access point, whether it is due to lack of power or lack of Wifi connection.
The only way I can think of is a power meter that is connected via other means like zigbee. If you get data from the power meter and there is a small consumption of a few Watts, the access point is probably offline.
If you get data from the power meter and there is no consumption, the access point is probably unplugged.
In case you donât get data from the power meter but data from your access point, there is probably an issue with the zigbee connection.
And if you do not have access to any of them, there might be a more serious issue, with the electricity of that area, or with your Homey.
That is the best idea I have.
Thank you for all your hard work on this app @MathiasT
I am using the Deco X50-4G as a 4G router (ie. using cellular network as the internet connection instead of a cabled wan). Is it possible to show mobile data usage as a capability? That way I can calculate and show remaining data quota every month, which would be very useful. The data seems to be available through the deco API:
Not that important, but a nice-to-have: When in 4G mode, WAN alarm is constantly âWAN Disconnectedâ. In this case it would be more useful to use the 4g connection status.