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%
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)
But raw data shows also identical data:
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
Strange behavior thXX
Moderator: Mattk
Re: Strange behavior thXX
Nevermind... found it !
I set calibration value for this sensor... and forgot it.
I set calibration value for this sensor... and forgot it.