Skip to content

Commit

Permalink
Added SET_POINT_DELTA
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jul 2, 2024
1 parent 0d4fb2b commit b2d7318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/blog/2024-07-01_shelly_solar_diverter.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ const CONFIG = {
PID: {
// Target Grid Power (W)
SET_POINT: 0,
// Number of Watts allowed to be above or below the set point (W)
SET_POINT_DELTA: 2,
// PID Proportional Gain
KP: 0.8,
// PID Integral Gain
Expand Down

0 comments on commit b2d7318

Please sign in to comment.