diff --git a/thermal_info_config_charge_comet.json b/thermal_info_config_charge_comet.json index 1fb655d..23aeaef 100644 --- a/thermal_info_config_charge_comet.json +++ b/thermal_info_config_charge_comet.json @@ -42,34 +42,6 @@ "PollingDelay": 300000, "PassiveDelay": 7000 }, - { - "Name": "inner_brightness", - "Type": "UNKNOWN", - "Multiplier": 1 - }, - { - "Name": "OPEN_WEIGHT", - "Type": "UNKNOWN", - "Hidden": true, - "VirtualSensor": true, - "Formula": "COUNT_THRESHOLD", - "StepRatio": 0.2, - "Combination": ["inner_brightness"], - "Coefficient": [1.0], - "Multiplier": 1, - "PassiveDelay": 7000 - }, - { - "Name": "CLOSE_WEIGHT", - "Type": "UNKNOWN", - "Hidden": true, - "VirtualSensor": true, - "Formula": "WEIGHTED_AVG", - "Combination": ["1", "OPEN_WEIGHT"], - "CombinationType": ["CONSTANT", "SENSOR"], - "Coefficient": [1.0, -1.0], - "Multiplier": 1 - }, { "Name": "VIRTUAL-SKIN-CHARGE-OPEN", "Type": "UNKNOWN", @@ -104,9 +76,8 @@ "VirtualSensor": true, "TriggerSensor": "charger_therm", "Formula": "WEIGHTED_AVG", - "Combination": ["VIRTUAL-SKIN-CHARGE-OPEN", "VIRTUAL-SKIN-CHARGE-CLOSE"], - "Coefficient": ["OPEN_WEIGHT", "CLOSE_WEIGHT"], - "CoefficientType": ["SENSOR", "SENSOR"], + "Combination": ["VIRTUAL-SKIN-CHARGE-CLOSE"], + "Coefficient": [1.0], "HotThreshold": ["NaN", 34.0, 38.0, 41.0, 45.0, 47.0, 55.0], "HotHysteresis": [0.0, 1.9, 3.9, 2.9, 3.9, 1.9, 1.9], "Multiplier": 0.001, diff --git a/thermal_info_config_comet.json b/thermal_info_config_comet.json index ba34498..fd5485a 100644 --- a/thermal_info_config_comet.json +++ b/thermal_info_config_comet.json @@ -142,34 +142,6 @@ "PollingDelay": 300000, "PassiveDelay": 7000 }, - { - "Name": "inner_brightness", - "Type": "UNKNOWN", - "Multiplier": 1 - }, - { - "Name": "OPEN_WEIGHT", - "Type": "UNKNOWN", - "Hidden": true, - "VirtualSensor": true, - "Formula": "COUNT_THRESHOLD", - "StepRatio": 0.2, - "Combination": ["inner_brightness"], - "Coefficient": [1.0], - "Multiplier": 1, - "PassiveDelay": 7000 - }, - { - "Name": "CLOSE_WEIGHT", - "Type": "UNKNOWN", - "Hidden": true, - "VirtualSensor": true, - "Formula": "WEIGHTED_AVG", - "Combination": ["1", "OPEN_WEIGHT"], - "CombinationType": ["CONSTANT", "SENSOR"], - "Coefficient": [1.0, -1.0], - "Multiplier": 1 - }, { "Name": "VIRTUAL-SKIN-OPEN", "Type": "UNKNOWN", @@ -204,9 +176,8 @@ "VirtualSensor": true, "TriggerSensor": "charger_therm", "Formula": "WEIGHTED_AVG", - "Combination": ["VIRTUAL-SKIN-OPEN", "VIRTUAL-SKIN-CLOSE"], - "Coefficient": ["OPEN_WEIGHT", "CLOSE_WEIGHT"], - "CoefficientType": ["SENSOR", "SENSOR"], + "Combination": ["VIRTUAL-SKIN-CLOSE"], + "Coefficient": [1.0], "HotThreshold": ["NAN", 39.0, 43.0, 45.0, 46.5, 100.0, 140.0], "HotHysteresis": [0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9], "Multiplier": 0.001,