1) Give a description of the problem
I’d like to write a small custom iOS app to trigger 2 pistons, have shortcuts to them as a widget and Siri command. Seems a simple thing would be to have it trigger two pistons via the Endpoint URL. Which works. But I’d like it to only work if I am present. So I added an if to check if I am present. Halas, as a result, every time I come home, it triggers automatically.
2) What is the expected behavior?
If triggered by endpoint URL AND presence device is here then do it.
3) What is happening/not happening?
I can trigger via endpoint but it also triggers when I am present.