hi, i have a Problem with my weather Station, pilight dont Show -2.1 but 102.1 all temps under the 0 are not shown as -2 but as 102..... it is only by temps under 0
{
"message": {
"id": 225.0,
"temperature": 102.1,
"humidity": 10.0,
"battery": 0.0
},
"origin": "receiver",
"protocol": "teknihall",
"uuid": "0000-b8-27-eb-f6582f",
"repeats": 1
}
Problem solved, updated to nightly build and now is ok
{
"message": {
"id": 225.0,
"temperature": 102.1,
"humidity": 10.0,
"battery": 0.0
},
"origin": "receiver",
"protocol": "teknihall",
"uuid": "0000-b8-27-eb-f6582f",
"repeats": 1
}
Problem solved, updated to nightly build and now is ok