Here are the sensor ids of the ParoScientific sensors and the frequency counter board numbers and the input pin numbers.

Note that 7t is on pressure1 and 7b is on pressure2.  Also notice that ids in the 3000's are not at the top height.

pressure1

Location

adam

temperature id

board,pin

pressure id

board,pin

3b

5

2034

0,1

2036

0,8

4b

5

2044

0,18

2046

1,1

5b

5

2054

1,8

2056

1,18

5t

5

2064

2,1

2066

2,8

6b

5

2074

2,18

2076

3,1

6t

5

3054

3,8

3056

3,18

7t

5

3064

4,1

3066

4,8

pressure2

Location

adam

temperature id

board,pin

pressure id

board,pin

7b

6

2084

0,1

2086

0,8

8b

6

2094

0,18

2096

1,1

8t

6

2104

1,8

2106

1,18

9b

6

2114

2,1

2116

2,8

9t

6

3074

2,18

3076

3,1

10b

6

3084

3,8

3086

3,18

11b

6

3094

4,1

3096

4,8

To display data for a given id, do (this example is for temperature from 3b)

data_dump -i 5,2034 -L sock:aster

If you are running on an adam, the data_dump is an older version, do:

data_dump -d 5 -s 2034 -L sock:localhost
  • No labels