-
Notifications
You must be signed in to change notification settings - Fork 58
-
implement please sundown as Time
Trigger for PV System - only need at Day :-)
Edit:
@time_trigger("period(sunrise,5s,sundown)")
def pv_at_day():
....
runs - maybe sundown is implemented but not in documentation
i will it see :-)
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
ALERTua
Jul 18, 2025
day = sunrise
(sun rises from the horizon) to sunset
(sun sets behind the horizon)
Replies: 1 comment 2 replies
-
It's sunset
.
Beta Was this translation helpful? Give feedback.
All reactions
2 replies
-
yes and i need also sundown :-)
day = sunset to sundown ....
Beta Was this translation helpful? Give feedback.
All reactions
-
day = sunrise
(sun rises from the horizon) to sunset
(sun sets behind the horizon)
Beta Was this translation helpful? Give feedback.
All reactions
Answer selected by
melmager
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment