X-Git-Url: https://git.frykholm.com/heatpump.git/blobdiff_plain/ffba85a20de6e5a4138bf74d6d4e529fbc148ee1..a45ebe4bf888abcc6cc8611206eed9e9e2a1f10e:/heatpump.py diff --git a/heatpump.py b/heatpump.py index d715d07..b003c9f 100644 --- a/heatpump.py +++ b/heatpump.py @@ -26,8 +26,10 @@ def temp_get(volts,supply_voltage=5): while(True): vv_retur=temp_get(DAQC.getADC(0,0),DAQC.getADC(0,8)) + vv_top=temp_get(DAQC.getADC(0,2),DAQC.getADC(0,8)) hetgas=temp_get(DAQC.getADC(0,1),DAQC.getADC(0,8)) print("VV retur:",vv_retur) + print("VV top:",vv_top) print("Hetgas:",hetgas) print("Kompressor:",compressor()) if vv_retur < 35: