Reading measurements from flash on CLI #440
Replies: 3 comments 1 reply
-
I'm also looking for a way to read saved data. General principle: You need to establish a connection and send a control command.
|
Beta Was this translation helpful? Give feedback.
-
PrimaryService UUID16 0x1F10 Enable Notifications. Send/receive:
When requested, it switches to “Connection interval” 20 ms, “Delay” 0. Warning:The ESP32 cannot receive this stream correctly. |
Beta Was this translation helpful? Give feedback.
-
Thank you!
uint16_t count - Always zero. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
first, thanks to all contributing developers for the great work!
My use case is to put the thermometers in various places, let them record measurements offline, and download the recorded data after a few days or weeks. For that, the custom firmware is great. I have flashed it successfully, and I can download the measurements from flash using GraphMemo.html as CSV.
Currently, downloading is quite cumbersome: start browser, open page, connect, download CSV, disconnect, repeat for every thermometer. Is there a CLI tool that can do this? If not, what would be the easiest way to create one? I have seen the Python interface, but it seems to be quite low-level
The ultimate goal would be to combine the gathered data in a database and display it graphically. I am considering Grafana and InfluxDB for that. If I can download the data with Python, it would be easy to upload it to InfluxDB, synchronously or asynchronously. Or is there a better option, knowing that the data is recorded offine?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions