Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry upon first failure (including timeout) in any tasmota update command #32

Merged
merged 1 commit into from
Oct 23, 2024

Commits on Oct 14, 2024

  1. Retry upon first failure (including timeout) in any tasmota update co…

    …mmand
    
    To account for possible device rebooting which can happen at any time
    after many tasmota update commands, which combines with a deficiency
    in the HTTPAdapter session handler and results in an update command
    never timing out, set a timeout and retry manually just the once (per
    command) after any errors.  Multiple reboots are allowed per playbook,
    but any given command will only be allowed to timeout the once, to
    prevent endless loops.
    spacelama committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8472a7a View commit details
    Browse the repository at this point in the history