Index: tests/dg_tests.py =================================================================== diff -u -rca3dffa6d804bbaeff6eb1009edf88835107dc44 -rb512a9393474d83243c08d7adf550540b2877f10 --- tests/dg_tests.py (.../dg_tests.py) (revision ca3dffa6d804bbaeff6eb1009edf88835107dc44) +++ tests/dg_tests.py (.../dg_tests.py) (revision b512a9393474d83243c08d7adf550540b2877f10) @@ -473,7 +473,8 @@ f = open("/home/fw/projects/dialin/tests/Heat_disinfect.log", "w") #dg.heaters.cmd_heaters_broadcast_interval_override(50) #sleep(1) - dg.hd_proxy.cmd_start_stop_dg_heat_disinfect() + #dg.hd_proxy.cmd_start_stop_dg_heat_disinfect() + dg.hd_proxy.cmd_start_stop_dg_heat_disinfect_active_cool() try: while True: @@ -512,6 +513,8 @@ except KeyboardInterrupt: dg.hd_proxy.cmd_start_stop_dg_heat_disinfect(start=False) + sleep(0.2) + dg.hd_proxy.cmd_start_stop_dg_heat_disinfect_active_cool(start=False) f.close() @@ -644,7 +647,7 @@ hd.cmd_log_in_to_hd() sleep(1) - #run_heat_disinfect() + run_heat_disinfect() #run_flush_mode() @@ -654,7 +657,7 @@ # cmd_set_disinfect_ui_screen() - collect_treatment_data() + #collect_treatment_data() #collect_hd_treatment()