From 85ede602389190f6c37917914275bde0584a97db Mon Sep 17 00:00:00 2001 From: Riku Date: Tue, 21 Jan 2025 13:03:36 +0200 Subject: [PATCH] Update readme.md --- readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 78c623f..246d416 100644 --- a/readme.md +++ b/readme.md @@ -2,15 +2,18 @@ ## Getting started -One can just run the provided python script by `python3 zte_exporter.py ` +One can just run the provided python script by `python3 zte_exporter.py --port --username --device ` -Login method depends on the used router, f.e MC7010 uses single login and MC889A has multi. You can tell by if the login page asks for username (multi) or if it's just password (single). On single login the username variable is not used at all so it can be set whatever you fancy. -A docker file is provided to compile this and example compose.yml to use in compose tools. To use with docker run, just create .env with the correct values. dockerhub vvkvvk/zte-exporter has the latest version of this available. A compose.yml file is provided as example. +A docker file is provided to compile this and example compose.yml to use in compose tools. To use with docker run, just create .env with the correct values. dockerhub vvkvvk/zte-exporter has the outdated version of this available and should not be used. A compose.yml file is provided as example. + +# TR069 reset + +Passing --reset True will try to clear out TR069 config and display current config. ## Tested devices -Probably works with other ZTE models, only tested with ZTE MC7010 and MC889A. A simple Grafana dashboard included with the grafana.json. +Devices currently supported / tested are only MC889A and it should just work with passing IP and password, default username is admin. ## Thanks