Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on issue W1CDN/aprs_tool#37 2023-09-07 09:35:57 -05:00
KISS connection seems unstable

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-…
W1CDN commented on issue W1CDN/aprs_tool#37 2023-09-07 08:28:30 -05:00
KISS connection seems unstable

It looks like the reconnections have been happening, but didn't record this packet: image

W1CDN commented on issue W1CDN/vulpes#28 2023-09-06 22:40:25 -05:00
RTC battery status?
W1CDN opened issue W1CDN/vulpes#28 2023-09-06 22:38:55 -05:00
RTC battery status?
W1CDN commented on pull request W1CDN/vulpes#24 2023-09-06 22:08:24 -05:00
Set up scheduled program cycles

Now. Now maybe I can get to scheduling.

W1CDN commented on issue W1CDN/vulpes#27 2023-09-06 22:07:03 -05:00
Intermittent bad times reported after browser time refresh

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…
W1CDN opened issue W1CDN/vulpes#27 2023-09-06 21:57:04 -05:00
Intermittent bad times reported
W1CDN commented on issue W1CDN/vulpes#15 2023-09-06 21:53:26 -05:00
Fill in selected values for select menus on webform

Closed in afe5b9338d6385e23004eaf815ade8a873531617 (at least for the fields I already have).

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-06 21:52:57 -05:00
Set up scheduled program cycles
W1CDN commented on pull request W1CDN/vulpes#24 2023-09-06 21:36:27 -05:00
Set up scheduled program cycles

Ooooh, so close. Going to attack #15 now.

W1CDN commented on issue W1CDN/vulpes#15 2023-09-06 20:24:20 -05:00
Fill in selected values for select menus on webform

Do this with JS.

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-06 20:15:56 -05:00
Set up scheduled program cycles

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…
W1CDN commented on pull request W1CDN/vulpes#24 2023-09-06 19:29:15 -05:00
Set up scheduled program cycles

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.

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-06 18:03:37 -05:00
Set up scheduled program cycles

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…

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-06 16:59:48 -05:00
Set up scheduled program cycles
  • bug: when a start time is submitted, the form submits twice
W1CDN commented on pull request W1CDN/vulpes#24 2023-09-06 16:45:16 -05:00
Set up scheduled program cycles

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.

W1CDN commented on issue W1CDN/aprs_tool#37 2023-09-06 14:18:34 -05:00
KISS connection seems unstable

Trying this

from apscheduler.schedulers.blocking import BlockingScheduler
...
    ki.start()

    scheduler = BlockingScheduler()
    scheduler.add_job(refresh_kiss_connection,…
W1CDN commented on issue W1CDN/aprs_tool#37 2023-09-06 08:45:55 -05:00
KISS connection seems unstable

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…

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-05 21:17:57 -05:00
Set up scheduled program cycles

It's not horrible. image

When I try to format the date differently than return rtc.now().timestamp();, like toString(), the device…