Add temperature and humidity stuff

This commit is contained in:
hmelder 2024-11-10 01:22:18 +01:00 committed by Rahix
parent 52231a9e9c
commit 4edabc5c56
4 changed files with 57 additions and 1 deletions

View file

@ -35,6 +35,12 @@ func main() {
d.daemonState.piraniVolts3.limit = 3
d.daemonState.piraniVolts100.limit = 100
d.tempDPBottom = 420.6
d.tempDPTop = 69.0
d.tempDPInlet = 42.0
d.tempSEM = 42.5
d.humiditySEM = 66.6
d.aboveRough.threshold = float64(flagPressureThresholdRough)
d.aboveRough.hysteresis = float64(flagPressureThresholdRoughHysteresis)
d.aboveHigh.threshold = float64(flagPressureThresholdHigh)