<div dir="ltr">The <a href="https://github.com/zaidka/genieacs/wiki/Virtual-Parameters">virtual parameters</a> wiki page will walk you through creating a v param.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 3, 2017 at 12:41 AM, Cas de Reuver <span dir="ltr"><<a href="mailto:cas@reuver.co" target="_blank">cas@reuver.co</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I used the config/parameters.json previously for setting aliases of the device values. After upgrading to a newer version, I can see this file isn't being used anymore and I think it has moved to Virtual Parameters. However, I don't fully understand how the configuration works.<br>
<br>
This is the content of our old parameters.json file. Could someone explain how I can use this in the new Virtual Parameters?<br>
<br>
Thank you.<br>
<br>
{<br>
  "_lastInform" : {"alias" : "summary.lastInform", "type" : "date"},<br>
  "_lastBoot" : {"alias" : "summary.lastBoot", "type" : "date"},<br>
  "_lastBootstrap" : {"alias" : "summary.lastBootstrap", "type" : "date"},<br>
  "_deviceId._SerialNumber" : {"alias" : "summary.serialNumber"},<br>
  "_deviceId._ProductClass" : {"alias" : "summary.productClass"},<br>
  "_deviceId._OUI" : {"alias" : "summary.oui"},<br>
  "_deviceId._Manufacturer" : {"alias" : "summary.manufacturer"},<br>
  "InternetGatewayDevice.<wbr>DeviceInfo.HardwareVersion" : {"alias" : "summary.hardwareVersion"},<br>
  "InternetGatewayDevice.<wbr>DeviceInfo.SoftwareVersion" : {"alias" : "summary.softwareVersion"},<br>
<br>
  "InternetGatewayDevice.<wbr>WANDevice./^\\d+$/.<wbr>WANConnectionDevice./^\\d+$/.<wbr>WANIPConnection./^\\d+$/.<wbr>MACAddress" : {"alias" : "summary.mac", "type" : "mac"},<br>
  "InternetGatewayDevice.<wbr>WANDevice.3.<wbr>WANConnectionDevice.1.<wbr>WANIPConnection.2.<wbr>ExternalIPAddress" : {"alias" : "summary.ip"},<br>
  "InternetGatewayDevice.<wbr>WANDevice./^\\d+$/.<wbr>WANConnectionDevice./^\\d+$/.<wbr>WANPPPConnection./^\\d+$/.<wbr>MACAddress" : {"alias" : "summary.mac", "type" : "mac"},<br>
<br>
  "InternetGatewayDevice.<wbr>LANDevice./^\\d+$/.<wbr>WLANConfiguration./^\\d+$/.<wbr>SSID" : {"alias" : "summary.wlanSsid"},<br>
  "InternetGatewayDevice.<wbr>LANDevice./^\\d+$/.<wbr>WLANConfiguration./^\\d+$/.X_<wbr>5067F0_WlanAdapter.<wbr>WlVirtIntfCfg.1.WlWpaPsk": {"alias": "summary.wlanPassphrase"},<br>
  "InternetGatewayDevice.<wbr>LANDevice./^\\d+$/.<wbr>WLANConfiguration./^\\d+$/.<wbr>PreSharedKey.1.KeyPassphrase" : {"alias" : "summary.wlanPassphrase"},<br>
<br>
  "InternetGatewayDevice.User.1.<wbr>Username": {"alias":"summary.<wbr>remoteUsername"},<br>
  "InternetGatewayDevice.User.1.<wbr>Password": {"alias":"summary.<wbr>remotePassword"},<br>
  "InternetGatewayDevice.X_<wbr>5067F0_LoginCfg.X_5067F0_<wbr>Login_Group.1.Use_Login_Info.<wbr>1.UserName": {"alias":"summary.<wbr>remoteUsername"},<br>
  "InternetGatewayDevice.X_<wbr>5067F0_LoginCfg.X_5067F0_<wbr>Login_Group.1.Use_Login_Info.<wbr>1.Password": {"alias":"summary.<wbr>remotePassword"},<br>
<br>
  "InternetGatewayDevice.<wbr>UserInterface.RemoteAccess.<wbr>Enable": {"alias":"summary.<wbr>remoteEnabled"},<br>
  "InternetGatewayDevice.<wbr>ManagementServer.X_5067F0_<wbr>RemoteManagementEnable": {"alias": "summary.remoteEnabled"}<br>
}<br>
<br>
--<br>
Cas de Reuver<br>
<a href="http://cas.reuver.co" rel="noreferrer" target="_blank">http://cas.reuver.co</a><br>
<br>
<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>