forked from Artificial-Pancreas/iAPS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2 new bug fixes. Lower carb ratio to a minimum of 0.1 g/U. Add a freeaps_settings default json.
- Loading branch information
Showing
10 changed files
with
106 additions
and
52 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 42 additions & 40 deletions
82
FreeAPS/Resources/json/defaults/freeaps/freeaps_settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,44 @@ | ||
{ | ||
"useAlarmSound" : false, | ||
"uploadStats" : false, | ||
"useCalendar" : false, | ||
"rulerMarks" : false, | ||
"individualAdjustmentFactor" : 0.5, | ||
"low" : 70, | ||
"displayHR" : true, | ||
"localGlucosePort" : 8080, | ||
"uploadGlucose" : true, | ||
"allowAnnouncements" : false, | ||
"debugOptions" : false, | ||
"useAppleHealth" : false, | ||
"high" : 170, | ||
"yGridLines" : true, | ||
"useLocalGlucoseSource" : false, | ||
"closedLoop" : false, | ||
"units" : "mmol/L", | ||
"xGridLines" : true, | ||
"lowGlucose" : 70, | ||
"oneDimensionalGraph" : false, | ||
"glucoseNotificationsAlways" : false, | ||
"addSourceInfoToGlucoseNotifications" : false, | ||
"cgm" : "nightscout", | ||
"glucoseBadge" : true, | ||
"overrideHbA1cUnit" : false, | ||
"delay" : 80, | ||
"smoothGlucose" : false, | ||
"skipBolusScreenAfterCarbs" : false, | ||
"highGlucose" : 220, | ||
"timeCap" : 8, | ||
"minuteInterval" : 20, | ||
"isUploadEnabled" : true, | ||
"useAutotune" : false, | ||
"hours" : 6, | ||
"carbsRequiredThreshold" : 50, | ||
"insulinReqPercentage" : 80, | ||
"useFPUconversion" : false, | ||
"displayOnWatch" : "HR", | ||
"animatedBackground" : false | ||
"maxCarbs": 1000 | ||
"units" : "mmol/L", | ||
"closedLoop" : false, | ||
"allowAnnouncements" : false, | ||
"useAutotune" : false, | ||
"onlyAutotuneBasals" : false, | ||
"isUploadEnabled" : false, | ||
"useLocalGlucoseSource" : false, | ||
"localGlucosePort" : 8080, | ||
"debugOptions" : false, | ||
"insulinReqPercentage" : 70, | ||
"skipBolusScreenAfterCarbs" : false, | ||
"displayHR" : false, | ||
"cgm" : "nightscout", | ||
"uploadGlucose" : true, | ||
"useCalendar" : false, | ||
"glucoseBadge" : false, | ||
"glucoseNotificationsAlways" : false, | ||
"useAlarmSound" : false, | ||
"addSourceInfoToGlucoseNotifications" : false, | ||
"lowGlucose" : 72, | ||
"highGlucose" : 270, | ||
"carbsRequiredThreshold" : 10, | ||
"animatedBackground" : false, | ||
"useFPUconversion" : true, | ||
"individualAdjustmentFactor" : 0.5, | ||
"timeCap" : 8, | ||
"minuteInterval" : 30, | ||
"delay" : 60, | ||
"useAppleHealth" : false, | ||
"smoothGlucose" : false, | ||
"displayOnWatch" : "BGTarget", | ||
"overrideHbA1cUnit" : false, | ||
"high" : 145, | ||
"low" : 70, | ||
"uploadStats" : true, | ||
"hours" : 6, | ||
"xGridLines" : true, | ||
"yGridLines" : true, | ||
"oneDimensionalGraph" : false, | ||
"rulerMarks" : false, | ||
"maxCarbs": 1000, | ||
"displayFatAndProteinOnWatch": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"max_iob" : 0, | ||
"max_daily_safety_multiplier" : 3, | ||
"current_basal_safety_multiplier" : 4, | ||
"autosens_max" : 1.2, | ||
"autosens_min" : 0.7, | ||
"smb_delivery_ratio" : 0.5, | ||
"rewind_resets_autosens" : true, | ||
"high_temptarget_raises_sensitivity" : false, | ||
"low_temptarget_lowers_sensitivity" : false, | ||
"sensitivity_raises_target" : true, | ||
"resistanceLowersTarget" : false, | ||
"adv_target_adjustments" : false, | ||
"exercise_mode" : false, | ||
"half_basal_exercise_target" : 160, | ||
"maxCOB" : 120, | ||
"wide_bg_target_range" : false, | ||
"skip_neutral_temps" : false, | ||
"unsuspend_if_no_temp" : false, | ||
"min_5m_carbimpact" : 8, | ||
"autotune_isf_adjustmentFraction" : 1, | ||
"remainingCarbsFraction" : 1, | ||
"remainingCarbsCap" : 90, | ||
"enableUAM" : false, | ||
"A52_risk_enable" : false, | ||
"enableSMB_with_COB" : false, | ||
"enableSMB_with_temptarget" : false, | ||
"enableSMB_always" : false, | ||
"enableSMB_after_carbs" : false, | ||
"allowSMB_with_high_temptarget" : false, | ||
"maxSMBBasalMinutes" : 30, | ||
"maxUAMSMBBasalMinutes" : 30, | ||
"SMBInterval" : 3, | ||
"bolus_increment" : 0.1, | ||
"curve" : "rapid-acting", | ||
"useCustomPeakTime" : false, | ||
"insulinPeakTime" : 75, | ||
"carbsReqThreshold" : 1, | ||
"noisyCGMTargetMultiplier" : 1.3, | ||
"suspend_zeros_iob" : false, | ||
"maxDelta_bg_threshold" : 0.2, | ||
"adjustmentFactor" : 0.5, | ||
"sigmoid" : false, | ||
"enableDynamicCR" : false, | ||
"useNewFormula" : false, | ||
"useWeightedAverage" : false, | ||
"weightPercentage" : 0.65, | ||
"tddAdjBasal" : false, | ||
"enableSMB_high_bg" : false, | ||
"enableSMB_high_bg_target" : 110, | ||
"threshold_setting" : 65, | ||
"updateInterval" : 20 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"targets": [ | ||
{ | ||
"low": 5.5, | ||
"high": 6.0, | ||
"high": 5.5, | ||
"start": "00:00:00", | ||
"offset": 0 | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters