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

If a sensor is unavailable, try again #2

Open
pstrinkle opened this issue Aug 30, 2018 · 1 comment
Open

If a sensor is unavailable, try again #2

pstrinkle opened this issue Aug 30, 2018 · 1 comment

Comments

@pstrinkle
Copy link
Member

Pretty much close.
More like "in any case, don't fail if you can't find the the sensor, and keep
trying".
Note this is applicable to sensors that are unavailable.

For sensors that are expected to be treated as fault, it should trigger
failsafe, and this is discussed in Ed's mail.

Putting it together, the feature request is splitted:

  1. For sensors without operation status, we can config them as optional, so
    they do not trigger failsafe;
  2. For sensors with operation status, do not trigger failsafe if it is
    unavailable; trigger failsafe if it is fault.
@madscientist159
Copy link

madscientist159 commented Feb 17, 2020

A year and a half later, we hit the same bug...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants