Simulating Data with a simulator agent

The replay data is not getting reflected in the attribute. What is the problem here ?



Did you create data entries for the full 24 hours? It replays a full day. Looking at the scrollbar, you might be missing the hours in which you posted this.

Other than that add the configuration item Store data points to keep the history.

Don

Hi @Don, that worked thanks for the help!

I am encountering the same issue: replay data is not getting reflected in the attribute.
As you can see, I created data entries for the full 24 hours.

[
  {
    "timestamp": 0,
    "value": 25
  },
  {
    "timestamp": 3600,
    "value": 23
  },
  {
    "timestamp": 7200,
    "value": 27
  },
  {
    "timestamp": 10800,
    "value": 35
  },
  {
    "timestamp": 14400,
    "value": 25
  },
  {
    "timestamp": 18000,
    "value": 38
  },
  {
    "timestamp": 21600,
    "value": 85
  },
  {
    "timestamp": 25200,
    "value": 250
  },
  {
    "timestamp": 28800,
    "value": 25
  },
  {
    "timestamp": 32400,
    "value": 21
  },
  {
    "timestamp": 36000,
    "value": 25
  },
  {
    "timestamp": 39600,
    "value": 25
  },
  {
    "timestamp": 43200,
    "value": 25
  },
  {
    "timestamp": 46800,
    "value": 25
  },
  {
    "timestamp": 50400,
    "value": 25
  },
  {
    "timestamp": 54000,
    "value": 25
  },
  {
    "timestamp": 57600,
    "value": 25
  },
  {
    "timestamp": 61200,
    "value": 25
  },
  {
    "timestamp": 64800,
    "value": 25
  },
  {
    "timestamp": 68400,
    "value": 25
  },
  {
    "timestamp": 72000,
    "value": 25
  },
  {
    "timestamp": 75600,
    "value": 25
  },
  {
    "timestamp": 79200,
    "value": 25
  },
  {
    "timestamp": 82800,
    "value": 25
  },
  {
    "timestamp": 86400,
    "value": 25
  }
]

I also added the configuration item Store data points and it is checked, so I would expect it to be able to keep the history.

What could be the problem here?

Hi Nimueh,

Could you provide some more information? Some screenshots of the attribute in modify mode for example.

You did wait until you passed a full hour right? :slight_smile:

Don

I waited roughly an hour, but I must have waited just short of an hour.

I tried it again yesterday after setting a timer for an hour, and the simulated data did indeed show up