-->
Page 2 of 3

Re: Google Home assistant connected to ESP using Basic

PostPosted: Sun Oct 08, 2017 9:11 am
by joeman2116
Luc,

I ran the test program and also the debug mode
When i tell google to turn on living - nothing happens except google saying he has done the command.

When i open a browser and issue:
http://radxx.no-ip.ca:8086/msg?saywhat=living.room.on
or
http://174.xxx.xx.241:8086/msg?saywhat=living.room.on

The test program responds with living room on[/b

This verifies the port forwarding and ip are correct


[b]I My iftt applet:


Say a phrase with a text ingredient

switch the living room $
please turn the living room $
turn the living room $


webhook content :

Make a web request - Fields which i filled

http://174.xxx.xx.241:8086 /msg?saywhat=living.room. {{TextField}} have verified the ip

Method GET
Content Type TEXT/PLAIN


I have deleted and recreated both iftt and web hooks several times with no change.


Webhooks is not sending out

As far as i can see google hears me, answers, but does not appear to be triggering webhooks web request.
Or
webhooks is not sending out my web request.

When i tell iftt to check applet - no errors
Applet ran
Oct 08 - 10:46 AM
Google Assistant
googlehome esp8266test
off
Hide details
Ingredients

CreatedAt
(none)
TextField
off

Thanks
Joe

Re: Google Home assistant connected to ESP using Basic

PostPosted: Sun Oct 08, 2017 1:13 pm
by Luc Volders
Code: Select allThe test program responds with living room on[/b


I presume the [/b is not included and is a typo.......

And does it work ???
Does it indeed switch the light on ????
Giving the command from the browser should do something....

Code: Select allhttp://174.xxx.xx.241:8086 /msg?saywhat=living.room. {{TextField}}

I see a space between room. and {{TextField}} I hope that is not there in real life....

Luc

Re: Google Home assistant connected to ESP using Basic

PostPosted: Sun Oct 08, 2017 8:26 pm
by joeman2116
The test program responds with living room on

I presume the [/b is not included and is a typo....... it was a typo


And does it work ???
Does it indeed switch the light on ????
Giving the command from the browser should do something....
Sorry Yes it works fine , led goes on and off whenever I enter

http://174.xxx.xx.241:8086 /msg?saywhat=living.room.{{TextField}} in my browser

I see a space between room. and {{TextField}} I hope that is not there in real life....
No, there is no space


joe

Re: Google Home assistant connected to ESP using Basic

PostPosted: Tue Oct 17, 2017 1:53 pm
by Luc Volders
Hey Joe,

Did you get it working ??

I tested my setup again and checked against the writeup and found no mistakes and everything works here flawlessly.

Now one last thing.
I saw this:

Code: Select allhttp://radxx.no-ip.ca:8086/msg?saywhat=living.room.on
or
http://174.xxx.xx.241:8086/msg?saywhat=living.room.on


Maybe the radxx.no-ip thing does not work.
Try to replace it with your real-world IP adress. You can find that by looking at:
http://www.whatsmyip.org/

Maybe that's the problem.

Luc