-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heliocron don't wait #74
Comments
Could you please confirm what hardware you are running on?
…On Fri, 14 Feb 2025, 16:13 Ralf Lange, ***@***.***> wrote:
I have been using heliocron for longer to delay commands relative to
sunrise and sunset. On a new system with Raspi OS 64bit I have noticed that
heliocron no longer waits, but executes the chained command immediately.
$ ./heliocron wait --event sunset && date
Thread going to sleep for 1379 seconds until 2025-02-14 17:24:18 +01:00. Press ctrl+C to cancel.
Fri 14 Feb 17:01:18 CET 2025
***@***.***:~ $
Everything else seems to work as usual.
—
Reply to this email directly, view it on GitHub
<#74>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSVKWB2SHGCBWVOUJYBWBD2PYI3ZAVCNFSM6AAAAABXE7AG6KVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA2TIMJVGA4TCOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: hprlange]*hprlange* created an issue (mfreeborn/heliocron#74)
<#74>
I have been using heliocron for longer to delay commands relative to
sunrise and sunset. On a new system with Raspi OS 64bit I have noticed that
heliocron no longer waits, but executes the chained command immediately.
$ ./heliocron wait --event sunset && date
Thread going to sleep for 1379 seconds until 2025-02-14 17:24:18 +01:00. Press ctrl+C to cancel.
Fri 14 Feb 17:01:18 CET 2025
***@***.***:~ $
Everything else seems to work as usual.
—
Reply to this email directly, view it on GitHub
<#74>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSVKWB2SHGCBWVOUJYBWBD2PYI3ZAVCNFSM6AAAAABXE7AG6KVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA2TIMJVGA4TCOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sure, no problem. :) $ cat /sys/firmware/devicetree/base/model
Raspberry Pi 4 Model B Rev 1.1
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
$ uname -a
Linux nexus 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been using heliocron for longer to delay commands relative to sunrise and sunset. On a new system with Raspi OS 64bit I have noticed that heliocron no longer waits, but executes the chained command immediately.
Everything else seems to work as usual.
The text was updated successfully, but these errors were encountered: