Page 1 of 1

Virtual sensor for sealevel pressure (thb2)

Posted: Sun Sep 04, 2011 12:59 pm
by Hathor27
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:

Code: Select all

awk ' { printf ''%d %d %d %d %d %d %d %d'', $3, $4, $5, $6, $7, $8 , $9, $10}'
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:

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
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

Re: Virtual sensor for sealevel pressure (thb2)

Posted: Mon Nov 07, 2011 12:10 am
by Hathor27
Any idea how I can deliver sealevel-pressure and forecast values to meteohub (as virtual-sensor or station-plugin)? For thb values it only accepts temperature, humidity and station-pressure...