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
