Skip to content

Commit

Permalink
Correct turn-on temp.
Browse files Browse the repository at this point in the history
  • Loading branch information
spahrenk committed Dec 11, 2024
1 parent fc9a305 commit 25780d1
Show file tree
Hide file tree
Showing 5 changed files with 1,208 additions and 1,208 deletions.
4 changes: 2 additions & 2 deletions src/HPWHpresets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4566,12 +4566,12 @@ void HPWH::initPreset(MODELS presetNum)
compressor->hysteresis_dC = dF_TO_dC(1);
compressor->configuration = HeatSource::CONFIG_WRAPPED;

compressor->addTurnOnLogic(bottomThird(dF_TO_dC(52.7)));
compressor->addTurnOnLogic(bottomThird(dF_TO_dC(52.9)));
compressor->addTurnOnLogic(standby(dF_TO_dC(9.)));

// top resistor values
resistiveElementTop->setupAsResistiveElement(8, 5000.);
resistiveElementTop->addTurnOnLogic(topThird(dF_TO_dC(37.)));
resistiveElementTop->addTurnOnLogic(topThird(dF_TO_dC(39.)));
resistiveElementTop->isVIP = true;

// bottom resistor values
Expand Down
4 changes: 2 additions & 2 deletions test/LG_APHWC50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ heatsource 2 coilConfig wrapped


#this might be better as the 5/6 layer at 20F below setpoint
heatsource 0 onlogic topThird 37.0 F
heatsource 0 onlogic topThird 39.0 F

heatsource 2 onlogic bottomThird 52.7 F
heatsource 2 onlogic bottomThird 52.9 F
heatsource 2 onlogic standby 9.0 F

heatsource 1 backupSource 2
Expand Down
4 changes: 2 additions & 2 deletions test/LG_APHWC80.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ heatsource 2 coilConfig wrapped


#this might be better as the 5/6 layer at 20F below setpoint
heatsource 0 onlogic topThird 37.0 F
heatsource 0 onlogic topThird 39.0 F

heatsource 2 onlogic bottomThird 52.7 F
heatsource 2 onlogic bottomThird 52.9 F
heatsource 2 onlogic standby 9.0 F

heatsource 1 backupSource 2
Expand Down
Loading

0 comments on commit 25780d1

Please sign in to comment.