Skip to content

Commit

Permalink
Set SET_POINT_DELTA to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jul 3, 2024
1 parent 9ceca1b commit c04a0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/downloads/solar_diverter_v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const CONFIG = {
// Target Grid Power (W)
SET_POINT: 0,
// Number of Watts allowed to be above or below the set point (W)
SET_POINT_DELTA: 2,
SET_POINT_DELTA: 0,
// PID Proportional Gain
KP: 0.8,
// PID Integral Gain
Expand Down
2 changes: 1 addition & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ The output sections show the state of the outputs and the possibility to control

- `Dimmer Automatic Control`: ON/OFF switch to select automatic routing mode or manual control of the dimmer.
- `Dimmer Level` / `Dimmer Level Manual Control`: Slider to control the dimmer level manually. Only available when the dimmer is not in automatic mode. Otherwise the dimmer level is displayed.
- `Grid Excess Reserved`: Only available in automatic mode. Allows to share the remaining grid excess o the second output.
- `Grid Excess Reserved`: Only available in automatic mode. Allows to share the remaining grid excess to the second output.
For example, if output 1 is set to 50%, then output 1 will take at most 50% of the grid excess (eventually less if 50% of the grid excess exceeds the nominal power of the connected load). Output 2 will be dimmed with the remaining excess.
- `Dimmer Duty Limiter`: Slider to limit the level of the dimmer in order to limit the routed power.
- `Dimmer Temperature Limiter`: Temperature threshold when the dimmer will stop routing. This temperature can be different than the temperature used in auto bypass mode.
Expand Down

0 comments on commit c04a0a6

Please sign in to comment.