You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
OpenAPS will not run autotune unless the rig is on at 0405 local time.
To Reproduce
Have 2 rigs, one of which is on permanent power, and one of which is turned off at night to charge (If I don't turn it off, the Edison will shut down un-commanded after a short while on the charger while running)
The shut down rig never runs autotune, because Autotune is a cron-job scheduled task at 0405.
Expected behavior
Autotune would leave a file (autotune.pid, or similar) that marks the last successful autotune run
Setup would add a script to rc.local such that if autotune has not run in the last 24hrs, it is run on boot-up, then delete the 'autotune.pid' file once complete.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Setup Information (please complete the following information):
722
xdrip-js
Multiple rig-types (Pi4 with hat and Edison Explorer)
oref0 0.7.0-dev
The text was updated successfully, but these errors were encountered:
If you want to implement this, you'll also need to adjust the data retrieval scripts: right now they're set up with relative offsets that assume it'll be run at 4am local time. If it runs too late in the day, it'll likely be missing data from the previous morning.
One other workaround we've used is to have all of our rigs rsync autotune results to/from a central server.
Describe the bug
OpenAPS will not run autotune unless the rig is on at 0405 local time.
To Reproduce
Have 2 rigs, one of which is on permanent power, and one of which is turned off at night to charge (If I don't turn it off, the Edison will shut down un-commanded after a short while on the charger while running)
The shut down rig never runs autotune, because Autotune is a cron-job scheduled task at 0405.
Expected behavior
Autotune would leave a file (autotune.pid, or similar) that marks the last successful autotune run
Setup would add a script to rc.local such that if autotune has not run in the last 24hrs, it is run on boot-up, then delete the 'autotune.pid' file once complete.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Setup Information (please complete the following information):
The text was updated successfully, but these errors were encountered: