Page 1 of 1

Bluetooth off if not connected in time

Posted: 01 May 2019 15:15
by OhLeut
The following action is executed ...

Leave location (Home) ... Bluetooth On

BT stays on all the time, I want the Bt out if it does not connect to my radio in 15 minutes.

Does anyone have the solution ??

Re: Bluetooth off if not connected in time

Posted: 01 May 2019 15:59
by Desmanto
The easiet one, of course, add sleep 15 minutes, then condition Bluetooth device connected - all. False, go to action Set Bluetooth off. True, do nothing (no action at all).

Re: Bluetooth off if not connected in time

Posted: 01 May 2019 16:58
by OhLeut
Can you show me an example, maybe put together a flow?

my attempt

Re: Bluetooth off if not connected in time

Posted: 01 May 2019 18:15
by OhLeut
I think I have found a solution

Re: Bluetooth off if not connected in time

Posted: 01 May 2019 18:29
by Desmanto
It is correct, except, the true branch doesn't need to be there. Since the bluetooth is on already, there is no reason to turn it on again. So just remove the true branch action

Re: Bluetooth off if not connected in time

Posted: 01 May 2019 18:40
by OhLeut
Thanks for the quick help