Virtual sensor for sealevel pressure (thb2)
Posted: Sun Sep 04, 2011 12:59 pm
Hi there,
another virtual sensor approach...
... I want to define a new virtual sensor as a copy of thb0 (if it makes sense or not).
I set up the virtual sensor thb2 as:
triggered on thb0.
The values for thb2 look fine in the sensor data preview: 26.4° 65% 964.3mb (1011.9mb) fc:2
Data table for thb2 looks like:
But if I want to draw a graph of thb2-sea, it only draws the thb2-press value.
What am I doing wrong? Can anybody help?
Thanks in advance
another virtual sensor approach...
... I want to define a new virtual sensor as a copy of thb0 (if it makes sense or not).
I set up the virtual sensor thb2 as:
Code: Select all
awk ' { printf ''%d %d %d %d %d %d %d %d'', $3, $4, $5, $6, $7, $8 , $9, $10}'
The values for thb2 look fine in the sensor data preview: 26.4° 65% 964.3mb (1011.9mb) fc:2
Data table for thb2 looks like:
Code: Select all
20110904103915 thb2 261 66 0192 9642 2 10118
20110904104003 thb2 262 66 0193 9642 2 10118
20110904104105 thb2 262 66 0193 9643 2 10119
20110904104207 thb2 262 66 0193 9643 2 10119
20110904104309 thb2 262 66 0193 9643 2 10119
What am I doing wrong? Can anybody help?
Thanks in advance