Simulator seems not working

I installed openremote via composer and everything was ok. I created a Simulator agent then an Electricity consumer asset. I activated for the “power” attribute of the asset as SimulatorAgentLink connected to the simulator, and I set a Replay Data with an interval of 5 minutes. However, when i viewing, the “power” value always remains empty even if you wait for hours. What could it depend on?

Thank you very much for your time.



Did you consider that the timestamps are in seconds from midnight?
Also, you could check the manager logs, if configured correctly, it should report every replay-data event.

I checked the log, it seems there is an error, but I don’t understand what’s missing

Below the json in full use

{
“id”: “3f32X4kg1kQoP6KeaKzrAg”,
“replayData”: [
{
“timestamp”: 0,
“value”: 25
},
{
“timestamp”: 300,
“value”: 12
},
{
“timestamp”: 600,
“value”: 30
},
{
“timestamp”: 900,
“value”: 18
},
{
“timestamp”: 1200,
“value”: 40
},
{
“timestamp”: 1500,
“value”: 22
},
{
“timestamp”: 1800,
“value”: 33
},
{
“timestamp”: 2100,
“value”: 14
},
{
“timestamp”: 2400,
“value”: 28
},
{
“timestamp”: 2700,
“value”: 19
},
{
“timestamp”: 3000,
“value”: 36
},
{
“timestamp”: 3300,
“value”: 15
},
{
“timestamp”: 3600,
“value”: 29
},
{
“timestamp”: 3900,
“value”: 20
},
{
“timestamp”: 4200,
“value”: 38
},
{
“timestamp”: 4500,
“value”: 10
},
{
“timestamp”: 4800,
“value”: 32
},
{
“timestamp”: 5100,
“value”: 26
},
{
“timestamp”: 5400,
“value”: 35
},
{
“timestamp”: 5700,
“value”: 23
},
{
“timestamp”: 6000,
“value”: 17
},
{
“timestamp”: 6300,
“value”: 31
},
{
“timestamp”: 6600,
“value”: 14
},
{
“timestamp”: 6900,
“value”: 28
},
{
“timestamp”: 7200,
“value”: 12
},
{
“timestamp”: 7500,
“value”: 36
},
{
“timestamp”: 7800,
“value”: 19
},
{
“timestamp”: 8100,
“value”: 40
},
{
“timestamp”: 8400,
“value”: 25
},
{
“timestamp”: 8700,
“value”: 33
},
{
“timestamp”: 9000,
“value”: 22
},
{
“timestamp”: 9300,
“value”: 31
},
{
“timestamp”: 9600,
“value”: 30
},
{
“timestamp”: 9900,
“value”: 21
},
{
“timestamp”: 10200,
“value”: 27
},
{
“timestamp”: 10500,
“value”: 37
},
{
“timestamp”: 10800,
“value”: 14
},
{
“timestamp”: 11100,
“value”: 26
},
{
“timestamp”: 11400,
“value”: 32
},
{
“timestamp”: 11700,
“value”: 16
},
{
“timestamp”: 12000,
“value”: 23
},
{
“timestamp”: 12300,
“value”: 29
},
{
“timestamp”: 12600,
“value”: 11
},
{
“timestamp”: 12900,
“value”: 20
},
{
“timestamp”: 13200,
“value”: 39
},
{
“timestamp”: 13500,
“value”: 28
},
{
“timestamp”: 13800,
“value”: 15
},
{
“timestamp”: 14100,
“value”: 38
},
{
“timestamp”: 14400,
“value”: 21
},
{
“timestamp”: 14700,
“value”: 10
},
{
“timestamp”: 15000,
“value”: 30
},
{
“timestamp”: 15300,
“value”: 33
},
{
“timestamp”: 15600,
“value”: 25
},
{
“timestamp”: 15900,
“value”: 12
},
{
“timestamp”: 16200,
“value”: 40
},
{
“timestamp”: 16500,
“value”: 18
},
{
“timestamp”: 16800,
“value”: 24
},
{
“timestamp”: 17100,
“value”: 36
},
{
“timestamp”: 17400,
“value”: 31
},
{
“timestamp”: 17700,
“value”: 22
},
{
“timestamp”: 18000,
“value”: 17
},
{
“timestamp”: 18300,
“value”: 19
},
{
“timestamp”: 18600,
“value”: 29
},
{
“timestamp”: 18900,
“value”: 38
},
{
“timestamp”: 19200,
“value”: 21
},
{
“timestamp”: 19500,
“value”: 35
},
{
“timestamp”: 19800,
“value”: 11
},
{
“timestamp”: 20100,
“value”: 28
},
{
“timestamp”: 20400,
“value”: 13
},
{
“timestamp”: 20700,
“value”: 26
},
{
“timestamp”: 21000,
“value”: 39
},
{
“timestamp”: 21300,
“value”: 32
},
{
“timestamp”: 21600,
“value”: 10
},
{
“timestamp”: 21900,
“value”: 30
},
{
“timestamp”: 22200,
“value”: 27
},
{
“timestamp”: 22500,
“value”: 15
},
{
“timestamp”: 22800,
“value”: 22
},
{
“timestamp”: 23100,
“value”: 24
},
{
“timestamp”: 23400,
“value”: 37
},
{
“timestamp”: 23700,
“value”: 19
},
{
“timestamp”: 24000,
“value”: 35
},
{
“timestamp”: 24300,
“value”: 20
},
{
“timestamp”: 24600,
“value”: 30
},
{
“timestamp”: 24900,
“value”: 28
},
{
“timestamp”: 25200,
“value”: 32
},
{
“timestamp”: 25500,
“value”: 31
},
{
“timestamp”: 25800,
“value”: 14
},
{
“timestamp”: 26100,
“value”: 24
},
{
“timestamp”: 26400,
“value”: 27
},
{
“timestamp”: 26700,
“value”: 11
},
{
“timestamp”: 27000,
“value”: 33
},
{
“timestamp”: 27300,
“value”: 16
},
{
“timestamp”: 27600,
“value”: 21
},
{
“timestamp”: 27900,
“value”: 18
},
{
“timestamp”: 28200,
“value”: 40
},
{
“timestamp”: 28500,
“value”: 23
},
{
“timestamp”: 28800,
“value”: 13
},
{
“timestamp”: 29100,
“value”: 35
},
{
“timestamp”: 29400,
“value”: 22
},
{
“timestamp”: 29700,
“value”: 34
},
{
“timestamp”: 30000,
“value”: 12
},
{
“timestamp”: 30300,
“value”: 29
},
{
“timestamp”: 30600,
“value”: 17
},
{
“timestamp”: 30900,
“value”: 28
},
{
“timestamp”: 31200,
“value”: 30
},
{
“timestamp”: 31500,
“value”: 20
},
{
“timestamp”: 31800,
“value”: 13
},
{
“timestamp”: 32100,
“value”: 39
},
{
“timestamp”: 32400,
“value”: 36
},
{
“timestamp”: 32700,
“value”: 19
},
{
“timestamp”: 33000,
“value”: 22
},
{
“timestamp”: 33300,
“value”: 28
},
{
“timestamp”: 33600,
“value”: 38
},
{
“timestamp”: 33900,
“value”: 14
},
{
“timestamp”: 34200,
“value”: 24
},
{
“timestamp”: 34500,
“value”: 40
},
{
“timestamp”: 34800,
“value”: 30
},
{
“timestamp”: 35100,
“value”: 27
},
{
“timestamp”: 35400,
“value”: 19
},
{
“timestamp”: 35700,
“value”: 36
},
{
“timestamp”: 36000,
“value”: 33
}
],
“type”: “SimulatorAgentLink”
}

Thanks for the support I really appreciate it

Hi, this seems to be a bug.
I have entered your config and also received logs of null values, but made some changes to the json by adding some decimals and plugging it back in. After that in ran.