Page 1 of 1

Strange behavior thXX

Posted: Wed Aug 26, 2015 10:03 pm
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 3135 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 3135 times
But raw data shows also identical data:
pic2
pic2
th-log.gif (109.78 KiB) Viewed 3135 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

Re: Strange behavior thXX

Posted: Mon Aug 31, 2015 11:34 pm
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 3091 times