Complete LED light configuration on the Arcadyan AW1000 via a custom script

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:

  1. Place the script in the path /usr/share/3ginfo-lite:

    • Copy your script to this location.
  2. Set the permissions for the script by running this command:

    chmod +x /usr/share/3ginfo-lite/1.sh
    
  3. 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 &
      

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...

HI, Thanks for your work. The link is now expired. can you please repost it please.

Hello and thank you for your effort on this. Can you repost the script as link is expired

Are you able to get a copy of this script?

Hello, the script is available and has been modified, but I am very busy now. The whole topic will be updated with all the additions.

[admin edit: added english translation]


هلا نتم البرنامج النصي متوفر وتم تعديله ولكني الان منشغل جداً سيتم تحديث الموضوع بالكامل مع جميع الاضافات

في جمعة، 11 أكتوبر، 2024 في 1:28 ص، كتب Chan via OpenWrt Forum <mail@forum.openwrt.org>:

@albarq2011

The preferred language of the OpenWrt forums is English, as this helps maximize the number of people who can participate in the conversation. Accordingly, please be sure to post in English.

You may use an online translator, and you're welcome to also include your native language in addition to English.

Thank you.