Template particolari

This section covers the Meteobridge PRO, PRO2, NANO SD, Raspberry Pi and VM platforms exclusively

Moderator: Mattk

Post Reply
masgio69
Senior Boarder
Senior Boarder
Posts: 67
Joined: Thu Apr 23, 2020 12:38 pm

Template particolari

Post by masgio69 »

Buongiorno a tutti , premetto che ho provato a cercare nel forum ma non ho trovato niente che mi possa aiutare , volevo creare una tabella con dei template perticolari ma non riesco a trovare la giusta formula. Mi spiego meglio , vorrei trovare il tag corretto per ad esempio il giorno più piovoso di un mese , anno , alltime . Come ad esempio la temperatura minima dell'anno con data e ora . Qualcuno mi può aiutare per favore?
Grazie mille.
masgio69
Senior Boarder
Senior Boarder
Posts: 67
Joined: Thu Apr 23, 2020 12:38 pm

Re: Template particolari

Post by masgio69 »

Nessuno mi può aiutare?
Mattk
Platinum Boarder
Platinum Boarder
Posts: 1384
Joined: Mon Sep 22, 2014 3:24 am

Re: Template particolari

Post by Mattk »

Template page is https://www.meteobridge.com/wiki/index. ... =Templates

Rainfall being cumulative then you can't go back in time apart from 24-30 hours so not really possible.

Temperature th0temp will work with the Selectors as per the Template page

Minimum temp for year use ymin
Minimum temp for year date & time use ymintime, time stamp will be YYYMMDDhhmmss which can then be broken out in a Date & Time

Min temp for Month use mmin, date/time use mmintime
Min temp for day use dmin, date/time use dmintime etc etc

All listed on the Template page
masgio69
Senior Boarder
Senior Boarder
Posts: 67
Joined: Thu Apr 23, 2020 12:38 pm

Re: Template particolari

Post by masgio69 »

Veramente non è possibile trovare il giorno più piovoso di un mese o anno ? Quando salva i dati meteobridge lo fa in sezioni orarie e giornaliere. Pensavo che con qualche istruzioni particolare si potesse avere il modo di sapere e visualizzare questi dati.
Mattk
Platinum Boarder
Platinum Boarder
Posts: 1384
Joined: Mon Sep 22, 2014 3:24 am

Re: Template particolari

Post by Mattk »

No, it's not as rainfall is cumulative. A script would need to be running to determine and store these sorts of specific values over time but not available from a template.

As per the Template page:

Sensors that deliver cumulated data like "rain0total", "sol0evo" and "sun0total" should be used with the following selectors only:

hoursum, daysum or sumday, monthsum, yearsum, allsum, ydaysum: selects summarized delta values from today, this month, this year, all time or yesterday. Example: "rain0total-sumday" is todays rain fall.
Post Reply