Strange behavior thXX

Discussion of the Meteohub software package

Moderator: Mattk

Post Reply
netsigi
Senior Boarder
Senior Boarder
Posts: 74
Joined: Wed Aug 05, 2009 7:27 pm

Strange behavior thXX

Post by netsigi »

Hi,
I have two Sensors with the same problem. According documentation temp is in 10th Degrees and hum in percent.
The data enters with percent hum but displays 10th. Per example value 74 displays 7%
pic3
pic3
Bildschirmfoto 2015-08-26 um 21.21.08.png (25.37 KiB) Viewed 3133 times
Ok, no problem my quick solution was a virtual sensor with $4*10. But it displayed 100% Humidity.
Then the solution was: awk ' { printf ''%d %d %d'', $3, $4, $5}' (No change)
pic1
pic1
Bildschirmfoto 2015-08-26 um 21.21.33.png (48.65 KiB) Viewed 3133 times
But raw data shows also identical data:
pic2
pic2
th-log.gif (109.78 KiB) Viewed 3133 times
Where is the difference?
P.S Data enters via Plugin,does this matter? If i go back some days before, i always had 10th's humidity. And it displayed ok...?

20150826075344 th11 130 447 0130
20150826075414 th11 130 442 0130
20150826075444 th11 130 470 0130
20150826075514 th11 130 479 0130
20150826075544 th11 130 477 0130
20150826075614 th11 129 478 0129

All i changed today: Added a additional anemometer, the data structure of the existing sensors did not change.

regards, Beat
netsigi
Senior Boarder
Senior Boarder
Posts: 74
Joined: Wed Aug 05, 2009 7:27 pm

Re: Strange behavior thXX

Post by netsigi »

Nevermind... found it !

I set calibration value for this sensor... and forgot it.
pic1
pic1
Bildschirmfoto 2015-08-31 um 23.27.41.png (74.3 KiB) Viewed 3089 times
Post Reply