historic daily maximum and minimum temperature for netatmo stations
Is there a straightforward way to get the historical maximum and minimum temperature on a specific day for netatmo stations accessible via the /getmeasure API endpoint?
Is there a straightforward way to get the historical maximum and minimum temperature on a specific day for netatmo stations accessible via the /getmeasure API endpoint?
<%= block.description %>
<% } %><%= block.description %>
<% } %>
Comments
3 comments
Hello,
Yes, you have a min_temp/max_temp parameter in your /getmeasure query (https://dev.netatmo.com/apidocumentation/weather#getmeasure in "type")
You can then use the 1day scale to get the value for the last 24 hours
Have a good day,
Leslie - Community Manager
thanks Leslie, thats working for me now!
Just for your information, 'date_min_temp', and 'date_max_temp' for the "type" parameter return an error of 'Filter date_min_temp does not exists'. Might be worth removing them from the documentation if that is going to be the case moving forward!
Hi again,
Thanks for the warning ! Indeed these values are deprecated, I asked the teams to correct this
Have a good day,
Leslie - Community Manager
Please sign in to leave a comment.