NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Fiddlin
Mar 16, 2022Tutor
Read status of LM1200
Does anyone know of a way to read the status of an LM1200 without watching the web page? I would like to use anything similar to SNMP to just get a text reading of connection status, cell signal lev...
- Mar 17, 2022
You can try to log in to WebUI as admin and capture the model.json log. It will present the info you require. If you need any help on reading the logs, I can help.
- Logon to the webui (http://192.168.1.1 ) as an administrator
- Navigate to URL http://192.168.1.1/model.json via the same browser window
- Capture the results (by selecting all + copy) and send it backHope this helps.
Thanks
JohnPeng
Mar 17, 2022NETGEAR Expert
You can try to log in to WebUI as admin and capture the model.json log. It will present the info you require. If you need any help on reading the logs, I can help.
- Logon to the webui (http://192.168.1.1 ) as an administrator
- Navigate to URL http://192.168.1.1/model.json via the same browser window
- Capture the results (by selecting all + copy) and send it back
Hope this helps.
Thanks
- FiddlinMar 18, 2022Tutor
Thanks John! There is a ton of data in there. That should work great for building a small status display app.
- FiddlinMar 19, 2022Tutor
Well, the data is in there, but so far, I have not figured out how to get the full (logged in version) model.json data with a script rather than just getting it with a browser. Do you have any suggestions?
- JohnPengMar 20, 2022NETGEAR Expert
Fiddlin wrote:
Well, the data is in there, but so far, I have not figured out how to get the full (logged in version) model.json data with a script rather than just getting it with a browser. Do you have any suggestions?
I am not a programmer, but can you check the following link to see whether this is helpful?
https://stackoverflow.com/questions/34393353/login-to-a-website-using-script
You can run one script to get the model.json periodically and run another one to parse the data you need.
Thanks