That depends on how often you are connected to wifi. You could also have it not search for a blue tooth connection when you are home. Or only when you disconnect from the car and home is not set. That would probably be best.
Profile one
Context - %HOME = 0
Context - Disconnected from car's bluetooth specifically.
Set %BTREADY to 1
Exit - Set %BTREADY to 0
Profile 2
Context - From time (when you wake up) till (when you go to bed) repeat every 5 minutes
Context - %BTREADY = 1
Tun Bluetooth On
wait 30 second
Turn Bluetooth off if %BLUEC = 0
Profile 3
Context - Bluetooth Connected
Set %BLUEC to 1
Exit - Set %BLUEC to 0
So I tried this today, but ran into some problems:
The first profile you suggested above I set up as follows:
Profile 1
Context: Not BT Connected (specfically to my car named BT)
Context: Variable Set: %HOME Value 0
Task: Variable Set: %BTREADY set to 1
**You wanted to set up an exit task here, but I'm not given that option. Have I set something up wrong?
These are the way I set up Profiles 2 and 3. Do they look OK to you?
Profile 2
Context:From 0800-2300 repeat every 5 mins
Context: Variable set %BTREADY Value 1
Task: Set Bluetooth On
Task: Wait 30 seconds
Task: Set Bluetooth Off if %BLUEC matches 0
Profile 3
Context: Bluetooth Connected
Task: Variable Set %BLUEC to 1
Exit Task: Variable Set %BLUEC to 0
** I am unsure of what "/QUOTE" means in your profile above**
Could you explain??
Obviously, I'm pretty new at this, so your help is *really* appreciated. Thanks.