<div dir="ltr">Curious if anyone has any suggestions for my problem or possibly this is the intended behavior?<br>My device is talking tot eh ACS upon initialization I receive most of not all parameter names but only a dozen or so have values associated.<br>If I choose ‘refresh’ via the GUI, I see the logs from genieacs-cwmp scroll by however the majority of values are empty.<br>I see the same thing if I register new devices or restart the devices. <br>2017-03-05T13:33:42.016Z [INFO] x.x.x.x EC4F82-ONT-CXNK003099B1: ACS request; acsRequestId="15a9eaceb75000" acsRequestName="GetParameterNames"<br>2017-03-05T13:33:48.616Z [INFO] x.x.x.x EC4F82-ONT-CXNK003099B1: ACS request; acsRequestId="15a9eaceb75001" acsRequestName="GetParameterValues"<br>—GetParameterValues  repeats many times —<br><br><br>That said, if I send the NBI the following to refresh all parameters, everything appears to populate with values as expected.<br>curl -i '<a href="http://localhost:7557/devices/EC4F82-ONT-CXNK003099B1/tasks?timeout=1000&connection_request">http://localhost:7557/devices/EC4F82-ONT-CXNK003099B1/tasks?timeout=1000&connection_request</a>'     -X POST     --data '{ "name": "refreshObject", "objectName": "InternetGatewayDevice" }'<br><br><br>It may be worth pointing out, I originally started with GenieACS version 1.0 and this issue was not present.<br>In moving to v1.1 I’ve started with a clean debian 8.7install and pulled the latest GenieACS as of 3-4-2017.<br><br><br></div>