#Why isn't this triggering?
1 messages · Page 1 of 1 (latest)
Here is me coming home. The light never came on. If I run the action manually, light works.
omg is it because it's 0.0 and 1.0 ?!
It says 0.0 and 1.0
Yeah, all states are strings and 1.0 is not 1
lol damnit!
Nor is the string 0.0 the same as 0
Is there a better way to achieve what I want? Because ideally anything non-zero, transition from zero, i want it to trigger.
Numeric state trigger above 0 would do it
But only when changing?
Only when it goes from 0 to above 0, yes
Hmm that's what I had before. Can I achieve that in GUI?
This will keep triggering, I thinnnnnk this is what I had before.. not 100% sure.
This might work?
Numeric state triggers only trigger when the state goes above or below the value specified in the trigger
Oh, now I realize that apollo exposes a boolean "Occupancy" state 😄
Even better