I use the REST API method described here:
The call works, but OpenRemote immediately treats the future-dated value as the current attribute value.
My goal is different: I want to send a set of datapoints with timestamps to an attribute so that each datapoint is stored and only becomes the true value when its own timestamp is reached. These should not be handled as predictions but as scheduled real values.
Use case: an energy-management system sending planned power set-points for upcoming times.
Is there a built-in way to do this, or must I use a different mechanism such as a separate timeseries store or custom processing?