Going to wait and see if this error causes any problems or not. Although I'm not sure why this would happen if I'm calling ki.stop().
2023-09-07 08:31:32,558 - Scheduler started
2023-09-…
Replaced BlockingScheduler with BackgroundScheduler per https://apscheduler.readthedocs.io/en/3.x/userguide.html#choosing-the-right-scheduler-job-store-s-executor-s-and-trigger-s.
I have added this as part of #24. Maybe it will let me know if something goes weird again. It could also be a bad solder connection; I still don't have this board in a case yet.
// Might…
Closed in afe5b9338d6385e23004eaf815ade8a873531617 (at least for the fields I already have).
No luck on double submit, but I managed to
- fill in the start time so it doesn't dissapear
- introduce a bug because the start time that's filled in gets converted to local time from local…
Did a Full Clean/Build Filesystem Image/Upload Filesystem Image/Upload and Monitor.
The empty start time/broken JS seems to be fixed by b97f48858d7e1ac706e74d34a70b301af7a839cb.
Wow did I ever get messed up there.
If the start date isn't set, a value isn't added to the JS, so it just sees s = ; and breaks everything else in the script. Which means you can't put in a…
Way overthinking this. Time is coming from browser in the first place. If I want to print it, print it from the browser, don't pull it from the controller.
Trying this
from apscheduler.schedulers.blocking import BlockingScheduler
...
ki.start()
scheduler = BlockingScheduler()
scheduler.add_job(refresh_kiss_connection,…
Haven't seen a packet in this system in four days, but there should have been a bunch yesterday.
Trying to think of how to keep the connection alive without cron or some other timer. I would do…