The HTTP server seems not to provide realtime readings, but only the aggregated values.
This delivers exactly the same, but should be different, as my aggregation time is 600s.
http://localhost/middleware.php/data.json?options=raw&from=now&uuid[]=1111-2222-3333
http://localhost:8081/1111-2222-3333
Is there a way to get the live data over HTTP? The push server is working, as I can see the live data in the middleware.
The HTTP server seems not to provide realtime readings, but only the aggregated values.
This delivers exactly the same, but should be different, as my aggregation time is 600s.
http://localhost/middleware.php/data.json?options=raw&from=now&uuid[]=1111-2222-3333
http://localhost:8081/1111-2222-3333
Is there a way to get the live data over HTTP? The push server is working, as I can see the live data in the middleware.