# Triggering of Mqtt using google assistant

**URL:** https://discourse.nodered.org/t/triggering-of-mqtt-using-google-assistant/11922
**Category:** General
**Created:** [6 June 2019 20:31 UTC](https://discourse.nodered.org/t/triggering-of-mqtt-using-google-assistant/11922 "2019-06-06T20:31:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![upulankit](https://avatars.discourse-cdn.com/v4/letter/u/5e9695/32.png) [@upulankit](https://discourse.nodered.org/u/upulankit)
#### Post date: [6 June 2019 20:31 UTC](https://discourse.nodered.org/t/triggering-of-mqtt-using-google-assistant/11922/1 "2019-06-06T20:31:03Z")

</div>

How to trigger mqtt node using google assistant??

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [6 June 2019 20:59 UTC](https://discourse.nodered.org/t/triggering-of-mqtt-using-google-assistant/11922/2 "2019-06-06T20:59:33Z")

</div>

What do you mean by trigger an mqtt node?

---

<div class="post-metadata">

### Author: ![upulankit](https://avatars.discourse-cdn.com/v4/letter/u/5e9695/32.png) [@upulankit](https://discourse.nodered.org/u/upulankit)
#### Post date: [7 June 2019 05:31 UTC](https://discourse.nodered.org/t/triggering-of-mqtt-using-google-assistant/11922/3 "2019-06-07T05:31:54Z")

</div>

Sir,actually I want to send data through mqtt node by giving command to google assistant...is there any possible way to do it??

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [7 June 2019 07:34 UTC](https://discourse.nodered.org/t/triggering-of-mqtt-using-google-assistant/11922/4 "2019-06-07T07:34:45Z")

</div>

Which part don't you know how to do, publishing data to MQTT or causing an action in node red from google assistant? Assuming that it is google assistant that is the problem then if you go to the node red flows site and search for google assistant it comes up with a number of hits, though I have not used any of them myself.  
[flows.nodered.org](http://flows.nodered.org)

---

<div class="post-metadata">

### Author: ![Robbo](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/robbo/32/4491_2.png) [@Robbo](https://discourse.nodered.org/u/Robbo)
#### Post date: [7 June 2019 09:29 UTC](https://discourse.nodered.org/t/triggering-of-mqtt-using-google-assistant/11922/5 "2019-06-07T09:29:05Z")

</div>

You can use IFTTT, and a external broker, instructions here;...

> **[From Google Assistant to MQTT](https://maker.itnerd.space/from-google-assistant-to-mqtt/)**
>
> Here I want to define a custom Google Assistant action, which will recognize a phrase with an argument, for example ok google, make me \[a pizza\], and send both the action (make) and the argument (a pizza) as a JSON object to an MQTT topic.

However I believe Google Assistant's future on IFTTT will be no more so get a Echo instead. 🙂

---

<div class="post-metadata">

### Author: ![syoma755](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/syoma755/32/14687_2.png) [@syoma755](https://discourse.nodered.org/u/syoma755)
#### Post date: [7 November 2020 21:11 UTC](https://discourse.nodered.org/t/triggering-of-mqtt-using-google-assistant/11922/6 "2020-11-07T21:11:56Z")

</div>

I guess node-red-contrib-nora should be helpful here.
