Page 1 of 1

ESP8266 Module with Alexa & Google Assitant

Posted: Fri Sep 04, 2020 2:16 pm
by karthickefy
Hi Matrix Team,
Do you have any idea about to configure Alexa or Google Assistant with ESP12F / ESP8266 components? I would like to control the home appliances through Alexa/Google with ESP series Wifi module. It will be good if you add ESP12F / ESP8266 as target and can easily configure the Alexa voice control through FC. ESP12F module is quite cheap cost in market. Please advice.

Karthick.

Re: ESP8266 Module with Alexa & Google Assitant

Posted: Wed Sep 09, 2020 3:56 pm
by Benj
Hi Karthick,

I'm currently investigating this for the ESP32 hardware but should also be possible via an ESP8266. We already have support for MQTT which is very powerful. For Alexa type stuff there is ITTT which we are also looking into.

Re: ESP8266 Module with Alexa & Google Assitant

Posted: Thu Sep 17, 2020 10:43 am
by karthickefy
Hi Benj,
Thanks, Is there any working example Flowcode for MQTT with ESP8266?

Karthick.

Re: ESP8266 Module with Alexa & Google Assitant

Posted: Thu Sep 17, 2020 5:00 pm
by Benj
Hello,

Here's a quick example for you to play with, let us know how you get on.
MQTT_ESP8266.fcfx
(14.27 KiB) Downloaded 189 times

You can connect to the Thingspeak MQTT servers or you can create your own MQTT server using something like Mosquitto on a raspberry pi.

https://randomnerdtutorials.com/how-to- ... pberry-pi/