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 5b805c2
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5b805c2

Please sign in to comment.