Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions cfg/supports.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ enabled = yes

#func_Air_Quality = x*(0.024+0.0072*findVal("Relative Humidity")+0.0246*findval("Temperature")),Corrected Ohms
#func_Air_Quality = x*(0.024+0.0072*2+0.0246*2),Corrected Ohms
#func_Air_Quality = (9.71/((x*(0.024+0.0072*findVal("Relative Humidity")+0.0246*findval("Temperature"))/36200)^2.5))-8.498,pseudo-ppm

# Function below was set by Fred Sonnenwald:
# https://pi.gate.ac.uk/posts/2014/02/25/airpisensors/
Expand All @@ -47,6 +48,12 @@ enabled = yes
# the appropriate datasheet".
#func_Light_Level = math.exp((math.log(x/1000)-4.125)/-0.6704),Lux

# Rain Gauge Maplin_N77NF mm/m2/hr calibration
# Replace "a" with 60 minutes devided with your sample frequency in minutes
# For example if your sample frequency is 900 seconds which equals to 15 minutes just do 60/15=4 and replace "a" with 4
# If you are using a different Rain Gauge you may have to find out how much water is per tip an replace 0.2794 with your value
#func_Bucket_tips=x*0.2794*a,mm/m2/hr

[Limits]
filename = limits
enabled = no
Expand Down