simple exporter service for zte 5G modems
 
 
Go to file
"Riku" 16120ff286 fix NR RSRQ 2024-09-28 12:22:11 +03:00
Dockerfile fix login args 2024-07-11 12:53:32 +03:00
compose.yml fix login args 2024-07-11 12:53:32 +03:00
grafana.json NR SA support for graphs, update dashboard 2024-09-28 12:17:24 +03:00
readme.md multi login support, tested MC889 2024-07-11 12:28:14 +03:00
zte_exporter.py fix NR RSRQ 2024-09-28 12:22:11 +03:00

readme.md

Grafana exporter for ZTE 5G modems

Getting started

One can just run the provided python script by python3 zte_exporter.py <port> <router ip> <admin username> <admin password> <login method>

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.

Tested devices

Probably works with other ZTE models, only tested with ZTE MC7010 and MC889A. A simple Grafana dashboard included with the grafana.json.

Thanks

Largely based on https://github.com/Kajkac/ZTE-MC-Home-assistant