forked from tomhartley/AirPi
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathoutputs.cfg
More file actions
38 lines (34 loc) · 743 Bytes
/
outputs.cfg
File metadata and controls
38 lines (34 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[Calibration]
filename=calibration
enabled=on
Light_Level=math.exp((math.log(x/1000)-4.125)/-0.6704),Lux
Air_Quality=x*(0.024+0.0072*findVal("Relative_Humidity")+0.0246*findVal("Temperature")),Corrected Ohms
UVI=(x/470)*(5.25/20),UVI
Bucket_tips=x*0.2794,mm
[Print]
filename=print
enabled=on
calibration=on
[Xively]
filename=xively
enabled=on
APIKey=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
FeedID=XXXXXXXXXX
calibration=off
[CSVOutput]
filename=csvoutput
enabled=off
outputFile=log.csv
calibration=off
[HTTP]
filename=http
enabled=off
calibration=on
wwwPath=www
port=8080
history=off
historySize=2880
historyInterval=30
historyCalibrated=false
title=AirPi - Sheffield
about=This AirPi weather station is located in Sheffield, UK.