send data to ESP (from google sheets/script)?

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
2000ede
Normal user
Posts: 22
Joined: 12 Dec 2023, 16:43

send data to ESP (from google sheets/script)?

#1 Post by 2000ede » 12 Dec 2023, 18:21

Hello,

What way is there to send value from the internet or google sheets to the ESP so that it has it available as a variable (other than mqtt)?

I ask because HTTP/S Get probably doesn't work.

So how can I send, for example, football results or values ​​from Google Sheets (I know the Google Sheets/Script Programming). I need how ESP Easy can receive it.

The ESP should then show it on a display.

Thanks


2000ede
Normal user
Posts: 22
Joined: 12 Dec 2023, 16:43

Re: send data to ESP (from google sheets/script)?

#3 Post by 2000ede » 13 Dec 2023, 09:53

How is it possible to pass a string using this method? And if that doesn't work, is there another option?

User avatar
Ath
Normal user
Posts: 3520
Joined: 10 Jun 2018, 12:06
Location: NL

Re: send data to ESP (from google sheets/script)?

#4 Post by Ath » 13 Dec 2023, 09:57

2000ede wrote: 13 Dec 2023, 09:53 How is it possible to pass a string using this method? And if that doesn't work, is there another option?
That's documented in this paragraph, include a wildcard (*) in the event handler like "on event#name=* do"
/Ton (PayPal.me)

bidrohini
Normal user
Posts: 105
Joined: 03 Nov 2022, 16:24

Re: send data to ESP (from google sheets/script)?

#5 Post by bidrohini » 19 Dec 2023, 15:16

I think you can check IFTTT. You can check this out: https://www.theengineeringprojects.com/ ... esp32.html

You can publish multiple sensor readings from ESP32 to Google sheets via the IFTTT web service. To do the opposite, it requires a bit more setup compared to sending data from the ESP32 to Google Sheets using IFTTT. You can create a web server on the ESP32 using Arduino IDE or ESP-IDF, which can receive HTTP requests.
Handle the incoming HTTP request from Google Sheets in a specific endpoint on the ESP32.
Extract the data sent from Google Sheets and process it accordingly.

Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests