Page 1 of 1

trigger on new google home activity

Posted: 27 Feb 2019 21:22
by regissg
All google home activities are logged on https//myactivity.google.com and I was wondering if we could get in realtime a trigger when a new google activity is logged. Even better if we could get the logged voice command in return

Re: trigger on new google home activity

Posted: 28 Feb 2019 17:45
by Desmanto
If I am not wrong, I remember Google home has the capability to broadcast to all connected devices on same wifi : https://support.google.com/googlehome/a ... roid&hl=en
The target device (your phone) should have notification on statusbar or on screen, that you can catch to trigger the flow. I don't have google home, can't test it.

But for other command, there seems to be no direct way to do it. But you can ues periodic timer to query myactivity.google.com and parse the data to get the latest logged command.