UDP info temperature minimum/maximum during the day?

Is it possible to retrieve data on the minimum and maximum temperature recorded during the day with time and temperature? I need that information to get to me via UDP message.

Just collect the temperature data using UDP and maintain your own min/max temps with resets when it makes sense to you.

3 Likes

obligatory weewx answer applies…

2 Likes

Yes. I access it using the API and display it in my graphs such as this:

I loop through the values returned from the API to set the max min etc.
cheers Ian :slight_smile:

2 Likes