I can't see the data in my reports. I have added data like in example via:
curl -X POST -H "Content-Type: application/json" --data '{ "type":"home.temperature", "properties": { "temperature": 80 } }' http://localhost:5000/api/events
... but i can't see any data.


Please, can someone help me ?
tnx ;)