Here's an oddity. To delay weewx from starting for 45 seconds after a reboot, I used Tom's 2019 suggestion of putting a delay of 45 in /usr/share/weewx/user/extensions.py . . . and this works well, except it also kicks in when you run wee_reports:
*sudo wee_reports^CTraceback (most recent call last): File "/usr/share/weewx/wee_reports", line 16, in <module> import user.extensions File "/usr/share/weewx/user/extensions.py", line 20, in <module> time.sleep(45)KeyboardInterrupt* <--- I ctrl-C'ed out of this after 25-30 seconds. Is there any way to change the code so that wee_reports doesn't execute the time.sleep(45) command? - Paul VE1DX -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1c121d0d-e909-425e-b532-7d79fc2d9954n%40googlegroups.com.
