- adjusted temp offset

This commit is contained in:
jens
2021-10-12 17:17:55 +02:00
parent e8fa90e753
commit 862babcb50
+1 -1
View File
@@ -21,7 +21,7 @@ if __name__ == '__main__':
DT_TASK_TRACER = 1.0
# Sensor
sensor = TempSensorFactory.create(config['Controller']['sensor_name'], temp_offset=-0.3)
sensor = TempSensorFactory.create(config['Controller']['sensor_name'], temp_offset=-0.15)
taskmgr.add(TempSensorTask(sensor, DT_TASK, dispatcher.msgio_get("Sensor")))
# Plant