FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
151 views 1 comments
by anonymous

Hi,

I would like to ON/OFF Wireless STA mode Wireless Station Mode (not Wireless Access Point) via SMS.

Please can post the UCI set command?

Thank you

1 Answer

0 votes
by anonymous

Hello,

First you would need to create a UCI API rule to be able to send uci commands via SMS. It can be done by logging to router's WebUI and navigating to Services -> Mobile utilities -> SMS utilities. The example is provided in this page: https://wiki.teltonika-networks.com/view/RUTX11_Mobile_Utilities#UCI_API_rule.

Next connect your router to the wireless access point if it is not connected already and send these SMS commands:

  • <Admin_Password> uci set wireless.@wifi-iface[1].disabled='1'
  • <Admin_Password> uci commit
  • <Admin_Password> reboot

You can also check the exact interface setting by loging to the router via SSH and entering command: 

  • uci show wireless

Best regards,

Žygimantas

 

Best answer
by anonymous
Thank you, I will check and let you know