Re: Problem with fritzbox and big preset

2017-10-06 Thread Dan Morphis
Thats correct syntax On Fri, Oct 6, 2017 at 5:21 AM, Marco Marino wrote: > Thank you for your support. So, if I have to read a particular parameter, > I can use > > let model = declare("InternetGatewayDevice.DeviceInfo.ModelName", {value: > 1}).value[0]; <-- with { value:1 } > > > What if I ha

Re: Problem with fritzbox and big preset

2017-10-06 Thread Marco Marino
Thank you for your support. So, if I have to read a particular parameter, I can use let model = declare("InternetGatewayDevice.DeviceInfo.ModelName", {value: 1}).value[0]; <-- with { value:1 } What if I have to set a parameter?? for example: declare(" InternetGatewayDevice.WANDevice.1.WANConn

Re: Problem with fritzbox and big preset

2017-10-04 Thread Dan Morphis
GenieACS handles invalidating the Mongo/Redis cache. Trying to manage this yourself will cause perf issues. The wildcard in paths causes the GPN requests so Genie knows what parameters exist. In your declare statements, use {value: 1} as the second parameter. If you use {value: Date.now()} then G

Re: Problem with fritzbox and big preset

2017-10-03 Thread Marco Marino
Hi, I'm sorry if I use an old post, but... Zaid can you give me an example? Actually the problem remains and I'm searching for a solution. What do you me with implicit and explicit commit calls? Basically it seems that if I use wildcard (*) in paths when I set some value, this generates a lot of ge

Re: Problem with fritzbox and big preset

2017-08-08 Thread Zaid Abdulla
On Wed, 2017-08-02 at 11:23 +0200, Marco Marino wrote: > So, my question is: can I add some kind of "pause" between operations > in a preset? You can create a vparam to keep state info and timestamp and compare against Date.now(). However, if you're getting endless_cycle fault then you can probabl