I have an application with a LoRaWAN device and I want to use the storage integration to store the data. The storage integration is enabled by opening Integrations → Storage Integration → Enable and I can simulate live data which gets stored.
I can see the data by using the API, but the data from the device aren´t stored in the database.
How can I forward my device data into my database to store them?
Which API and which database are you referring to?
Data Storage you fetch the data, other integrations forward.
MQTT or WebHooks give you the maximum amount of information. MQTT you need an application running to listen for messages & process them. WebHooks you can write a web server script to receive the data & process them.
Data Storage you request the data for an application or just a device & process them.
And you can access it as you wish - not only is it all detailed in the documentation but there are even some sample web addresses being displayed on the console for you.
What do you mean when you say you can see your data by using the API?
How do you know the data is not being stored in the database?
If you can see your data, surely that means it is stored in the database!
removing limit doesn´t change something. My device is sending new data every hour. The simulated data are older than the last data from my device.
But I have configured a payload formatter in my device. May this formatter cause this issue?
I took some measurements last week, and I was able to see the data on the console and through the sample web addresses provided at the storage integration tab when I was taking the measurements. However, I didn’t save them, and there is nothing on the console/web address now.
I tried the above code, but it didn’t return anything. When I use my other applications reporting frequently, it shows only the real-time data that you can see through the web address, but there is no historical data, e.g., two days or a week old.
I need what I measured; raw or processed doesn’t matter.