Hello guys,
For some reason in my setup all scheduled events do never run. Don’t know whats going wrong. Nothing is logged in the logs according to event starts. As discussed this is normal under some circumstances (Request for log entry when a scheduled task (Farmbot Event) is run) But at least I expect they do run
Tested events with various sequences, One of them I’ve configured sending me a Teams notification whenever it gets executed.
Executing the sequence manually works, without issues.
Scheduling a regime, is not working.
Today I was checking If something more can be fetched from the API. Unfortunately not discovered anything helpful. But a possible workaround would be to setup a cronjob on an external machine to trigger the sequence. But not so nice, since I would love to use the builtin scheduler ![]()
To troubleshoot the issue I already did the following:
- Rebooted the FB.
- Disabled automatic updates, as suggested here: Farm events not initiating - #7 by SigurdH
- Checked if NTP is open → is open
- Checked the local time → OK
- Checked if the issue is limited to LUA sequences only? → No, also others do not work, tested: “Take photo of plant” and a simple sequence, just having a move to 0,0,0 coordinates.
/api/farm_events output:
[
{
"id": 25370,
"created_at": "2024-06-24T21:36:09.090Z",
"updated_at": "2024-06-24T21:38:14.648Z",
"start_time": "2024-06-24T21:45:00.000Z",
"end_time": "2024-07-05T22:01:00.000Z",
"repeat": 1,
"time_unit": "hourly",
"executable_id": 209931,
"executable_type": "Sequence",
"body": [
{
"kind": "parameter_application",
"args": {
"label": "Plant",
"data_value": {
"kind": "point",
"args": {
"pointer_type": "Plant",
"pointer_id": 1283598
}
}
}
}
]
}
]
Any ideas what could be the cause? Any suggestion to further troubleshoot the issue, or fetching some additional related logs / data?








