Wait Until Node - Ignore unavailable/null/NaN? #598
Unanswered
pistonhome
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Not sure what you're looking to do when it is one of those values? Trigger right away? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great question. In my specific instance, I would want it to trigger TRUE immediately, but in other instances I could see if one preferred it to time out FALSE immediately. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to use a wait until node in order to wait until the humidity has dropped in my bathroom. Is there a way to ignore unavailable/null/NaN values (in case the sensor is offline/unavailable). Currently, if unavailable, the node will wait the entire allotted time as it can't fulfill the request and then times out. I tried rigging up some JSONata code, but I am not sure it can be done currently in the wait until node.
For context, I am trying to wait until the humidity is less than 40%.
Beta Was this translation helpful? Give feedback.
All reactions