<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Guys,</p>
    <p>Im new o GenieACS... I have the server working, and i have this
      issue..</p>
    <p><br>
    </p>
    <p>Im creating Presets to configure some parameters of a router and
      sometimes works, sometimes dont work... My preset should work when
      serials and pppoe name match.</p>
    <p><br>
    </p>
    <p>So here are my questions...</p>
    <p>1. Is a problem to use 0 as weight?</p>
    <p>2. If i dont use any event, sould work with any event?</p>
    <p>3. Is better to do everything on preset or is better to load a
      provision on the preset?<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p>Really thanks guys...<br>
    </p>
    <p><br>
    </p>
    <p>My preset:<br>
    </p>
    <p><font size="-1">[<br>
            {<br>
                "precondition":
        "{\"InternetGatewayDevice.DeviceInfo.SerialNumber\":\"RouterSerial\",\"InternetGatewayDevice.WANDevice.2.WANConnectionDevice.1.WANPPPConnection.1.Username\":\"tr069\"}",<br>
                "weight": 0,<br>
                "schedule": "",<br>
                "_id": "test1",<br>
                "events": {},<br>
                "channel": "",<br>
                "configurations": [<br>
                    {<br>
                        "type": "value",<br>
                        "name":
"InternetGatewayDevice.WANDevice.2.WANConnectionDevice.1.WANPPPConnection.1.Username",<br>
                        "value": "userpppoe"<br>
                    },<br>
                    {<br>
                        "type": "value",<br>
                        "name":
"InternetGatewayDevice.WANDevice.2.WANConnectionDevice.1.WANPPPConnection.1.Password",<br>
                        "value": "passpppoe"<br>
                    },<br>
                    {<br>
                        "type": "value",<br>
                        "name":
        "InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID",<br>
                        "value": "NEWSSID"<br>
                    },<br>
                    {<br>
                        "type": "value",<br>
                        "name":
"InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.AuthUserName",<br>
                        "value": "1234567890"<br>
                    },<br>
                    {<br>
                        "type": "value",<br>
                        "name":
"InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.AuthPassword",<br>
                        "value": "1asad2as1ad212as1da"<br>
                    },<br>
                    {<br>
                        "type": "value",<br>
                        "name":
        "InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.KeyPassphrase",<br>
                        "value": "newpassword"<br>
                    }<br>
                ]<br>
            }<br>
        ]</font><br>
    </p>
  </body>
</html>