Do Anything On Your Phone From Google Home With Tasker!

Поділитися
Вставка
  • Опубліковано 28 лип 2024
  • Step 0 - Download Tasker: play.google.com/store/apps/de...
    00:00 Intro
    00:08 Step 1 - Import the following script into home.google.com/:
    metadata:
    name: Tasker Playground
    description: Tasker Google Home Playground
    automations:
    - starters:
    - type: assistant.event.OkGoogle
    eventData: query
    is: "Run my cool task"
    actions:
    - type: home.command.Notification
    title: "Google Home Tasker Routine"
    body: "My Cool Task"
    members: YOUR_EMAIL_ADDRESS@gmail.com
    (replace YOUR_EMAIL_ADDRESS@gmail.com with your own email address).
    This will make Google Home create notifications on your Android devices.
    00:33 Step 2 - Import the following Tasker project: taskernet.com/shares/?user=AS...
    This will create a Tasker profile that reacts to the Google Home notifications.
    01:00 Step 3 - Add more tasks with script blocks like these:
    - starters:
    - type: assistant.event.OkGoogle
    eventData: query
    is: "YOUR_GOOGLE_HOME_COMMAND"
    actions:
    - type: home.command.Notification
    title: "Google Home Tasker Routine"
    body: "YOUR_TASK_NAME"
    members: YOUR_EMAIL_ADDRESS@gmail.com
    (replace placeholder values with the values you want)
    01:14 Advanced - Use Tasker Command System
    Available languages are listed here: support.google.com/googlenest...
  • Наука та технологія

КОМЕНТАРІ • 74

  • @sgringo
    @sgringo 4 місяці тому +9

    It's always exciting when João releases a new Tasker video. 🙌

  • @DAVIDGUALDRON
    @DAVIDGUALDRON 3 місяці тому

    Omgggg.. This feature is back!!!
    This is wonderful!!!!!!!
    Thank you

  • @rpccmd
    @rpccmd 4 місяці тому

    Works like a charm TY!

    • @joaomgcd
      @joaomgcd  4 місяці тому

      Nice! :) Glad it's working for you!

  • @valentingardie
    @valentingardie 3 місяці тому

    Exactly what I needed again. Thank you so much for your amazing work!!

    • @joaomgcd
      @joaomgcd  3 місяці тому

      You're very welcome!

  • @robertobermudez8432
    @robertobermudez8432 3 місяці тому

    Wow, por fin vuelvo a tener el control de todas mis rutinas y automatizaciones como a mi me gusta, eres un Crack, gracias por tu desarrollo y tu tiempo

  • @marconwps
    @marconwps 4 місяці тому +1

    Tasker it's a must have tool must inside android !! Coooool

    • @joaomgcd
      @joaomgcd  4 місяці тому +1

      Glad you like it! :)

  • @fefo1993
    @fefo1993 4 місяці тому

    Wow!! Fantastic feature!! 😍❤️

    • @joaomgcd
      @joaomgcd  4 місяці тому +1

      Glad you like it! :)

  • @kelownatechkid
    @kelownatechkid 4 місяці тому

    You're a legend man great software

    • @joaomgcd
      @joaomgcd  4 місяці тому

      Thank you! 😁

  • @ApertureAndroid
    @ApertureAndroid 4 місяці тому +2

    Hooray! I missed AutoVoice from Google Home!

    • @ApertureAndroid
      @ApertureAndroid 4 місяці тому

      Ah.. It's not as dynamic as AutoVoice was...

    • @joaomgcd
      @joaomgcd  4 місяці тому

      Yeah, it's not as good since you have to define a command for each individual thing you want to do in Tasker unfortunately.

  • @lakromani8172
    @lakromani8172 3 місяці тому

    What about adding Node-RED for Tasker programming :)

  • @niyonsv
    @niyonsv 4 місяці тому +1

    Wwoww..!! Thanks so much João bro.. after the AutoVoice's integration stopped my Google Home was just more like a Bluetooth speaker. With this I can run all those Tasks again ❤
    Just one thing, is the AutoCast still working with Google Home devices?

    • @joaomgcd
      @joaomgcd  4 місяці тому +1

      I haven't tried it in a while but it should still work! 😅

  • @chrisattard452
    @chrisattard452 3 місяці тому

    Thanks works perfectly with voice commands.
    I'm trying to run the same "Run my cool task" in routine custom command but doesn't run google doesn't understand.

    • @joaomgcd
      @joaomgcd  3 місяці тому

      Yeah, unfortunately I can't change that part, sorry!

  • @kdt85
    @kdt85 4 місяці тому +1

    Oh awesome! Is there a way tasker can talk to microcontrollers, I've been wanting to make Google home compatible blinds for ages!

    • @joaomgcd
      @joaomgcd  4 місяці тому +1

      Maybe there's a plugin for that? 😅 Sorry, I really don't know.

  • @Domewarpa
    @Domewarpa 2 місяці тому

    I get an error factory bad commands When exporting apk

  • @Diegoo454
    @Diegoo454 4 місяці тому

    Ty works perfectly! ❤ Is there a way to trigger tasks when I turn on a light? I was thinking about using IFTTT with an HTTP request, but it seems that it’s no longer free to use the webhook service. Also, which would be better for Tasker, Alexa or Google Home? Thanks a lot once again, you’re doing great work! ❤

    • @joaomgcd
      @joaomgcd  4 місяці тому +3

      I just tried it and you can actually do that! :)
      Something like this works (change the device name to one of your own):
      - starters:
      - type: device.state.OnOff
      device: Corner - Living Room
      state: on
      is: true
      actions:
      - type: home.command.Notification
      title: Corner light is on
      body: Corner light is on

    • @DahStefan
      @DahStefan 4 місяці тому

      Thanks, i was looking for this Command (On/Off) to trigger my TV over the Smartthings REST API 😁
      I am no profi in programming, but with googleing and read comments, i can build my own Tasks for me together
      Thanks for your amazing Work!!😇

    • @joaomgcd
      @joaomgcd  4 місяці тому

      @@DahStefan😁👍

    • @Diegoo454
      @Diegoo454 4 місяці тому

      ​@@joaomgcdawesome! Now my Google TV says hello when I turn on the living room light. Ty very much ❤

    • @joaomgcd
      @joaomgcd  4 місяці тому

      @@Diegoo454Awesome! :) Glad it worked!

  • @saulalvarez3609
    @saulalvarez3609 4 місяці тому

    You could make a video with a task in the background or with the screen off

    • @joaomgcd
      @joaomgcd  4 місяці тому

      Hi. Which task would you suggest? Why would that be better? Can you please clarify? Thanks in advance.

  • @nacho88rc
    @nacho88rc Місяць тому

    This video is amazing, it helped me a lot, it was exactly what I needed. But I have one more question and I want to go straight to the source haha. Is there a way to do the reverse process and activate Google Home routines from Tasker? Or is there a way to activate Smart Life / Tuya devices from Tasker? Thanks, mate, your app is incredible.

    • @joaomgcd
      @joaomgcd  Місяць тому

      Thank you! :) For Tuya I'd recommend this: ua-cam.com/video/pVRGDc5bsXA/v-deo.html
      Unfortunately there's no optimal way of triggering Google Home, but you could leave a phone nearby your Google Home device and then have Tasker say the commands out loud to it? 😅

    • @nacho88rc
      @nacho88rc Місяць тому

      @@joaomgcd hahaha thanks so much autovoice seemed like a perfect solution! Unfortunately, when I try to install the AutoVoice skill on Alexa, the app tells me there's a problem and I need to update the Alexa app, which is already up to date, making it impossible for me to use it.
      I don't want to bother you any further, but if you know how I could fix this, please let me know! Thanks for everything, friend.

    • @nacho88rc
      @nacho88rc Місяць тому

      @@joaomgcd Thank you! it was excectly what I need! you are awesome man! thanks so much!

    • @joaomgcd
      @joaomgcd  Місяць тому

      @@nacho88rc No problem! :) Glad it worked for you!

  • @juscog
    @juscog Місяць тому

    Im running WhatsApp module with autonotifier and chatgpt, it replies to my WhatsApp messages up to 10 messages for one wjatsapp, how can i prevent this?

  • @valentingardie
    @valentingardie 19 днів тому

    I have a trouble when the tablette/phone is on stanby screen, it dosent trigger the task

    • @joaomgcd
      @joaomgcd  19 днів тому

      Yeah, unfortunately the notification sometimes won't be created if the device is in standby. Try plugging your device into power to work around that.

  • @PatrikMartinko
    @PatrikMartinko 4 місяці тому

    Great! Can it run a task on a locked phone also?

    • @joaomgcd
      @joaomgcd  4 місяці тому +1

      Yes it can! :) I just tried it and it worked!

  • @pavolpapcunar9328
    @pavolpapcunar9328 2 місяці тому

    Hi there. Should this also work through the Google Home speaker? When I tried it, the notification always only records "My cool task". If I enter the command on my phone, all tasks work as they should. Thank you.

    • @AutoApps
      @AutoApps 2 місяці тому

      You have to change the "body" in the command to the task name you want instead of "my cool task" :)

    • @pavolpapcunar9328
      @pavolpapcunar9328 Місяць тому

      @@AutoApps that's what I did, everything works if I say the command to the phone. If I say it to the Google speaker, it still sends only the last command.

    • @AutoApps
      @AutoApps Місяць тому

      @@pavolpapcunar9328 Can you please clarify what you mean by "the last command" exactly?

    • @pavolpapcunar9328
      @pavolpapcunar9328 Місяць тому

      @@AutoApps I have two tasks created in the script: Task 1 and Task 2. If I say to the Google speaker (everything works fine on the phone), "Hey Google, do Task 2," Task 2 will be executed. That's fine. However, after a while, if I say "Hey Google, do Task 1," Task 2 is executed again. The correct notification is not sent to the phone from the command to the Google speaker. Thank you for your willingness to help.

    • @joaomgcd
      @joaomgcd  Місяць тому

      @@pavolpapcunar9328 Sorry, I don't control the notifications, Google does. Maybe you can contact them about it?

  • @Aquairborne
    @Aquairborne 4 місяці тому

    Muito legal 😍
    Is it possible to add a simultaneous trigger of a Google Home automation in the actions script?
    This way it would be possible again to trigger hybrid Google/Tasker-tasks, like the AutoVoice plugin was able to.

    • @joaomgcd
      @joaomgcd  4 місяці тому +1

      Yep, you can do that! In the Google Home script, under "actions" add another "-type" item sort of like this:
      - type: assistant.command.OkGoogle
      okGoogle: "Play music on UA-cam Music"
      devices: Bedroom speaker - Bedroom
      But replace the values with yours :) It will suggest appropriate values for the devices you have. Hope this helps!

    • @Aquairborne
      @Aquairborne 4 місяці тому

      @@joaomgcd Muito obrigado 😊
      I will give it a try when I find some time.
      But I wonder, if it will also trigger already existing automations listed in my Google Home (app) 🤔
      I will have to get deeper in the possibilites of the script. Already put it on my bucket list 😊

    • @joaomgcd
      @joaomgcd  4 місяці тому +1

      @@Aquairborne I think it'll trigger whatever triggers when you say the command yourself :)

    • @Aquairborne
      @Aquairborne 4 місяці тому

      @@joaomgcd Unfortunately it's not working. I could confirm in a reddit thread that to start a routine from another routine is not possible.
      Boa noite 😴

    • @joaomgcd
      @joaomgcd  4 місяці тому

      @@Aquairborne but doing regular ok Google commands that way works, right? Just not triggering other Google routines?

  • @ctreischman
    @ctreischman 4 місяці тому

    Can this directly send a join command?

    • @joaomgcd
      @joaomgcd  4 місяці тому

      You could send a Join command from Tasker in response to this if you want :)

  • @DjSqueekz
    @DjSqueekz 4 місяці тому

    Your home screen gives me anxiety 😂

    • @joaomgcd
      @joaomgcd  4 місяці тому

      Haha, really? 🤭

  • @kyoung1033
    @kyoung1033 Місяць тому

    Can this be used in Android auto?

    • @joaomgcd
      @joaomgcd  Місяць тому

      I haven't tried it myself, but I think it could work.

    • @valentingardie
      @valentingardie 19 днів тому

      Yes it does work