EOS – AN5: MTX-Router-EOS management via SMS

Looking for something else?

EOS – AN5: MTX-Router-EOS management via SMS

Introduction

The MTX-Router EOS can be managed by sending SMS. This functionality allows the user to be able to carry out actions via SMS such as restarting, checking the coverage, connecting or disconnecting from the network or knowing the value of any router configuration parameter.

The SMS control configuration menu is found under “Serial and Remote Management”

Here we can create up to 16 rules with the actions we want to do.

In the Name field, we will assign the name we want,

In the phone Number field, we will write the phone number from which we want to execute the action or we will leave it blank if we want it to be executed from any number.

In the Action field, we have 4 different types of actions:

  • Connect: For the router to connect to the data network
  • Disconnect: For the router to disconnect from the data network
  • Reboot: To reboot the router
  • Executing: To execute some special request using the router’s nvram parameters

In the Content field, it will be the text that we will send in the SMS to execute each action

Some examples:

  • Some examples of each action can be:

  • Dissconnect: By sending the disconnection text the router will disconnect from the network:

  • Reboot: By sending the text restart the router will restart:

  • Executing: The text to be sent must follow the following format:
    GETNVTMP=name1,name2,name3;
    Where name1, name2, etc is the name of the nvram parameter. You can find the list of parameters at the end of the document in appendix 1. The CSQ command has also been implemented to see the signal quality:

Where when sending the command GETNVTMP = CSQ; , will return the current value of coverage:

Another example of this possibility would be
GETNVTMP=w1_wan_get_dns,csq,moimei,net_mode,simcops;

GETNVTMP=wan_ipaddr;

APPENDIX 1: NVRAM parameter list

Setup

Basic setup

WAN port setting

No. parameter item parameter value, description example
1 Connection type wan_proto disabled disable nvram set wan_proto=dhcp
dhcp Dhcp mode
static Static IP mode
pppoe Pppoe dial mode
pptp Pptp mode
l2tp l2tp mode
3g 3g link-1 mode
3glink 3g link-2 mode

4glink

No. parameter item parameter value, description example
1 username ppp_username 63 bytes of longest character nvram set ppp_username
=card
2 password ppp_passwd 63 bytes of longest character nvram set ppp_passwd=card
3 Call center number wan_dial 0 *99***1# nvram set wan_dial=1
1 *99#
2 #99***1#
3 #777
4 *98*1#
4 APN wan_apn 63 bytes of longest character nvram set wan_apn=3gnet
5 PIN wan_pin Must be 4-byte number nvram set wan_pin=1234
6 Network type selection wan_conmode 0 auto nvram set wan_conmode=0
1 Enforce 3g
2 Enforce 2g
3 3g first
4 2gfirst
5 2g/3g Allow only
6 Enforce 4g
7 2g/3g/4g Allow only
7 Keep online mode KpOnlineMode 1 None nvram set KpOnline
Mode=1
2 Ping mode
5 Route mode
6 PPP mode
8 Keep online detection interval KpOnlineInterval Range 0-9999, in sec. nvram set KpOnline
Interval=60
9 keep online to detection the main server ip KpOnlineIcmp
Dest
Currently only support ip form,does not support domain form nvram set KpOnlineIcmp
Dest =8.8.8.8
10 Keep online to detection the second server ip KpOnlineIcmp
SecDest
Currently only support ip form,does not support domain form nvram set KpOnlineIcmp
SecDest =166.111.8.
238
11 Enable dial-up failed to restart mechanism ppp_restartppp 0 disable nvram set ppp_restartppp=1
1 enable
12 Forced to reconnect reconnect_enable 0 disable nvram set reconnect_enable=1
1 enable

Static IP

No. parameter item parameter value, description example
1 WAN IP address wan_ipaddr IP address form nvram set wan_ipaddr =192.168.8.22
2 Subnet mask wan_netmask netmask nvram set wan_netmask =255.255.255.0
3 gateway wan_gateway netmask nvram set wan_netmask =192.168.8.1
4 Static DNS1
Static DNS2
Static DNS3
wan_dns First DNS
Second DNS
Third DNS
nvram set wan_dns=”8.8.8.8 218.85.157.99 218.85.152.99”
3 DNS directly separated by spaces,should user quotation marks separated by a space framed
5 Keep online mode KpOnlineMode 1 None nvram set KpOnlineMode=1
2 Ping mode
5 Route mode
6 Keep online detection interval KpOnlineInterval Range 0-9999, in sec. nvram set KpOnlineInterval=60
7 Keep online to detect main server ip KpOnlineIcmpDest Currently only support ip form,does not support domain form nvram set KpOnlineIcmpDest =8.8.8.8
8 Keep online to detect second server ip KpOnlineIcmpSecDest Currently only support ip form,does not support domain form nvram set KpOnlineIcmpSecDest =166.111.8.238

Note: number 5-8 only used in the version of the dual-card

 

DHCP mode

No. parameter item parameter value, description example
1 Keep online KpOnlineMode 1 None nvram set KpOnlineMode=1
2 Ping mode
5 Route mode
2 Keep online detection interval KpOnlineInterval Range 0-9999, in sec. nvram set KpOnlineInterval=60
3 Keep online to detect main server ip KpOnlineIcmpDest Currently only support ip form,does not support domain form nvram set KpOnlineIcmpDest =8.8.8.8
4 Keep online to detect second server ip KpOnlineIcmpSecDest Currently only support ip form,does not support domain form nvram set KpOnlineIcmpSecDest =166.111.8.238

Note: number 1-4 only used in version of the dual-card

 

PPPoE

No. parameter item parameter value, description example
1 User ppp_username 63 bytes of longest character nvram set ppp_username=card
2 password ppp_passwd 63 bytes of longest character nvram set ppp_passwd=card
3 Server name ppp_service PPPoE server address, 63 character at the longest nvram set ppp_service =172.16.1.1
4 PPP compress ppp_compression 0 disable nvram set ppp_compression=0
1 enable
5 Compatible VDSL front demodulator wan_vdsl 0 disable nvram set wan_vdsl=0
1 enable
6 VLAN 8 support dtag_vlan8 0 disable nvram set dtag_vlan8=0
1 enable
7 MPPE encrypt ppp_mppe 63 character at the longest nvram set ppp_mppe=”mppe required”
8 Single-link multi-connected ppp_mlppp 0 disable nvram set ppp_mlppp=1
1 enable
9 Keep online mode KpOnlineMode 1 None nvram set KpOnlineMode=1
2 Ping mode
3 Route mode
10 Keep Online detection interval KpOnlineInterval Range 0-9999, in sec. nvram set KpOnlineInterval=60
11 Online to keep the detection of the main server ip KpOnlineIcmpDest Currently only support ip form,does not support domain form nvram set KpOnlineIcmpDest =8.8.8.8
12 Online to keep the detection of the second server ip KpOnlineIcmpSecDest Currently only support ip form,does not support domain form nvram set KpOnlineIcmpSecDest =166.111.8.238

Optional settings

No. parameter item parameter value, description example
1 Router name router_name 39 characters at the longest nvram set router_name=ROUTER
2 Host name wan_hostname 39 characters at the longest nvram set wan_hostname=XXX
3 Domain name wan_domain 79 characters at the longest nvram set wan_domain =XXX
4 MTU mtu_enable 0 Auto mode nvram set mtu_enable=1
1 Manual mode
wan_mtu Digital of 0-9999 range nvram set wan_mtu=1500

Local setting

No. parameter item parameter value, description example
1 Local ip address lan_ipaddr Ip address form nvram set lan_ipaddr=192.168.1.1
2 Subnet mask lan_netmask LAN port subnet mask nvram set lan_netmask=255.255.255.0
3 Gateway lan_gateway LAN port gateway nvram set lan_gateway =0.0.0.0
4 Local DNS sv_localdns local DNS of lan port nvram set sv_localdns=0.0.0.0

Network address server setting (DHCP)

No. parameter item parameter value, description example
1 DHCP type dhcpfwd_enable 0 DHCP server nvram set lan_ipaddr=192.168.1.1
1 DHCP repeater
2 DHCP server lan_proto dhcp Enable nvram set lan_netmask=255.255.255.0
static disable
3 Start ip address dhcp_start Digital of range 1-254 nvram set lan_gateway =0.0.0.0
4 The maximum number of dhcp users dhcp_num Digital form,with a starting ip address,and should not be greater than 254 nvram set sv_localdns=0.0.0.0
5 Client lease time dhcp_lease Digital of range 0-99999, in minute nvram set dhcp_lease =1440
6 Static DNS1
Static DNS2
Static DNS3
wan_dns First DNS
Second DNS
Third DNS
nvram set wan_dns=”8.8.8.8 218.85.157.99 218.85.152.99”
3 DNSdirectly separated by spaces,encountered use quotation marks separated by a space framed
7 WINS wan_wins WIN server address nvram set wan_wins=0.0.0.0
8 To use DNSmasq for dhcp dhcp_dnsmasq 0 disable nvram set dhcp_dnsmasq =1
1 enable
9 To use DNSmasq for dhcp dns_dnsmasq 0 disable nvram set dns_dnsmasq =1
1 enable
10 in dhcp standard auth_dnsmasq 0 disable nvram set auth_dnsmasq =1
1 enable
11 DHCP forwarding server dhcpfwd_ip IP address form nvram set dhcpfwd_ip=0.0.0.0

Dynamic DNS (DDNS)

No. parameter item parameter value, description example
1 DDNS service ddns_enable 0 disable nvram set ddns_enable =1
1 DynDNS.org
2 freedns.afraid.org
3 ZoneEdit.com
4 No-IP.com
5 custom
6 3322.org
7 easyDNS.com
8 TZO.com
9 DynSIP.org
2 type ddns_dyndnstype 1 dynamic nvram set ddns_dyndnstype =1
2 static
3 custom
3 wildcard ddns_wildcard 1 enable nvram set ddns_wildcard =1
other disable
4 Do not use external ip detection ddns_wan_ip 0 disable nvram set ddns_wan_ip=1
1 enable
5 Mandatory update interval ddns_force Digital of range 1-60, in days, the default is 10 days nvram set ddns_force =10

DynDNS

No. parameter item parameter value, description example
1 Username ddns_username 64 character at the longest nvram set ddns_username =XXX
2 Password ddns_passwd 3 character at the longest nvram set ddns_passwd =XXX
3 Host name ddns_hostname Ddns host name of server nvram set ddns_hostname =XXX

freedns

No. parameter item parameter value, description example
1 Username ddns_username_2 64 character at the longest nvram set ddns_username_2 =XXX
2 Password ddns_passwd_2 3 character at the longest nvram set ddns_passwd_2 =XXX
3 Host name ddns_hostname_2 Ddns host name of server nvram set ddns_hostname_2 =XXX

ZoneEdit

No. parameter item parameter value, description example
1 Username ddns_username_3 64 character at the longest nvram set ddns_username_3 =XXX
2 Password ddns_passwd_3 3 character at the longest nvram set ddns_passwd_3 =XXX
3 Host name ddns_hostname_3 Ddns host name of server nvram set ddns_hostname_3 =XXX

No-IP

No. parameter item parameter value, description example
1 Username ddns_username_4 64 character at the longest nvram set ddns_username_4 =XXX
2 Password ddns_passwd_4 3 character at the longest nvram set ddns_passwd_4 =XXX
3 Host name ddns_hostname_4 Ddns host name of server nvram set ddns_hostname_4 =XXX

Custom

No. parameter item parameter value, description example
1 User name ddns_username_5 64 character at the longest nvram set ddns_username_5=XX
2 Password ddns_passwd_5 3 character at the longest nvram set ddns_passwd_5=XXX
3 Host name ddns_hostname_5 Ddns host name of server nvram set ddns_hostname_5=XX
4 DYNDNS server ddns_custom_5 DYNDNS server, can generally be got in the registered server nvram set ddns_custom_5=XX
5 URL ddns_url The form of character nvram set ddns_url=XX
6 DDNS additional options ddns_conf DDNS additional options nvram set ddns_conf=XX

3322

No. parameter item parameter value, description example
1 Username ddns_username_6 64 character at the longest nvram set ddns_username_6=XX
2 Password ddns_passwd_6 3 character at the longest nvram set ddns_passwd_6=XXX
3 Host name ddns_hostname_6 Ddns host name of server nvram set ddns_hostname_6=XX
4 Type ddns_dyndnstype_6 The default is dynamic,can not configuration

easyDNS

No. parameter item parameter value, description example
1 username ddns_username_7 64 character at the longest nvram set ddns_username_7=XX
2 Password ddns_passwd_7 3 character at the longest nvram set ddns_passwd_7=XXX
3 Host name ddns_hostname_7 Ddns host name of server nvram set ddns_hostname_7=XX
4 Wildcard ddns_wildcard_7 1 enable nvram set ddns_wildcard_7=1
other disable

TZO

No. parameter item parameter value, description example
1 Username ddns_username_8 64 character at the longest nvram set ddns_username_8=XX
2 Password ddns_passwd_8 3 character at the longest nvram set ddns_passwd_8=XXX
3 Host name ddns_hostname_8 Ddns host name of server nvram set ddns_hostname_8=XX

DynSIP

No. parameter item parameter value, description example
1 Username ddns_username_9 64 character at the longest nvram set ddns_username_9=XX
2 Password ddns_passwd_9 3 character at the longest nvram set ddns_passwd_9=XXX
3 Host name ddns_hostname_9 Ddns host name of server nvram set ddns_hostname_9=XX

Wireless

Basic setup

 

 

No. parameter item parameteR value, description example
1 Wireless network mode wl0_net_mode disabled Disable nvram set wl0_net_mode= mixed
mixed 801.11b/n/g
bg-mixed 801.11b/g
b-only 801.11n
g-only 801.11g
ng-only 801.11g/n
n-only 801.11n
2 Wireless mode wl0_mode ap AP mode nvram set wl0_mode=ap
sta Client mode
infra Adhoc mode
apsta Relay mode
apstawet Repeater bridge
3 Wireless network name (SSID) wl0_ssid 32 character at the longest nvram set wl0_ssid=”Matrix”
4 Wireless channel wl0_channel 0 auto nvram set wl0_channel=6
1 2.412 GHz
2 2.417 GHz
3 2.422 GHz
4 2.427 GHz
5 2.432 GHz
6 2.437 GHz
7 2.442 GHz
8 2.447 GHz
9 2.452 GHz
10 2.457 GHz
11 2.462 GHz
12 2.467 GHz
13 2.472 GHz
5 Channel size wl0_nbw 20 20MHz nvram set wl0_nbw=20
40 40MHz
6 Wireless ssid broadcast wl0_closed 0 Enable nvram set wl0_closed =0
1 Disable
7 broadband wl0_nctrlsb upper upper nvram set wl0_ nctrlsb=upper
lower lower

Wireless security

No. parameter item parameter value, description example
1 Safe mode wl0_security_mode disabled Disable nvram set wl0_security_mode= psk
psk WPA Personal
wpa WPA Enterprise
psk2 WPA2 Personal
wpa2 WPA2 Enterprise
psk psk2 WPA2 Personal Mixed
wpa wpa2 WPA2 Enterprise Mixed
wep WEP
2 WPA algorithm wl0_crypto tkip TKIP nvram set wl0_crypto=TKIP
aes AES
tkip+aes TKIP+AES
3 WPA shared key wl0_wpa_psk Must be 8 63 ACSII character or 64 hexadecimal digits nvram set wl0_wpa_psk =”123456789”
4 Key update interval (sec.) wl0_wpa_gtk_rekey default: 3600, range: 1 – 99999 nvram set wl0_wpa_gtk_rekey =3600
5 Radius authentication server address wl0_radius_ipaddr IP address format nvram set wl0_radius_ipaddr =0.0.0.0
6 Radius authentication server port wl0_radius_port Digital of range 1-65535, default port is 1812 nvram set wl0_radius_port=1812
7 Radius authentication shared key wl0_radius_key 79 characters at the longest nvram set wl0_radius_key=XXX
8 Authentication type wl0_authmode open Open nvram set wl0_authmode=open
shared Shared key
9 Default transmit key wl0_keywl0_key 1 1 nvram set wl0_key=1
2 2
3 3
4 4
10 Encryption wl0_wep_bit 64 64 bits 10 hex digits/5 ASCII nvram set wl0_wep_bit=64
128 128 bits 26 hex digits/13 ASCII
11 ASCII/HEX wl0_wepmode 0 ASCII nvram set wl0_wepmode=1
1 HEX
12 Key 1 wl0_key1 10 hexadecimal nvram set wl0_key1=0000000000
13 key 2 wl0_key2 10 hexadecimal nvram set wl0_key2=0000000000
14 key 3 wl0_key3 10 hexadecimal nvram set wl0_key3=0000000000
15 Key 4 wl0_key4 10 hexadecimal nvram set wl0_key4=0000000000

NAT Configuration

No. parameter item parameter value, description example
1 Port forward forward_spec Name of application Letters and numbers, 18 characters at the longest nvram set forward
_spec =”xx:on:both
:12>192.168.1.1:
11<192.168.2.1/
24 yy:off:tcp:12>
192.168.1.2:10
<192.168.3.1/24 “
protocol tcp, udp, both
Whether to open on:enable the rule
off: disable the rule
Source address of data A.B.C.D/M
Source port of data 1-65535
Destination address of forward A.B.C.D
Destination port of forward 1-65535
format: ”Name of application:protocol: destination port of data>Destination address of forward: Destination port of forward<source address of data next rule “…
2 Range of port forward forward_port Name of application Letters and numbers, 18 characters at the longest nvram set forward
_port =”xx:on:udp:
1:2>192.168.7.2
yy:off:tcp:3:6>192.
168.7.3 “
Whether to open on: enable
off: disable
protocol udp, tcp, both
Starting destination port of data 1-65535
The end of destination port of data 1-65535
Destination port of forward A.B.C.D
format: ”application:protocol: destination port of data>Destination address of forward: Destination port of forward<source address of data next rule “…
3 Port trigger port_trigger Name of application Letters and numbers 18 characters at the longest nvram set port_trigger
= “zzz:on:tcp:2-555>
6-666 ttt:on:both:5-66
>88-9099 yyy:on:udp
:2-555>6-666 ttt:on:
both:5-66>88-9099”
Whether to open on: enable
off: disable
protocol tcp, udp,both
Starting port number of destination port range Of Trigger rule 1-65535
The end of port number of destination port range Of Trigger rule 1-65535
Starting port number of port range Of Trigger rule 1-65535
The end of port number of port range Of Trigger rule 1-65535
format: ”Name of application:protocol:Starting port number of destination port range Of Trigger rule: The end of port number of destination port range Of Trigger rule>Starting port number of port range Of Trigger rule:The end of port number of port range Of Trigger rule;next rule “…
4 enable DMZ dmz_enable 0 Disable DMZ nvram set dmz_enbale=1
1 Enable DMZ
5 DMZ host ip address dmz_ipaddr 1-254 Nvram set dmz_ipaddr=23

Application

Serial port application

No. parameter item parameter value, description example
1 Serial port application ser_app_en 0 disable nvram ser_app_en=0
1 enable
2 4 2400 nvram set ser_baudrate1 =10
5 4800
6 9600
7 19200
8 38400
9 57600
10 115200
3 Data-bits ser_databit1 1 8 digit nvram ser_databit1=1
2 7 digit
3 6 digit
4 Stop-bit ser_stopbit1 1 1 digit nvram set ser_stopbit1=1
2 2 digit
5 inspect ser_parity1 1 none nvram set ser_parity1=1
2 Odd parity
3 Even parity
6 Fluid control ser_flowcontrol1 1 none nvram set ser_flowcontrol1=1
2 hardware
3 software
7 Protocol type ser_submodesw 1 UDP(DTU) nvram set ser_submodesw =1
2 Pure UDP
3 TCP(DTU)
4 Pure TCP
5 TCP server
6 TCST
8 Server address ser_remoteip a form of IP address or domain name nvram set ser_remoteip =120.42.46.98
9 Server port ser_remoteport decimal figures of 1-65535 range nvram set ser_remoteport =5501
10 Equipment number ser_dtuid Digital format,13 byte at the longest nvram set ser_dtuid =12345678910
11 Equipment ID ser_dtudeviceid Digital format, must be 8 digit,otherwise an error nvram set ser_dtudeviceid =12345678
12 Heartbeat interval ser_onlnrptintvl decimal figures of 1-99999 range nvram set ser_onlnrptintvl =60
13 Listening port ser_tcpsvr_listen_port decimal figures of 1-65535 range nvram set ser_tcpsvr_listen_port =6666
14 Custom heartbeat packets ser_tcp_custom_hrt A maximum of 50 bytes nvram set ser_tcp_custom_hr t=XXX
15 Custom registration package ser_tcp_custom_reg A maximum of 50 bytes nvram set ser_tcp_custom_reg =XXX

Management

Management

NO. parameter item parameter value, description EXAMPLE
1 protocol HTTP http_enable 1 enable nvram set http_enable=1
other disable
HTTPS https_enable 1 enable nvram set https_enable=0
other disable
2 Auto refresh (sec.) refresh_time decimal figures of 1-99 range nvram set refresh_time =3
3 Display system information page before landing status_auth 1 enable nvram set status_auth =1
0 disable
4 Password protection of system information page info_passwd 1 enable nvram set info_passwd =0
other disable
5 Web interface management remote_management 1 enable nvram set remote_management =0
0 disable
6 Use HTTPS remote_mgt_https 1 enable nvram set remote_mgt_https=0
other disable
7 Web interface port http_wanport decimal figures of 1-65535 range nvram set http_wanport =8088
8 SSH management remote_mgt_ssh 0 disable nvram set remote_mgt_ssh=1
1 enable
9 SSH remote port sshd_wanport decimal figures of 1-65535 range nvram set sshd_wanport =22
10 Telnet management remote_mgt_telnet 0 disable nvram set remote_mgt_telnet =0
1 Enable
11 language language chinese_simplified chinese nvram set language=english
english english

Remain active

no. parameter item parameter value, description example
1 Timer switch schedule_bs_enable 1 enable Nvram set schedule_bs_enable=0
0 disable
2 matching schedule_mode 1 Day of month nvram set schedule_mode=1
2 Week of month
3 period of time a month
4 period of time a week
3 Off time hour shutdown_hours decimal figures of 0-23 range nvram set shutdown_hours=0
minute shutdown_minutes decimal figures of 0-59 range nvram set shutdown_minutes=0
4 Shutdown date Start day of month shutdown_day 0-31 range, 0 is everyday nvram set shutdown_day=0
End day of month shutdown_day_e decimal figures of 1-31 range nvram set shutdown_day_e=1
Start day of week shutdown_week * Every day nvram set shutdown_week=0
0 sunday
1 monday
2 thesday
3 wednesday
4 thursday
5 friday
6 saturday
Weeks after the end of days shutdown_week-_e decimal figures of 0-6 range nvram set shutdown_week_e=0
5 Boot time hour boot_hours decimal figures of 0-23 range nvram set boot_hours=0 nvram set ser_parity1=1
minute boot_minutes decimal figures of 0-59 range nvram set boot_minutes=0 nvram set boot_minutes=0
6 Boot date Start day of month boot_day 0-31 range, 0 is everyday nvram set boot_day=0
End day of month boot_day_e decimal figures of 1-31 range nvram set boot_day_e=1
start day of week boot_week * Weekday nvram set boot_week=0
0 sunday
1 monday
2 tuesday
3 wednesday
4 thursday
5 friday
6 saturday
The end of week day boot_week¬_e decimal figures of 0-6 range nvram set boot_week_e=0
7 Scheduled reboot schedule_enable 1 enable nvram set schedule_enable =0
0 disable
8 Scheduled reboot options schedule_hour_time 1 Interval mode nvram set schedule_hour_time=1
2 Set the time mode
9 interval (sec.) schedule_time decimal figures of 60-99999 range nvram set schedule_time =3600
10 At the set time hour schedule_hours decimal figures of 0-23 range nvram set schedule_weekdays=00
minute schedule_minutes decimal figures of 0-59 range
week schedule_weekdays * everyday
00 sunday
01 monday
02 tuesday
03 wednesday
04 thursday
05 friday
06 saturday

Do you have a question? Need a quote? Please contact us.

  • This field is for validation purposes and should be left unchanged.

Appendices and other documents

Annexes et autres documents

Appendices and other documents

Appendices and other documents

Appendices and other documents

Appendices and other documents

Appendices and other documents

Appendices and other documents

Appendices and other documents

FAQ

No, the concentrator is not able to decrypt data from WM-BUS equipment because it does not have a safe on board to guarantee the security of the encryption keys of your equipment. The recovered data is deposited without modification (without decryption) by the concentrator on your remote server.
Please check these items in this order:
  • the battery level: if the battery level is too low or empty, the product will not run properly or not run at all.
  • Modem reception level: a bad signal at the modem may also prevent the hub from uploading files. Look to move the product or install an external antenna to improve signal quality.
  • The last configuration file: a bad configuration file can block the product.

Remotely, by checking the regularly uploaded files if the product configuration is correct.

On site, by passing the magnet over the product, you will hear 3 short beeps.

Replace the product and inject the configuration from the old product into the new one. If a white list is used, remember to inject it into the new product as well.

Appendices and other documents

Other manuals

Application Notes

FAQ

Gateway configuration:

Start by checking that the computer’s IP parameters are compatible with the WebdynSunPM IP address (by default 192.168.1.12)

Launch a web browser (Chrome, Firefox, Edge, Safari, etc.) and enter the WebdynSunPM concentrator IP address in the address bar. An authentication page is displayed:

The default accesses are:

IdentifiantMot de passe
userhighhigh

Click “Login”

There are two configuration solutions, using the web interface and using text messages:
  • Configuration using the web interface:
Start by establishing a connection to the concentrator by connecting to it to access the server configuration: Enter the “ethernet” or “modem” connection type: For an ethernet configuration, make sure the IP parameters are compatible with server access according to the concentrator local network configuration. For an ethernet connection, the configuration must be compatible with the concentrator’s local network topology so that it can access the servers. This configuration is done from the “Networks” configuration page (see section 3.2.2.3: “Networks). For a modem connection, the modem configuration must be correct before a connection can be set up. This configuration is done from the “Modem” configuration page (see section 3.2.2.4: “Modem). The parameters for the servers to be configured are at least the following: Therefore the following fields need to be configured: “Interface”, “Type”, “Server type”, “Address”, “Port”, “Login” and “Password”. The other fields can be left at the default values subject to the directories having been properly created beforehand. See section 3.1.2: “Configuration files for more details.
  • Text message configuration:
Text message configuration requires sending the following commands:
      • Apn: to configure the SIM card APN. (see section 3.2:“apn” modem configuration command)
      • Ftp: to configure the FTP server that will contain the concentration configuration (see section 3.3: “ftp” FTP configuration command”).
      • Connect: to launch the connection to the FTP server and load the configuration (see section 3.1: ““connect” connection command

Access to the FTP server depends on the selected solution.

If you have chosen a portal, it will give you the FTP server access identifiers.

If you want to use your own FTP server, contact your network administrator.

For all other configurations, and to determine the best solution, contact the Webdyn sales department which will advise you and direct you to the relevant contacts: contact@webdyn.com

General gateway use

There are 2 methods to force a concentrator factory reset:
  • Press the Factory Reset button on the concentrator for 20 seconds:
Wait. The concentrator will reboot using its factory configuration.
  • If a SIM card is installed and configured, a “factory” text message can also be used for factory reset. Just send the “factory” text message to the SIM card phone number (see section 3.7: “factory” reset command”)

It is possible to send commands to connected devices if they accept them.

The WebdynSunPM can store up to 50Mb of uncompressed data per declared device.

If there is no access to the remote server, the WebdynSunPM concentrator can store the data for several months.

The maximum data storage time varies depending on the amount of data to be collected and the configured collection frequency.

The average storage time varies from 3 to 4 months.

The average service life of the battery is 5 years.

It may vary depending on the installation environment.

All our products are guaranteed for 2 years.

For more information, read the general terms and conditions of sale.

The data volume depends on the exchanged files.

The average is about 5 MB per month but this varies from one installation to another.

Inverter compatibility

See section 1.4: “Supported devices”.

Modbus device compatibility:

Yes, different Modbus devices can be connected to the same serial port.

Device compatibility:

    • Same type of RS485 or 4 wire connection.
    • All devices should be able to be configured using identical bus specifications. Same speed, same parity, same number of stop bits and data bits on all devices and on the WebdynSunPM.
    • Each device must be assigned a unique Modbus address (between 1 and 247) on the bus. (UnitID)

Appendices and other documents

FAQ

CONFIGURATION OF THE WEBDYNSUN GATEWAY

  • Start by checking that your computer’s IP parameters are compatible with the WebdynSun’s “IP” address (the default is 192.168.1.12). 
  • Next, launch a web browser (Firefox or IE) and enter the WebdynSun’s IP address in the address bar. An authentication page will appear: 

The default accesses are:
Username: userhigh
Password: high

  • Click on “log in”  

There are two types of configuration: via the web interface or via SMS.

Configuration of the web interface:

1/ Go to the configuration page with the gateway IP address (default 192.168.1.12)

2/ Go to the Configuration tab.

3/ Select either the Ethernet or modem connection mode:

If connecting via the local network (Ethernet):

  • Edit the WebdynSun’s IP parameters by assigning it a network-compatible address.

Please note, all fields must be completed in accordance with the configuration of your local network.

If connecting via the GPRS network (Modem):

  • Change the connection settings of the GPRS modem to the settings provided by your mobile operator.

4/ Edit the FTP server parameters.

5/ Confirm the changes.

6/ Restart the WebdynSun gateway using the new settings.

7/ In the menu, click on the “installation” tab, followed by the “connection” sub-tab and start the connection.

Configuration via SMS:

This configuration method requires the use of an active SIM card with a data option and a pin code that must be either “0000” or disabled.
The SIM card must be inserted into the unit before connection to the mains supply.
After connection to the mains supply, send the following SMS messages to the number of the previously inserted SIM card:

SMS for configuring the APN:
After replacing the generic fields with those of your operator, send the following SMS*:
apn=apn_name;usr=user_name;pwd=password;

Replace the above SMS fields with the following information:

  • apn_name: APN name supplied by your mobile operator
  • user_name: APN ID supplied by your mobile operator
  • password: APN password supplied by your mobile operator

SMS for FTP configuration:
After replacing the generic fields with those of your FTP server, send the following SMS*:
Ftp=server_name:user_name:password:port;

Replace the above SMS fields with the following information:

  • server_name: FTP server address
  • user_name: FTP account ID
  • Password: FTP account password
  • Port: FTP server port (the default port is 21)

Connection SMS:

Send the word “connect” by SMS* to launch a connection to the FTP server

*Please note: the formatting of the SMS must be exactly identical to that shown above (e.g.: no spaces between characters, etc.)

There are 2 ways of resetting the gateway.

  • If connecting by Ethernet:
    • Disconnect from the mains
    • Remove the cover
    • Disconnect the battery
    • Put the DIP Switch 2 on the WebdynSun card in “ON” position
    • Start the WebdynSun by connecting it only to the mains power supply
    • Wait until all the LEDs flash and then stop flashing (3 to 5 mins).
    • Disconnect from the mains
    • Reset the Dip Switch 2 to “OFF” 
    • Reconnect the battery
    • Reconnect to the mains supply and the WebdynSun starts normally.
  • If there is a SIM card inserted in the unit:
    • Send an SMS message containing the word “factory” to the number of the inserted SIM card.

NB : Resetting the gateway restores the configuration to its original state. Please note: data will be saved but the specific settings will not. Therefore, all the settings must be reconfigured.

Commands can be sent to connected devices with the exception of certain inverters and Modbus slaves that do not accept write requests.

If the device allows it, command files can be created on the FTP server.

The WebdynSun has a memory of about 100MB.

Therefore, if the remote server cannot be accessed, the WebdynSun gateway can backup data for several months.
The maximum data backup time varies depending on the amount of data to be collected.

The average backup time ranges from 3 to 4 months.

The average battery life is 5 years.

It may vary depending on the installation environment.

Yes, data may be sent to a PLC if the latter is equipped with a Modbus protocol.
The “Report” configuration file allows the WebdynSun gateway to automatically write the values read on a Modbus slave

All our products are guaranteed for 2 years.

For further information, please see our general conditions of sale.

Files uploaded by the WebdynSun gateway are compressed in Gz format.

The data contained in these files is structured in csv format.

The data volume depends on the files exchanged.

The average is about 5 MB per month but this varies from one installation to another.

INVERTER COMPATIBILITY WITH THE WEBDYNSUN GATEWAY

Different brands of inverter may be connected to the RS485(B) port or via the Ethernet port if the inverter protocol is based on the Modbus protocol (RTU or TCP).

However, different brands of inverters cannot be connected to the same RS485(A) port.

For a list of compatible inverters, please see the product page of the WebdynSun data gateway
  • Check if the correct inverter protocol is selected before starting detection:
  • Check the wiring and configuration of the inverters by referring to the inverter appendices.
  • Check that the inverters are not in OFF or stand-by mode.
  • Check that the line end plugs on the RS 485(A) Bus are turned on.

COMPATIBILITY WITH MODBUS DEVICES

Yes, any device you wish to connect must be configured and its Modbus definition file must be created.

The configuration is mainly based on the RS485 serial bus parameters and the IP parameters.

Yes, different Modbus devices can be connected to the same RS485 (B) port.

However, they must have the same communication parameters (bus parameters or compatible IP parameters), in order for them to communicate with each other.

Appendices and other documents

Appendices and other documents

Appendices and other documents

Appendices and other documents

Appendices and other documents

  • Warning – Firmware update V4.07.02 For the old version with SIM CARD of the pin code is 0000 you can update in this version. For the second case : When you insert a SIM CARD with pin code is 0000 used in this version (4.07.02) Downgrading to a previous version is not permitted.

Appendices and other documents

  • Warning – Firmware update V4.07.02 – For the old version with SIM CARD of the pin code is 0000 you can update in this version.

    For the second case : When you insert a SIM CARD with pin code is 0000 used in this version (4.07.02) Downgrading to a previous version is not permitted.

Annexes and other documents

FAQ

Annexes and other documents

FAQ

Annexes and other documents

FAQ

Annexes and other documents

FAQ

CONFIGURATION OF THE WEBDYNRF GATEWAY

  • If the file is deleted from the directory after connecting the WebdynRF gateway, the problem is usually due to a file format error. The configuration and control files must follow the format described in the schema (XSD) files. To check schema consistency, open the XML file with the Notepad++ text editor and install the “XML Tool” add-on. Next, copy the corresponding XSD file to the XML file in the same directory, and select “Validate now” in XML Tool. Errors detected by the tool should be displayed.
  • If the file is not deleted from the server, the most common problem is that the file has not been located correctly. The file must be available on the server in the “INBOX” directory and in the sub-directory bearing the product UID name (e.g.: “/INBOX/0045CE/”).

GENERAL USE OF THE WEBDYNRF GATEWAY

The amount of data exchanged on the GPRS network varies depending on the configuration. However, the average consumption would be about 5MB / month.
The WebdynRF gateway consumes an average of about 250mA.

There are 2 firmware updating methods:
Local updating:
On the WebdynRF configuration interface, go to the “Actions” tab and select the updater in the “File upload” menu before clicking on the “Upload” button

Remote updating:
Upload the file containing the updater (file with extension “.bz2”) in the “BIN” directory to the FTP server . Next, place the update command in the INBOX directory corresponding to your gateway (“INBOX/”, with, the identifier of the gateway concerned)

The update command must follow the following format:

      updater.tar.bz2
      checksum_md5

updater.tar.bz2
checksum_md5

With:

  • updater.tar.bz2: Updater file name uploaded to the “BIN” directory
  • checksum_md5: Md5 code of the updater file

A lack of connection to the FTP server may be due to a network connection problem (Ethernet or GPRS), an FTP login problem or a failure to initiate the connection.

If you cannot connect to the network, check the following points:

  • Ethernet:
    • Modem set to “off” or “always off”
    • “Gateway” fields correctly entered
    • At least one DNS server must be configured
  • GPRS:
    • Modem set to “on”
    • APN, APN ID and APN password correctly entered
    • GPRS call number set to “*99***1#”

If you cannot log in, check the following points:

  • Incorrect FTP parameters
  • TCP port 21 closed at output
  • Domain name resolution problem: the DNS server is not specified

If the connection fails to initiate:

In this case, only the automatic connection does not work. The problem is probably caused by an incorrect schedule configuration. Please note, the schedule ID must be an integer.

 PARTICULAR APPLICATION OF THE WEBDYNRF WIRELESS M-BUS GATEWAY

For the WM-bus module data to be transmitted, you must:

  • Choose the mode corresponding to the modules used (S, T or N)
  • Define the modules or groups of modules to be processed

A module may be defined in a unique way by all the fields below:

  • Id
  • Manufacturer
  • Version
  • Medium

If a module’s data is encrypted, the encryption key for this module can be defined in the “Key” field.

To simplify the entry of the modules to be processed, a module group can be defined that conforms to the fields entered. The other fields will then be left empty (below is an example of a configuration for retrieving all Webdyn manufacturer (WDN) modules with the encryption key “00000000000000000000000000000000”.

  •   Id :
  •   Manufacturer : WDN
  •   Medium :
  •   Version :
  •   Label : Webdyn
  •   Key : 00000000000000000000000000000000

Note: In order for the modules (filters) entered to be taken into account, the “ByPass filter” mode must be deactivated.

Click here to read the media file 

Click here to read the units file 

 PARTICULAR APPLICATION OF THE WEBDYNRF WAVENIS

The tool is connected to the gateway via the installer access (install).

It is therefore necessary to use the installer password (default is “middle”), and not the administrator’s password (default is “high”)

The statuses transmitted by the WebdynRF gateway are the raw values contained in the Wavenis modules. They are transmitted without interpretation. For further details, please refer to the Coronis module manuals.

Appendix and other documents

FAQ

CONFIGURATION OF THE WEBDYNRF GATEWAY

  • If the file is deleted from the directory after connecting the WebdynRF gateway, the problem is usually due to a file format error. The configuration and control files must follow the format described in the schema (XSD) files. To check schema consistency, open the XML file with the Notepad++ text editor and install the “XML Tool” add-on. Next, copy the corresponding XSD file to the XML file in the same directory, and select “Validate now” in XML Tool. Errors detected by the tool should be displayed.
  • If the file is not deleted from the server, the most common problem is that the file has not been located correctly. The file must be available on the server in the “INBOX” directory and in the sub-directory bearing the product UID name (e.g.: “/INBOX/0045CE/”).

GENERAL USE OF THE WEBDYNRF GATEWAY

The amount of data exchanged on the GPRS network varies depending on the configuration. However, the average consumption would be about 5MB / month.
The WebdynRF gateway consumes an average of about 250mA.

There are 2 firmware updating methods:
Local updating:
On the WebdynRF configuration interface, go to the “Actions” tab and select the updater in the “File upload” menu before clicking on the “Upload” button

Remote updating:
Upload the file containing the updater (file with extension “.bz2”) in the “BIN” directory to the FTP server . Next, place the update command in the INBOX directory corresponding to your gateway (“INBOX/”, with, the identifier of the gateway concerned)

The update command must follow the following format:

      updater.tar.bz2
      checksum_md5

updater.tar.bz2
checksum_md5

With:

  • updater.tar.bz2: Updater file name uploaded to the “BIN” directory
  • checksum_md5: Md5 code of the updater file

A lack of connection to the FTP server may be due to a network connection problem (Ethernet or GPRS), an FTP login problem or a failure to initiate the connection.

If you cannot connect to the network, check the following points:

  • Ethernet:
    • Modem set to “off” or “always off”
    • “Gateway” fields correctly entered
    • At least one DNS server must be configured
  • GPRS:
    • Modem set to “on”
    • APN, APN ID and APN password correctly entered
    • GPRS call number set to “*99***1#”

If you cannot log in, check the following points:

  • Incorrect FTP parameters
  • TCP port 21 closed at output
  • Domain name resolution problem: the DNS server is not specified

If the connection fails to initiate:

In this case, only the automatic connection does not work. The problem is probably caused by an incorrect schedule configuration. Please note, the schedule ID must be an integer.

 PARTICULAR APPLICATION OF THE WEBDYNRF WIRELESS M-BUS GATEWAY

For the WM-bus module data to be transmitted, you must:

  • Choose the mode corresponding to the modules used (S, T or N)
  • Define the modules or groups of modules to be processed

A module may be defined in a unique way by all the fields below:

  • Id
  • Manufacturer
  • Version
  • Medium

If a module’s data is encrypted, the encryption key for this module can be defined in the “Key” field.

To simplify the entry of the modules to be processed, a module group can be defined that conforms to the fields entered. The other fields will then be left empty (below is an example of a configuration for retrieving all Webdyn manufacturer (WDN) modules with the encryption key “00000000000000000000000000000000”.

  •   Id :
  •   Manufacturer : WDN
  •   Medium :
  •   Version :
  •   Label : Webdyn
  •   Key : 00000000000000000000000000000000

Note: In order for the modules (filters) entered to be taken into account, the “ByPass filter” mode must be deactivated.

Click here to read the media file 

Click here to read the units file 

 PARTICULAR APPLICATION OF THE WEBDYNRF WAVENIS

The tool is connected to the gateway via the installer access (install).

It is therefore necessary to use the installer password (default is “middle”), and not the administrator’s password (default is “high”)

The statuses transmitted by the WebdynRF gateway are the raw values contained in the Wavenis modules. They are transmitted without interpretation. For further details, please refer to the Coronis module manuals.

Annexes et autres documents

  • WARNING :  Pour les anciens produits qui disposent d’une carte SIM avec un code PIN à 0000 , la mise à jour vers la version 4.07.02 sera fonctionelle.

    Second cas : Si la carte SIM avec un code PIN à 0000 est utilisée dans cette version (4.07.02), le passage vers une mise à jour antérieure est interdit.