This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/goform/GetIpMacBind #2
Comments
Sorry, but I don't have this router now. So I can't test it You can fork the repo and try to implement your customization by yourself. It doesn't sound complicated I think you will handle this 😉 |
I actually managed to do it myself, but had to switch on debug logging to detect the problems.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, i have the Tenda TX3 router. The plugin also works on this router. However, the goform page is not the right one. The /goform/getOnlineList shows all devices that are known to the router, so all devices are online.
The devices that are online are displayed on the goform/GetIpMacBind page. There is an entry "status", which is 0 or 1.
I have tried to adapt the script to this, but I fail. All devices are displayed as offline.
Could you change the script to this page?
[code]
for device in json_response:
mac = None
name = None
online = None
[/code]
Many thanks
The text was updated successfully, but these errors were encountered: