Skip to content

Commit

Permalink
Cleanup to remove old SIMULATE to be replace by unit tests (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
springfall2008 authored Jun 30, 2024
1 parent a9ed7f8 commit c155929
Show file tree
Hide file tree
Showing 3 changed files with 576 additions and 688 deletions.
2 changes: 0 additions & 2 deletions apps/predbat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
MAX_INCREMENT = 240 * 100 * 3 / 1000 / 60
MINUTE_WATT = 60 * 1000

SIMULATE = False # Debug option, when set don't write to entities but simulate each 30 min period
SIMULATE_LENGTH = 23 * 60 # How many periods to simulate, set to 0 for just current
INVERTER_TEST = False # Run inverter control self test

# Create an array of times in the day in 5-minute intervals
Expand Down
Loading

0 comments on commit c155929

Please sign in to comment.