Hi -
Just ran a quick test with the template th0dew-avg@h2=F.1 (coverts C to F) and the data appears to be correct. Although it is an average it would be almost impossible to get the exact temperature from two hours ago unless you are updating your data every minute. You can test the templates by using this format
http://ip-of-meteobridge/cgi-bin/template.cgi?template=[th0dew-avg@h2]
Running the following:
Platform: Raspberry Pi 3 Model B+
RAM: 941 MB total, 777 MB free (17% used)
Storage: WD SLC, 29.3 GB total, 26.8 GB free (9% used, 1343.8 yrs)
SW Version: Meteobridge 5.6 (Apr 30 2023, build 2753), FW 1.3
EDIT: Just ran a test updating the MBtags-template.txt with the following:
wvar th0dew-avg@h2 dewpoint 2hrs
wvar th0dew-avg@h4 dewpoint 4hrs
wvar th0dew-avg@h6 dewpoint 6hrs
wvar th0dew-avg@h8 dewpoint 8hrs
wvar th0dew-avg@h12 dewpoint 12hrs
reloaded the template to meteobridge and executed manually and after inspecting the MBtags.php it appears that I have the expected results for my rig:
th0dew-avg@h2|70.8|// dewpoint 2hrs:|:
th0dew-avg@h4|71.7|// dewpoint 4hrs:|:
th0dew-avg@h6|69.1|// dewpoint 6hrs:|:
th0dew-avg@h8|65.4|// dewpoint 8hrs:|:
th0dew-avg@h12|67.0|// dewpoint 12hrs:|:
Not sure if this info will be helpful but I thought I would throw it out there
g