OpenSprinkler Forums OpenSprinkler Unified Firmware View Logs – No entries found in the selected date range

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #86324

    GregT
    Participant

    Hi all,

    Running 2.2.1(4) on OSPi and getting the message “No entries found in the selected date range” on View Logs page. The date range is set to the default of past 7 days. Saw a few posts in the forum from over 10 years ago but none of them had any info that helped resolve the issue. The only step I haven’t tried yet is installing a new SD card.

    Deleted the log file and it was recreated after running a zone, but still see the same issue on View Logs. Any suggestions before I try a new SD card? Thank you!

    cat /OpenSprinkler-Firmware/logs/0.txt
    [99,4,10,0]
    [99,4,70,0]
    [99,4,4,0]
    [0,”wl”,53,0]
    [0,”wl”,53,0]
    [1,1,2400,0]
    [1,2,2400,0]
    [1,7,1800,0]
    [1,12,2400,0]
    [0,”wl”,57,0]

    #86343

    Ray
    Keymaster

    Are you using 32-bit Rasbpain? If so, this is most likely due to a firmware bug on 32-bit system:
    https://github.com/OpenSprinkler/OpenSprinkler-Firmware/pull/409
    the fix is fairly easy.

    #86346

    GregT
    Participant

    Thank you, Ray! It was indeed a simple fix.

    For anyone else running into this issue, here’s how to apply the fix until the PR is merged to main:

    cd OpenSprinkler-Firmware
    git fetch origin pull/409/head:pr-409 && git checkout pr-409
    sudo ./build.sh ospi
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums OpenSprinkler Unified Firmware View Logs – No entries found in the selected date range