We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When hit by /priv-api/reset the filter lifetime in seconds is copy pasted to the filter relative time. Here a log about the incident:
/priv-api/reset
Sep 25 08:07:23 192.168.1.66 persistence: Commit persistence storage Sep 25 08:07:27 192.168.1.66 persistence: Stats: Sep 25 08:07:27 192.168.1.66 persistence: - Lifetime: 124929 seconds Sep 25 08:07:27 192.168.1.66 persistence: - Filter installated at 0 seconds Sep 25 08:07:27 192.168.1.66 persistence: - Filter relative lifetime: 100649 (NOT seconds) Sep 25 08:07:27 192.168.1.66 persistence: - Last dust at 0 rel lifetime Sep 25 08:07:27 192.168.1.66 persistence: Settings: Sep 25 08:07:28 192.168.1.66 persistence: - Power: on Sep 25 08:07:28 192.168.1.66 persistence: - Lights: on Sep 25 08:07:28 192.168.1.66 persistence: - Lock: off Sep 25 08:07:28 192.168.1.66 persistence: - Speed: 1 Sep 25 08:07:28 192.168.1.66 persistence: - Prev speed: 3 Sep 25 08:07:28 192.168.1.66 persistence: - Timer left: 0 minutes Sep 25 08:07:28 192.168.1.66 persistence: - User maintenance reminder: False Sep 25 08:07:28 192.168.1.66 persistence: Commit persistence storage
Sep 25 08:07:40 192.168.1.66 persistence: Stats: Sep 25 08:07:40 192.168.1.66 persistence: - Lifetime: 124932 seconds Sep 25 08:07:40 192.168.1.66 persistence: - Filter installated at 0 seconds Sep 25 08:07:40 192.168.1.66 persistence: - Filter relative lifetime: 124926 (NOT seconds) Sep 25 08:07:40 192.168.1.66 persistence: - Last dust at 0 rel lifetime Sep 25 08:07:40 192.168.1.66 persistence: Settings: Sep 25 08:07:40 192.168.1.66 persistence: - Power: on Sep 25 08:07:40 192.168.1.66 persistence: - Lights: on Sep 25 08:07:40 192.168.1.66 persistence: - Lock: off Sep 25 08:07:40 192.168.1.66 persistence: - Speed: 1 Sep 25 08:07:40 192.168.1.66 persistence: - Prev speed: 3 Sep 25 08:07:40 192.168.1.66 persistence: - Timer left: 0 minutes Sep 25 08:07:40 192.168.1.66 persistence: - User maintenance reminder: False Sep 25 08:07:41 192.168.1.66 persistence: Commit persistence storage Sep 25 08:08:23 192.168.1.66 persistence: Persistence._persist_lifetime()
The text was updated successfully, but these errors were encountered:
Mmh, reset just hard resets the board. It may be worth adding a hook to do proper handling of persistent data.
Sorry, something went wrong.
No branches or pull requests
When hit by
/priv-api/reset
the filter lifetime in seconds is copy pasted to the filter relative time.Here a log about the incident:
Before Reset
After Reset
The text was updated successfully, but these errors were encountered: