Skip to content

Commit

Permalink
Added comment on staggering start times
Browse files Browse the repository at this point in the history
Randomisation of overnight charge start time removed from palm_utlis.py, comment expanded here.
  • Loading branch information
salewis38 authored Sep 7, 2023
1 parent 619cba6 commit 9fb0050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion palm_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ class GE:
# load_hist_weight = [4, 2, 2, 1, 1, 1, 1]

# Start time for Overnight Charge. If "", disables writing this inverter register
start_time = "00:30"
# Be kind to the grid and set your own value that isn't "on the hour/half-hour" to stagger demand
start_time = "00:37"

# End time for Overnight Charge period. If "", disables writing this inverter register
end_time = "04:30"
Expand Down

0 comments on commit 9fb0050

Please sign in to comment.