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.
Template particolari
Moderator: Mattk
Re: Template particolari
Nessuno mi può aiutare?
Re: Template particolari
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
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
Re: Template particolari
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.
Re: Template particolari
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.
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.