Print every 5 minutes

35 views
Skip to first unread message

Hector Valenzuela

unread,
Apr 24, 2020, 3:14:14 PM4/24/20
to weewx-user
Hi i have a Vantage Pro 2 running on Raspberry pi and i need to update temperature / humidity data every 5 minutes on NOAA template, is that possible? its like wunderground table but wunderground does not display extra sensors.

Tom Keffer

unread,
Apr 24, 2020, 4:00:58 PM4/24/20
to weewx-user
The NOAA tables get updated on every archive interval. So, if you archive interval is 5 minutes, then the current monthly and yearly HTML files will get updated every 5 minutes.

On Fri, Apr 24, 2020 at 12:14 PM Hector Valenzuela <hector...@gmail.com> wrote:
Hi i have a Vantage Pro 2 running on Raspberry pi and i need to update temperature / humidity data every 5 minutes on NOAA template, is that possible? its like wunderground table but wunderground does not display extra sensors.

--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/6b8565b3-6a32-4c42-8949-5387f65c0c1d%40googlegroups.com.

Hector Valenzuela

unread,
Apr 24, 2020, 4:31:46 PM4/24/20
to weewx-user
Yes, my interval is 300 seconds but i want to see on NOAA template the history register data every 5 minutes like wunderground:

Captura de pantalla 2020-04-24 a las 1.30.39 p.m..png



El viernes, 24 de abril de 2020, 13:00:58 (UTC-7), Tom Keffer escribió:
The NOAA tables get updated on every archive interval. So, if you archive interval is 5 minutes, then the current monthly and yearly HTML files will get updated every 5 minutes.

On Fri, Apr 24, 2020 at 12:14 PM Hector Valenzuela <hecto...@gmail.com> wrote:
Hi i have a Vantage Pro 2 running on Raspberry pi and i need to update temperature / humidity data every 5 minutes on NOAA template, is that possible? its like wunderground table but wunderground does not display extra sensors.

--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.

Tom Keffer

unread,
Apr 24, 2020, 4:36:56 PM4/24/20
to weewx-user
You can iterate over records. See the section Iteration in the Customizing Guide. For example (NOT TESTED):

#for $record in $day.records
$record.dateTime $record.outTemp $record.outHumidity
#end for

This would create a line with temperature and humidity for every archive record since midnight.

-tk



To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e7ba8b29-4a77-4fd1-9cec-1c10f004a613%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages