Data pushed on meteotemplate

All about the standard Meteobridge devices based on mobile routers from TP-Link, D-Link, ASUS

Moderator: Mattk

Post Reply
thunderstorm
Senior Boarder
Senior Boarder
Posts: 76
Joined: Sun Mar 31, 2019 11:00 am

Data pushed on meteotemplate

Post by thunderstorm »

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.

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"
}
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

Code: Select all

    "T": "14.6",
    "TMX": "14.6",
    "TMN": "14.5",
Could you double check how these values are calculated and fix if applicable.

Thanks a lot
Bernd
Post Reply