I am looking for retrieving the number of raindays (respectively the reverse: the number of days without rain) in a period with Meteobridge:
all time, year, month, weewx, from - to - but I could find anything in the Template section of the WiKi which touches this point.
Also, searching in the forum didn't produce anything useable ...
I know that technically I would have to count the days when the daily rain sum was bigger than a defined threshold (>0.00, >0.1 --> dew, ...),
but how to formulate it ...?
two questions:
1. for determining the number of raindays in a given period (from - to):
Does anyone have ideas what the expression [sensor-selector ...] has to look like ? Maybe in combination with a conditional expression #if ...#fi
2. Is there a possibility to create a loop with a break condition (e.g. loop while condition is fulfilled or loop until condition fulfilled with the template language) ?
all time, year, month, weewx, from - to - but I could find anything in the Template section of the WiKi which touches this point.
Also, searching in the forum didn't produce anything useable ...
I know that technically I would have to count the days when the daily rain sum was bigger than a defined threshold (>0.00, >0.1 --> dew, ...),
but how to formulate it ...?
two questions:
1. for determining the number of raindays in a given period (from - to):
Does anyone have ideas what the expression [sensor-selector ...] has to look like ? Maybe in combination with a conditional expression #if ...#fi
2. Is there a possibility to create a loop with a break condition (e.g. loop while condition is fulfilled or loop until condition fulfilled with the template language) ?
Statistics: Posted by Gyvate — Sun Feb 04, 2024 11:00 am