You should probably engage a support contract <https://www.genieacs.com/support/> with Zaid. GenieACS is not a turn-key solution. It will require knowledge of the TR-069 spec and programming knowledge.
-dan On Tue, Jan 29, 2019 at 6:40 AM Alexander Morillo <[email protected]> wrote: > Hello, I would like to know how it would be a way to do it using the > GenieACS GUI. I have a custom code that I copied from this forum but it > does not work, I have no idea how to proceed with this. > > Any suggestions? > > Best Regard > > El jue., 11 oct. 2018 a las 18:19, Tunde Oyeyemi (< > [email protected]>) escribió: > >> Hi Alexander, >> >> In addition to the suggestions, I think you must have a way of >> identifying the 50 devices to do this. My preferred option will be to >> use eternal API calls. Provisioning script as earlier mentioned may be >> more easier though. >> >> For external API call, i will implement it this way assuming you have on >> the mac addresses for all the devices >> >> 1. Upload the firmware to ACS server. >> >> 2. Retrieve the device_id of all the 50 devices using the mac addresses, >> assuming it is mac on >> InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection >> >> curl -i >> 'http:// >> <acs_ip>:7557/devices/?query={%7B%22InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.MACAddress%22%3A%22<device_wan1_mac>%22%7D}&projection=_id' >> >> 3. Convert the device_id to url-enconded and use the API to download the >> firmware to the devices. >> >> -- >> ‘Tunde Oyeyemi >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.genieacs.com/mailman/listinfo/users >> > > > -- > > _______________________________________________ > Users mailing list > [email protected] > http://lists.genieacs.com/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
