Author Topic: Tasker  (Read 21609 times)

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3001
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #80 on: July 16, 2014, 03:44:48 PM »
i'm not sure if this is possible, but i want to get an alert for zmanim
i.e. when is zman mincha, i should get a beep, etc.
I think there are apps for that. If you want to do it thru Tasker, you could set up an HTTP Get to pull the time from a zmanim website, and then make a profile to run at that time.

Offline bubbles

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2011
  • Posts: 5060
  • Total likes: 20
  • DansDeals.com Hat Tips 67
    • View Profile
Re: Tasker
« Reply #81 on: July 16, 2014, 04:53:14 PM »
Yup. What he said. I have texts set up like that to alert me for certain zmanim

Offline Moishel

  • Dansdeals Platinum Elite + Lifetime Silver Elite
  • *****
  • Join Date: Dec 2011
  • Posts: 596
  • Total likes: 2
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #82 on: July 17, 2014, 04:52:07 PM »
Tasker Twilight Plug-in
https://play.google.com/store/apps/details?id=com.terdelle.twilight&hl=en

Haven't tried it, but seems to be what you're looking for, and probably easier to set up than http get.

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3001
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #83 on: July 17, 2014, 10:19:58 PM »
Tasker Twilight Plug-in
https://play.google.com/store/apps/details?id=com.terdelle.twilight&hl=en

Haven't tried it, but seems to be what you're looking for, and probably easier to set up than http get.
Although I don't know if those times correspond to the halachic zmanim.

Offline Moishel

  • Dansdeals Platinum Elite + Lifetime Silver Elite
  • *****
  • Join Date: Dec 2011
  • Posts: 596
  • Total likes: 2
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #84 on: July 18, 2014, 12:03:02 PM »
Sunset is the sunset, they might just round it up to the closest minute. Where do you think your zmanim calendar takes sunrise/sunset times from? Do they go out and check for themselves?

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3001
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #85 on: July 18, 2014, 01:15:26 PM »
Sunset is the sunset, they might just round it up to the closest minute. Where do you think your zmanim calendar takes sunrise/sunset times from? Do they go out and check for themselves?
I always thought they use mathematical formulas to calculate then based on the location and date.
Just like there are a bunch of different shitos for each zman, it's possible that the astronomical one is also different.


Offline BISPRO

  • Dansdeals Platinum Elite + Lifetime Silver Elite
  • *****
  • Join Date: Jun 2012
  • Posts: 538
  • Total likes: 1
  • DansDeals.com Hat Tips 0
  • Gender: Male
    • View Profile
  • Location: GanEden
  • Programs: Hadar Geula Platinum
Re: Tasker
« Reply #87 on: July 21, 2014, 09:23:03 AM »
Thank you all


Offline Moishel

  • Dansdeals Platinum Elite + Lifetime Silver Elite
  • *****
  • Join Date: Dec 2011
  • Posts: 596
  • Total likes: 2
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #89 on: July 25, 2014, 01:18:22 PM »
I said that they're all the same give or take a minute. They seem to have different formulas for rounding up or down the minutes.

Offline chaimchaikin

  • DansDeals Copper Elite
  • *
  • Join Date: Mar 2015
  • Posts: 5
  • Total likes: 0
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #90 on: March 04, 2015, 12:03:27 PM »
i'm not sure if this is possible, but i want to get an alert for zmanim
i.e. when is zman mincha, i should get a beep, etc.


I am working on an app for this very purpose: Jewish Automator Tasker Plugin available on the app store https://play.google.com/store/apps/details?id=com.chaimchaikin.jewishdatetasker
It's free. Check it out.

At the moment there is no Tasker condition but here is how to run an action at a certain Zman using the plugin.

Let's say for example you want to get a reminder at sunset every day:
  • First you need to be in Advanced mode in Tasker for this
  • Make a Tasker profile to run every day at a set time (let's say 1:00am every morning)
  • Attach an action for that profile that uses the Jewish Automator Tasker Plugin to get variables for the Zmanim
  • Set a global variable for sunset (E.g. set %timeSunset to %jd_zmanim_sunset)
  • Make a new profile based on a Time Context: set the time to be a variable and set both the from and to times to the %timeSunset variable
  • Add any action you want!

As another example I have it set up to set my phone on Shabbos mode (airplane mode, silent, load clock in night mode) at candle lighting time every week (you can follow the instructions above but make sure to also add a day context for Friday in your candle lighting profile).
« Last Edit: March 04, 2015, 12:10:07 PM by chaimchaikin »

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3001
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #91 on: March 04, 2015, 01:31:59 PM »
I am working on an app for this very purpose: Jewish Automator Tasker Plugin available on the app store https://play.google.com/store/apps/details?id=com.chaimchaikin.jewishdatetasker
It's free. Check it out.

At the moment there is no Tasker condition but here is how to run an action at a certain Zman using the plugin.

Let's say for example you want to get a reminder at sunset every day:
  • First you need to be in Advanced mode in Tasker for this
  • Make a Tasker profile to run every day at a set time (let's say 1:00am every morning)
  • Attach an action for that profile that uses the Jewish Automator Tasker Plugin to get variables for the Zmanim
  • Set a global variable for sunset (E.g. set %timeSunset to %jd_zmanim_sunset)
  • Make a new profile based on a Time Context: set the time to be a variable and set both the from and to times to the %timeSunset variable
  • Add any action you want!

As another example I have it set up to set my phone on Shabbos mode (airplane mode, silent, load clock in night mode) at candle lighting time every week (you can follow the instructions above but make sure to also add a day context for Friday in your candle lighting profile).
Awesome! I just installed it, and I'll be sure to check it out. Thanks!

Offline chaimchaikin

  • DansDeals Copper Elite
  • *
  • Join Date: Mar 2015
  • Posts: 5
  • Total likes: 0
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #92 on: March 13, 2015, 10:02:20 AM »
Great hope you enjoy. The app is still in development so if you have any comments, suggestions, questions etc. feel free to let me know.

Offline Medic97

  • Dansdeals Platinum Elite
  • ****
  • Join Date: Aug 2012
  • Posts: 371
  • Total likes: 32
  • DansDeals.com Hat Tips 0
  • Gender: Male
    • View Profile
  • Location: NY
Re: Tasker
« Reply #93 on: March 29, 2015, 01:57:45 AM »
I am working on an app for this very purpose: Jewish Automator Tasker Plugin available on the app store https://play.google.com/store/apps/details?id=com.chaimchaikin.jewishdatetasker
It's free. Check it out.

At the moment there is no Tasker condition but here is how to run an action at a certain Zman using the plugin.

Let's say for example you want to get a reminder at sunset every day:
  • First you need to be in Advanced mode in Tasker for this
  • Make a Tasker profile to run every day at a set time (let's say 1:00am every morning)
  • Attach an action for that profile that uses the Jewish Automator Tasker Plugin to get variables for the Zmanim
  • Set a global variable for sunset (E.g. set %timeSunset to %jd_zmanim_sunset)
  • Make a new profile based on a Time Context: set the time to be a variable and set both the from and to times to the %timeSunset variable
  • Add any action you want!

As another example I have it set up to set my phone on Shabbos mode (airplane mode, silent, load clock in night mode) at candle lighting time every week (you can follow the instructions above but make sure to also add a day context for Friday in your candle lighting profile).

This would actually be of good use. Say I want to daven mincha everyday 2 hours before the zman or know when I can start maariv. What else do you plan on making it do?

Online ushdadude

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Apr 2013
  • Posts: 6356
  • Total likes: 966
  • DansDeals.com Hat Tips 5
    • View Profile
  • Location: NY
Re: Tasker
« Reply #94 on: March 29, 2015, 12:33:31 PM »
Is there a way to set up a task with a popup alert whenever I disconnect from a specific bluetooth device? (EG remember to lock car door)

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3001
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #95 on: March 29, 2015, 12:42:51 PM »
Is there a way to set up a task with a popup alert whenever I disconnect from a specific bluetooth device? (EG remember to lock car door)
Use the BT Connected state with an exit task.

Online ushdadude

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Apr 2013
  • Posts: 6356
  • Total likes: 966
  • DansDeals.com Hat Tips 5
    • View Profile
  • Location: NY
Re: Tasker
« Reply #96 on: March 29, 2015, 12:44:24 PM »
Use the BT Connected state with an exit task.

thanks. can i use that for a specific device (like my car) or would that create a popup with every bt device?

Offline Medic97

  • Dansdeals Platinum Elite
  • ****
  • Join Date: Aug 2012
  • Posts: 371
  • Total likes: 32
  • DansDeals.com Hat Tips 0
  • Gender: Male
    • View Profile
  • Location: NY
Re: Tasker
« Reply #97 on: March 29, 2015, 01:18:20 PM »
thanks. can i use that for a specific device (like my car) or would that create a popup with every bt device?
It will ask you which bluetooth device you want. So just choose your car.

Online smurf

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Sep 2010
  • Posts: 4530
  • Total likes: 300
  • DansDeals.com Hat Tips 8
    • View Profile
  • Location: NJ
Re: Tasker
« Reply #98 on: March 29, 2015, 09:05:39 PM »
Any way to use tasker to dictate which numbers are dialed using gv and which not?

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3001
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Tasker
« Reply #99 on: March 29, 2015, 09:21:37 PM »
Any way to use tasker to dictate which numbers are dialed using gv and which not?
Try an app called Voice Choice.