AK, Thank you for your reply.
But not works. It’s necesary refresh the node manually to get the info.
This is the provision script
//Se define now como variable
const now = Date.now();
//leemos si la ONT tiene el TAG "registrada"
let registrada = declare("Tags.Registrada", {value: 1});
// si no está "registrada" le envío el archivo de configuración base.
// Le asigno el Tag y la reinicio
if (registrada.value == undefined) {
declare("Downloads.[FileType:3 Vendor Configuration File]", {path: 1}, {path: 1});
declare("Downloads.[FileType:3 Vendor Configuration File].FileName", {value: 1}, {value: "ONT_backupsettings_G2.v2.conf"});
declare("Downloads.[FileType:3 Vendor Configuration File].Download", {value: 1}, {value: now});
declare("Tags.Registrada", null, {value: true});
declare("Reboot", null, {value: Date.now()});
}
// Si ya esta registrada actualizo los parametros
else
{
// hay que definir los parámetros que queremos actualizar en cada lectura
// GENERAL:
declare("InternetGatewayDevice.DeviceInfo.UpTime", {value: now});
declare("InternetGatewayDevice.Device.Optical.Interface.1.Alias", {value: now});
declare("InternetGatewayDevice.Device.Optical.Interface.1.OpticalSignalLevel", {value: now});
//SIP:
declare("InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.URI", {value: now});
declare("InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.Status", {value: now});
//SSIDs
declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.*.SSID", {value: now});
declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.*.Channel", {value: now});
declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.*.TransmitPower", {value: now});
declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.*.BSSID", {value: now});
}
I have made some debug and find this:
In this CPE I made a refesh in the node InternetGatewayDevice.LANDevice.1.WLANConfiguration. The parameters are updated in every inform. OK
In the debug, the GenieACS query all parameters in the provision script:
---
event: incoming HTTP request
timestamp: 2022-02-11T10:31:40.409Z
remoteAddress: "::ffff:10.208.7.230"
deviceId: 58fc20-GR241AG-5054494E204A539F
connection: 2022-02-11T10:31:40.409Z
localPort: 7547
method: POST
url: /
headers:
host: 10.208.0.119:7547
user-agent: BCM_TR69_CPE_04_00
connection: keep-alive
soapaction: ""
content-type: text/xml
content-length: "3105"
body: "<SOAP-ENV:Envelope
xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
xmlns:cwmp=\"urn:dslforum-org:cwmp-1-2\">
<SOAP-ENV:Header>
<cwmp:ID SOAP-ENV:mustUnderstand=\"1\">2142549994</cwmp:ID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:Inform>
<DeviceId>
<Manufacturer>PTIN</Manufacturer>
<OUI>58fc20</OUI>
<ProductClass>GR241AG</ProductClass>
<SerialNumber>5054494E204A539F</SerialNumber>
</DeviceId>
<Event SOAP-ENC:arrayType=\"cwmp:EventStruct[1]\">
<EventStruct>
<EventCode>2 PERIODIC</EventCode>
<CommandKey></CommandKey>
</EventStruct>
</Event>
<MaxEnvelopes>1</MaxEnvelopes>
<CurrentTime>2022-02-11T10:31:45+00:00</CurrentTime>
<RetryCount>0</RetryCount>
<ParameterList SOAP-ENC:arrayType=\"cwmp:ParameterValueStruct[0008]\">
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceSummary</Name>
<Value xsi:type=\"xsd:string\">InternetGatewayDevice:1.5[](Baseline:1, EthernetLAN:1, USBLAN:1, Time:1, IPPing:1, DeviceAssociation:1, QoS:1, WiFiLAN:1) , VoiceService:1.0[1](Endpoint:1, SIPEndpoint:1)</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.SpecVersion</Name>
<Value xsi:type=\"xsd:string\">1.0</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.HardwareVersion</Name>
<Value xsi:type=\"xsd:string\">ONTRGW1405A027</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.SoftwareVersion</Name>
<Value xsi:type=\"xsd:string\">3RGW040801r00F</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.ProvisioningCode</Name>
<Value xsi:type=\"xsd:string\"></Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.ConnectionRequestURL</Name>
<Value xsi:type=\"xsd:string\">http://10.208.7.230:30005/5054494E204A539F</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.ParameterKey</Name>
<Value xsi:type=\"xsd:string\">(null)</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.X_ITU_T_ORG.G_984_4.Layer3DataServices.IpHostConfigData.1.CurrentAddress</Name>
<Value xsi:type=\"xsd:unsignedInt\">181405670</Value>
</ParameterValueStruct>
</ParameterList>
</cwmp:Inform>
</SOAP-ENV:Body>\n</SOAP-ENV:Envelope>
"
---
event: outgoing HTTP response
timestamp: 2022-02-11T10:31:40.413Z
remoteAddress: "::ffff:10.208.7.230"
deviceId: 58fc20-GR241AG-5054494E204A539F
connection: 2022-02-11T10:31:40.409Z
statusCode: 200
headers:
content-length: 530
server: GenieACS/1.2.8+20211027200938
soapserver: GenieACS/1.2.8+20211027200938
content-type: text/xml; charset="utf-8"
set-cookie: session=6602045f0e669507
body: >-
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-2"><soap-env:Header><cwmp:ID
soap-env:mustUnderstand="1">2142549994</cwmp:ID></soap-env:Header><soap-env:Body><cwmp:InformResponse><MaxEnvelopes>1</MaxEnvelopes></cwmp:InformResponse></soap-env:Body></soap-env:Envelope>
---
event: incoming HTTP request
timestamp: 2022-02-11T10:31:40.422Z
remoteAddress: "::ffff:10.208.7.230"
deviceId: 58fc20-GR241AG-5054494E204A539F
connection: 2022-02-11T10:31:40.409Z
localPort: 7547
method: POST
url: /
headers:
host: 10.208.0.119:7547
user-agent: BCM_TR69_CPE_04_00
connection: keep-alive
cookie: session=6602045f0e669507
content-length: "0"
body: ""
---
event: outgoing HTTP response
timestamp: 2022-02-11T10:31:40.499Z
remoteAddress: "::ffff:10.208.7.230"
deviceId: 58fc20-GR241AG-5054494E204A539F
connection: 2022-02-11T10:31:40.409Z
statusCode: 200
headers:
content-length: 3060
server: GenieACS/1.2.8+20211027200938
soapserver: GenieACS/1.2.8+20211027200938
content-type: text/xml; charset="utf-8"
body: >-
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-2"><soap-env:Header><cwmp:ID
soap-env:mustUnderstand="1">17ee856a7ee0000</cwmp:ID></soap-env:Header><soap-env:Body><cwmp:GetParameterValues><ParameterNames
soap-enc:arrayType="xsd:string[32]"><string>InternetGatewayDevice.Device.Optical.Interface.1.Alias</string><string>InternetGatewayDevice.Device.Optical.Interface.1.OpticalSignalLevel</string><string>InternetGatewayDevice.DeviceInfo.UpTime</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.BSSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.Channel</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.TransmitPower</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.BSSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.Channel</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.SSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.TransmitPower</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.3.BSSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.3.Channel</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.3.SSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.3.TransmitPower</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.4.BSSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.4.Channel</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.4.SSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.4.TransmitPower</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.BSSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.Channel</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.SSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.TransmitPower</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.6.BSSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.6.Channel</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.6.SSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.6.TransmitPower</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.7.BSSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.7.Channel</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.7.SSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.7.TransmitPower</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.8.BSSID</string></ParameterNames></cwmp:GetParameterValues></soap-env:Body></soap-env:Envelope>
---
event: incoming HTTP request
timestamp: 2022-02-11T10:31:41.179Z
remoteAddress: "::ffff:10.208.7.230"
deviceId: 58fc20-GR241AG-5054494E204A539F
connection: 2022-02-11T10:31:40.409Z
localPort: 7547
method: POST
url: /
headers:
host: 10.208.0.119:7547
user-agent: BCM_TR69_CPE_04_00
connection: keep-alive
soapaction: ""
cookie: session=6602045f0e669507
content-type: text/xml
content-length: "6950"
body: "<SOAP-ENV:Envelope
xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
xmlns:cwmp=\"urn:dslforum-org:cwmp-1-2\">
<SOAP-ENV:Header>
<cwmp:ID SOAP-ENV:mustUnderstand=\"1\">17ee856a7ee0000</cwmp:ID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:GetParameterValuesResponse>
<ParameterList SOAP-ENC:arrayType=\"cwmp:ParameterValueStruct[0032]\">
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.8.BSSID</Name>
<Value xsi:type=\"xsd:string\">58:FC:20:4A:53:A7</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.7.TransmitPower</Name>
<Value xsi:type=\"xsd:unsignedInt\">100</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.7.SSID</Name>
<Value xsi:type=\"xsd:string\">5G_Guest2</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.7.Channel</Name>
<Value xsi:type=\"xsd:unsignedInt\">36</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.7.BSSID</Name>
<Value xsi:type=\"xsd:string\">58:FC:20:4A:53:A6</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.6.TransmitPower</Name>
<Value xsi:type=\"xsd:unsignedInt\">100</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.6.SSID</Name>
<Value xsi:type=\"xsd:string\">5G_Guest1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.6.Channel</Name>
<Value xsi:type=\"xsd:unsignedInt\">36</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.6.BSSID</Name>
<Value xsi:type=\"xsd:string\">58:FC:20:4A:53:A5</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.TransmitPower</Name>
<Value xsi:type=\"xsd:unsignedInt\">100</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.SSID</Name>
<Value xsi:type=\"xsd:string\">RIU_BAOBAB</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.Channel</Name>
<Value xsi:type=\"xsd:unsignedInt\">36</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.BSSID</Name>
<Value xsi:type=\"xsd:string\">58:FC:20:4A:53:A1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.4.TransmitPower</Name>
<Value xsi:type=\"xsd:unsignedInt\">100</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.4.SSID</Name>
<Value xsi:type=\"xsd:string\">2.4G_Guest3</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.4.Channel</Name>
<Value xsi:type=\"xsd:unsignedInt\">6</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.4.BSSID</Name>
<Value xsi:type=\"xsd:string\">58:FC:20:4A:53:A4</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.3.TransmitPower</Name>
<Value xsi:type=\"xsd:unsignedInt\">100</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.3.SSID</Name>
<Value xsi:type=\"xsd:string\">2.4G_Guest2</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.3.Channel</Name>
<Value xsi:type=\"xsd:unsignedInt\">6</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.3.BSSID</Name>
<Value xsi:type=\"xsd:string\">58:FC:20:4A:53:A3</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.TransmitPower</Name>
<Value xsi:type=\"xsd:unsignedInt\">100</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.SSID</Name>
<Value xsi:type=\"xsd:string\">2.4G_Guest1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.Channel</Name>
<Value xsi:type=\"xsd:unsignedInt\">6</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.BSSID</Name>
<Value xsi:type=\"xsd:string\">58:FC:20:4A:53:A2</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.TransmitPower</Name>
<Value xsi:type=\"xsd:unsignedInt\">100</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID</Name>
<Value xsi:type=\"xsd:string\">RIU_BAOBAB</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.Channel</Name>
<Value xsi:type=\"xsd:unsignedInt\">6</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.BSSID</Name>
<Value xsi:type=\"xsd:string\">58:FC:20:4A:53:A0</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.UpTime</Name>
<Value xsi:type=\"xsd:unsignedInt\">47999</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.Device.Optical.Interface.1.OpticalSignalLevel</Name>
<Value xsi:type=\"xsd:int\">-19546</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.Device.Optical.Interface.1.Alias</Name>
<Value xsi:type=\"xsd:string\"></Value>
</ParameterValueStruct>
</ParameterList>
</cwmp:GetParameterValuesResponse>
</SOAP-ENV:Body>\n</SOAP-ENV:Envelope>
"
---
event: outgoing HTTP response
timestamp: 2022-02-11T10:31:41.188Z
remoteAddress: "::ffff:10.208.7.230"
deviceId: 58fc20-GR241AG-5054494E204A539F
connection: 2022-02-11T10:31:40.409Z
statusCode: 200
headers:
content-length: 1001
server: GenieACS/1.2.8+20211027200938
soapserver: GenieACS/1.2.8+20211027200938
content-type: text/xml; charset="utf-8"
body: >-
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-2"><soap-env:Header><cwmp:ID
soap-env:mustUnderstand="1">17ee856a7ee0001</cwmp:ID></soap-env:Header><soap-env:Body><cwmp:GetParameterValues><ParameterNames
soap-enc:arrayType="xsd:string[5]"><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.8.Channel</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.8.SSID</string><string>InternetGatewayDevice.LANDevice.1.WLANConfiguration.8.TransmitPower</string><string>InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.URI</string><string>InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.Status</string></ParameterNames></cwmp:GetParameterValues></soap-env:Body></soap-env:Envelope>
---
event: incoming HTTP request
timestamp: 2022-02-11T10:31:41.310Z
remoteAddress: "::ffff:10.208.7.230"
deviceId: 58fc20-GR241AG-5054494E204A539F
connection: 2022-02-11T10:31:40.409Z
localPort: 7547
method: POST
url: /
headers:
host: 10.208.0.119:7547
user-agent: BCM_TR69_CPE_04_00
connection: keep-alive
soapaction: ""
cookie: session=6602045f0e669507
content-type: text/xml
content-length: "1692"
body: "<SOAP-ENV:Envelope
xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
xmlns:cwmp=\"urn:dslforum-org:cwmp-1-2\">
<SOAP-ENV:Header>
<cwmp:ID SOAP-ENV:mustUnderstand=\"1\">17ee856a7ee0001</cwmp:ID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:GetParameterValuesResponse>
<ParameterList SOAP-ENC:arrayType=\"cwmp:ParameterValueStruct[0005]\">
<ParameterValueStruct>
<Name>InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.Status</Name>
<Value xsi:type=\"xsd:string\">Disabled</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.URI</Name>
<Value xsi:type=\"xsd:string\">20000</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.8.TransmitPower</Name>
<Value xsi:type=\"xsd:unsignedInt\">100</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.8.SSID</Name>
<Value xsi:type=\"xsd:string\">5G_Guest3</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.LANDevice.1.WLANConfiguration.8.Channel</Name>
<Value xsi:type=\"xsd:unsignedInt\">36</Value>
</ParameterValueStruct>
</ParameterList>
</cwmp:GetParameterValuesResponse>
</SOAP-ENV:Body>\n</SOAP-ENV:Envelope>
"
---
event: outgoing HTTP response
timestamp: 2022-02-11T10:31:41.530Z
remoteAddress: "::ffff:10.208.7.230"
deviceId: 58fc20-GR241AG-5054494E204A539F
connection: 2022-02-11T10:31:40.409Z
statusCode: 204
headers:
content-length: 0
server: GenieACS/1.2.8+20211027200938
soapserver: GenieACS/1.2.8+20211027200938
connection: close
body: ""
---
But, in this CPE, I don’t make the refresh. There is only info about subnode “1” and “2” but older.
In the debug, the GenieACS does not make any query. Neither the other nodes in the script!!!
---
event: incoming HTTP request
timestamp: 2022-02-11T10:31:38.414Z
remoteAddress: "::ffff:10.208.7.235"
deviceId: 58fc20-GR241AG-5054494E204A4EAF
connection: 2022-02-11T10:31:38.414Z
localPort: 7547
method: POST
url: /
headers:
host: 10.208.0.119:7547
user-agent: BCM_TR69_CPE_04_00
connection: keep-alive
soapaction: ""
content-type: text/xml
content-length: "3104"
body: "<SOAP-ENV:Envelope
xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
xmlns:cwmp=\"urn:dslforum-org:cwmp-1-2\">
<SOAP-ENV:Header>
<cwmp:ID SOAP-ENV:mustUnderstand=\"1\">173389369</cwmp:ID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:Inform>
<DeviceId>
<Manufacturer>PTIN</Manufacturer>
<OUI>58fc20</OUI>
<ProductClass>GR241AG</ProductClass>
<SerialNumber>5054494E204A4EAF</SerialNumber>
</DeviceId>
<Event SOAP-ENC:arrayType=\"cwmp:EventStruct[1]\">
<EventStruct>
<EventCode>2 PERIODIC</EventCode>
<CommandKey></CommandKey>
</EventStruct>
</Event>
<MaxEnvelopes>1</MaxEnvelopes>
<CurrentTime>2022-02-11T10:31:44+00:00</CurrentTime>
<RetryCount>0</RetryCount>
<ParameterList SOAP-ENC:arrayType=\"cwmp:ParameterValueStruct[0008]\">
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceSummary</Name>
<Value xsi:type=\"xsd:string\">InternetGatewayDevice:1.5[](Baseline:1, EthernetLAN:1, USBLAN:1, Time:1, IPPing:1, DeviceAssociation:1, QoS:1, WiFiLAN:1) , VoiceService:1.0[1](Endpoint:1, SIPEndpoint:1)</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.SpecVersion</Name>
<Value xsi:type=\"xsd:string\">1.0</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.HardwareVersion</Name>
<Value xsi:type=\"xsd:string\">ONTRGW1405A027</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.SoftwareVersion</Name>
<Value xsi:type=\"xsd:string\">3RGW040801r00F</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.ProvisioningCode</Name>
<Value xsi:type=\"xsd:string\"></Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.ConnectionRequestURL</Name>
<Value xsi:type=\"xsd:string\">http://10.208.7.235:30005/5054494E204A4EAF</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.ParameterKey</Name>
<Value xsi:type=\"xsd:string\">(null)</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.X_ITU_T_ORG.G_984_4.Layer3DataServices.IpHostConfigData.1.CurrentAddress</Name>
<Value xsi:type=\"xsd:unsignedInt\">181405675</Value>
</ParameterValueStruct>
</ParameterList>
</cwmp:Inform>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
"
---
event: outgoing HTTP response
timestamp: 2022-02-11T10:31:38.422Z
remoteAddress: "::ffff:10.208.7.235"
deviceId: 58fc20-GR241AG-5054494E204A4EAF
connection: 2022-02-11T10:31:38.414Z
statusCode: 200
headers:
content-length: 529
server: GenieACS/1.2.8+20211027200938
soapserver: GenieACS/1.2.8+20211027200938
content-type: text/xml; charset="utf-8"
set-cookie: session=5e59b13576d33131
body: >-
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cwmp="urn:dslforum-org:cwmp-1-2"><soap-env:Header><cwmp:ID
soap-env:mustUnderstand="1">173389369</cwmp:ID></soap-env:Header><soap-env:Body><cwmp:InformResponse><MaxEnvelopes>1</MaxEnvelopes></cwmp:InformResponse></soap-env:Body></soap-env:Envelope>
---
event: incoming HTTP request
timestamp: 2022-02-11T10:31:38.433Z
remoteAddress: "::ffff:10.208.7.235"
deviceId: 58fc20-GR241AG-5054494E204A4EAF
connection: 2022-02-11T10:31:38.414Z
localPort: 7547
method: POST
url: /
headers:
host: 10.208.0.119:7547
user-agent: BCM_TR69_CPE_04_00
connection: keep-alive
cookie: session=5e59b13576d33131
content-length: "0"
body: ""
---
event: outgoing HTTP response
timestamp: 2022-02-11T10:31:38.451Z
remoteAddress: "::ffff:10.208.7.235"
deviceId: 58fc20-GR241AG-5054494E204A4EAF
connection: 2022-02-11T10:31:38.414Z
statusCode: 204
headers:
content-length: 0
server: GenieACS/1.2.8+20211027200938
soapserver: GenieACS/1.2.8+20211027200938
connection: close
body: ""
---
My first idea is that, If the node is not in the DB GeniaACS “can`t build the query” so there is no refresh.
But this only happends if the node InternetGatewayDevice.LANDevice.1.WLANConfiguration is in the provision script. If I delete it, all the other nodes are updated from the first inform.
If there is no solution, I keep the workarround (refresh by API).
Thanks for your help!