dustinrue / ControlPlane

ControlPlane - context-sensitive computing for OS X
http://www.controlplaneapp.com
BSD 3-Clause "New" or "Revised" License
1.76k stars 180 forks source link

Disable Bluetooth not Working #429

Closed Sir-Will closed 8 years ago

Sir-Will commented 8 years ago

hey, I did set a action to disable bluetooth on leave but nothing is happening. In rules the tick does appear and disappear correctly so the event seems to work correctly.

Version 1.6.1 on El Capitan

dustinrue commented 8 years ago

The rules match but are they confident enough to switch contexts?

Sir-Will commented 8 years ago

Hm, I can't follow. What do you mean?

dustinrue commented 8 years ago

Rules are what trigger the context changes but if you've set the confidence of the rules too low then a context change won't happen.

Confidence required to change below

screenshot 2015-10-30 10 38 44

Confidence of a rule

screenshot 2015-10-30 10 39 47

If the confidence of a rule isn't greater than the confidence required nothing will happen.

Sir-Will commented 8 years ago

Ah, my required confidence is on 75% and the rule on 70%. The context switches between 68% and 90%. Does it inherit something from the context above? Like

home: 70%
     room1: 68%
dustinrue commented 8 years ago

It can depending on how you have setup sub contexts and how many.

Sir-Will commented 8 years ago

I got it to work now but is there no way to have multiple contexts active? I want to have to login password disabled in a specific wifi and toggle bluetooth but the issue is that it will toggle bluetooth too when I disable/enable wifi.

dustinrue commented 8 years ago

Under advanced select the option for multiple active contexts. Works great.

Sir-Will commented 8 years ago

Oh thanks, Completely missed this tick box. Works now great :)