pyP2Monitor  1.0.0
Monitor a P2 furnace activity reading data on serial port
 All Data Structures Namespaces Functions Variables Groups Pages
Howto use the data processing programm

use the data processing programm

Description

This programm is used to read datas stored by the monitoring programm. It is able to generate charts to view datas over time using GnuPlot. It's implement a simple query langage to select data.

Important options

To have more informations on possible options run "pyP2_monitor -h"

Query syntax

Each '-q' option take a string in argument that represent a simple query to select datas. Queries consist of multiple couple of option and value in the form option=value separated by coma.

Queries example

$ ./pyP2_dprocess -d ./p2.db -q 'begin=-26h,end=-24h,format=diff,n=5' -q 'b=-26h,e=-24h,f=diff,n=7'

Query options list

Each options has a shortcut ( for example begin= can be written as b= )