Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 6, 2024
1 parent bb851bb commit 8adf56f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gspconsumer/nitghtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

logger = logging.getLogger(__name__)

# the elevation limit for night time, decided to go for 5 degrees, as almost all
# solar panels will have zero production when the sun is at this elevation
elevation_limit = os.getenv("ELEVATION_LIMIT", 5)

# get lat and longs of the gsps
Expand Down

0 comments on commit 8adf56f

Please sign in to comment.