Data pushed on meteotemplate
Posted: Thu Sep 24, 2026 6:22 pm
Hi Boris,
I'm running the new ws40 meteotemplate side and noticed that min and max for the outside temperature isn't shown as expected. I looked a bit deeper and noticed that meteobridge is sending TMX and TMN, but it seems that those values aren't really min and max temp from today.
The real min and max for today have are 7.4 and 16.9
Sometimes I see that one of the value differs by 0.1
Could you double check how these values are calculated and fix if applicable.
Thanks a lot
Bernd
I'm running the new ws40 meteotemplate side and noticed that min and max for the outside temperature isn't shown as expected. I looked a bit deeper and noticed that meteobridge is sending TMX and TMN, but it seems that those values aren't really min and max temp from today.
Code: Select all
{
"U": "abc",
"PASS": "xyz",
"SW": "meteobridge",
"T": "14.7",
"TMX": "14.7",
"TMN": "14.7",
"H": "72",
"P": "1022.9",
"W": "6.5",
"G": "14.4",
"B": "310",
"R": "0.0",
"RR": "0.0",
"S": "42.0",
"UV": "0.0",
"TIN": "20.2",
"HIN": "39",
"PP0": "1.5",
"PP1": "1.1",
"PP2": "1.0"
}Sometimes I see that one of the value differs by 0.1
Code: Select all
"T": "14.6",
"TMX": "14.6",
"TMN": "14.5",Thanks a lot
Bernd