You need much more “parameters” when sending an configuration parameter, raw data is for all possible z-wave commands, not just parameters (like the expert parameters) which is only 1 of the many possible command classes.
Dest Node ID, Command Class, Command Class Function, Value(s)
.
so you should also add the Command Class for CONFIGURATION Command class (112) and the SET Function (4) in your line:
30,112,4,14,1,1
30: Destination Node ID
112: CONFIGURATION Command Class
4: CONFIGURATION SET Function
14: Parameter ID
1: Parameter Size
1: Parameter Value
But keep in mind, this only works for unsecure devices, secure devices need extra handshake (securing) data that you can’t do manually, you aren’t fast enough for that.