diff -r c02e12e9c884 -r 6a3fec0c3f88 main/automation.c --- a/main/automation.c Wed May 19 14:47:17 2021 +0200 +++ b/main/automation.c Wed May 19 17:21:33 2021 +0200 @@ -121,6 +121,10 @@ LastMashStep = 0; ESP_LOGD(TAG, "Last mash step %d", LastMashStep); + log_msg(TAG, "Equipent: %s", equipment.Name); + log_msg(TAG, "PID : P=%.3f I=%.3f D=%.3f", equipment.PID_kP, equipment.PID_kI, equipment.PID_kD); + log_msg(TAG, "Recipe : %s %s", recipe.Code, recipe.Name); + // Check for a crashed session. if (runtime.AutoModeStarted) { TopMessage((char *)"Brouwen hervatten?");