Logbook card: add an option to ignore "unavalable" states #16523
Unanswered
ildar170975
asked this question in
Dashboard
Replies: 1 comment
-
My logbook is also filled with unavailable spam from many different entities. Completely excluding these entities from my logbook is not ideal. However, excluding just their unavailable states, and corresponding reporting of being available again states, would be helpful for log analysis. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some integrations provide entities which may become
unavailable
sometimes.It may happen due to corresponding external services, network issues etc.
Here is an example with a Starline integration (car security system): sometime entities become
unavailable
:Note that in this example a number of occurrences of
unavailable
values is not too much - but it could be much more.But sometimes these "bad entries" make an analysis more difficult.
One more example - here we have 4 "bad" entries, 6 "good" entries:
Proposal:
For a Logbook card add a new option like
ignore_unavailable
(false
by default) - and do not displayunavailable
entries iftrue
.For a big Logbook page - add a corresponding checkbox in UI.
Beta Was this translation helpful? Give feedback.
All reactions