You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A request like "https://NIGHTSCOUT_URL/api/v1/entries/sgv.json?count=10" returns a JSON response with many unnecessary parameters.
This large JSON response is difficult to process on ESP microcontrollers due to insufficient device memory.
A request like "https://NIGHTSCOUT_URL/api/v1/entries/sgv?count=10" provides a lighter response, but it is not a JSON response.
Is it possible to send a JSON request to get historical data only for certain parameters, such as "sgv", "mills"?