You're welcome! Here is the translated version with the necessary corrections:
Good evening,
I have spent a very long time searching for solutions regarding the lighting of the Arcadyan AW1000 device, but I couldn't find anyone explaining it in detail or even providing a solution to this problem. After a very long time of work, I created a script based on this package luci-app-3ginfo-lite
designed by the creative Rafał Wabik (4IceG).
Here is his page on GitHub:
https://github.com/4IceG
Features of the script:
- Mobile Signal Red:
- FLASH: Modem not connected or SIM card missing
- ON: Signal BAD (-101 or more)
- Mobile Signal Blue:
- ON: Normal
- Mobile Signal Green:
- ON: GOOD
- Mobile Signal White:
- ON: VERY GOOD
- Internet Green:
- OFF: Internet not working
- ON: Internet working
- 5G Red:
- ON: 3G or less
- 5G Blue:
- ON: Just 4G
- 5G Green:
- ON: 4G+
- 5G Green+Blue+Red (White):
- ON: 5G
How to set up the script:
-
Place the script in the path
/usr/share/3ginfo-lite
:- Copy your script to this location.
-
Set the permissions for the script by running this command:
chmod +x /usr/share/3ginfo-lite/1.sh
-
To execute your script periodically and automatically at startup or on reboot on OpenWRT without installing any additional programs, you can use the
rc.local
file which runs automatically at startup:- Open the
rc.local
file using a text editor:vi /etc/rc.local
- Add the following line before the
exit 0
line:/usr/share/3ginfo-lite/1.sh &
- Open the
By following these steps, your script will run periodically and start automatically when the device boots or reboots.
LINK DOWNLOAD (https://www.transfernow.net/dl/20240716eHdS8pjz)
Thank you all for your assistance and suggestions.
Wishing you all happy days...