Logging unchanging property values
I am logging through valuestream (influxdb as persistence provider) a temperature profile and its set point. I noticed that, while the actual temperature profile (changing values continuously) is correctly logged and the data is stored, the temperature set point (changing only every minute or so) is logged only when a change in value occurs.
I have tried to thick the boxes for "PushType: always pushed" and "Data change type: always", but I have the same issue.
I would simply like to log a value every 1 second, as specified in the scan rate, no matter if the value has changed since the previous point or not.
Any idea why this could be happening, or how to fix this?

