Virtual sensor for sealevel pressure (thb2)

Moderator: Mattk

Post Reply
User avatar
Hathor27
Expert Boarder
Expert Boarder
Posts: 126
Joined: Thu May 05, 2011 9:33 pm
Location: Switzerland
Contact:

Virtual sensor for sealevel pressure (thb2)

Post 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
Best Regards
Hathor27

------------------------------------------------------------
Image
http://untersiggenthal.meteodata.ch
User avatar
Hathor27
Expert Boarder
Expert Boarder
Posts: 126
Joined: Thu May 05, 2011 9:33 pm
Location: Switzerland
Contact:

Re: Virtual sensor for sealevel pressure (thb2)

Post 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...
Best Regards
Hathor27

------------------------------------------------------------
Image
http://untersiggenthal.meteodata.ch
Post Reply