From b8bffc6b350a00a9bf483f44ca9b66fde785a4bd Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 9 Jan 2019 09:33:03 -0800 Subject: [PATCH] use --categorize-uam-as-basal=true for now --- bin/oref0-cron-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/oref0-cron-nightly.sh b/bin/oref0-cron-nightly.sh index ef5ee8f3b..eb8614456 100755 --- a/bin/oref0-cron-nightly.sh +++ b/bin/oref0-cron-nightly.sh @@ -18,5 +18,5 @@ directory="$PWD" if [[ $ENABLE =~ autotune ]]; then # autotune nightly at 4:05am using data from NS echo "=== Running Autotune at `date` === " | tee -a /var/log/openaps/autotune.log - (oref0-autotune -d=$directory -n=$NIGHTSCOUT_HOST && cat $directory/autotune/profile.json | jq . | grep -q start && cp $directory/autotune/profile.json $directory/settings/autotune.json) 2>&1 | tee -a /var/log/openaps/autotune.log & + (oref0-autotune -d=$directory -n=$NIGHTSCOUT_HOST --categorize-uam-as-basal=true && cat $directory/autotune/profile.json | jq . | grep -q start && cp $directory/autotune/profile.json $directory/settings/autotune.json) 2>&1 | tee -a /var/log/openaps/autotune.log & fi