When I use the SetParameters method to issue a value to a node that is the same as its currently acquired value, GenieACS does not reissue the SetParameters command for that node. The value issued to a node must be different from the current value in order to be sent successfully. How can I configure GenieACS to send the SetParameters command even when the value is the same as the current node value?
If the underlying value has changed on the device and you are trying to set it back, you can refresh the param and then do a SPV.
If the value hasn’t actually changed, but you need to do a SPV anyways to kickoff some process on the CPE, you will need to patch the code. But keep in mind you will lose a lot of the performance benefits of GenieACS if you have to do this.