Google-Sheets-Logging icon indicating copy to clipboard operation
Google-Sheets-Logging copied to clipboard

Log data from an ESP8266 device directly to Google Sheets without a third party service. Log sensor data, send data by pressing a button, and receive data from a Google spreadsheet. (NodeMCU, Wemos D1...

Results 7 Google-Sheets-Logging issues
Sort by recently updated
recently updated
newest added

When I upload the code to the ESP8266 I recieved this error 'class httpsredirect' has no member named 'setPrintResponseBody' Do you have any idea's why? Thanks

14:31:42.381 -> {"command": "insert_row", "sheet_name": "Sheet1", "values": "40,195,7020"} Error with request. Response status code: 0 14:31:42.519 -> Error while connecting

I changed gscript code like that: ` // Enter Spreadsheet ID here var SS = SpreadsheetApp.openById('---------------id--------------); var str = ""; function doPost(e) { var parsedData; var result = {}; try...

HI, my logging goes in hangup occasionally (1-2 times /week), this is boring. The Wemos gets stuck exactly during if(client->POST(url, host, payload)){ It happens, when exactly during post the internet...

Hello, I'm trying to use the library to post values to google sheets. Strangely I get error values but the first 4 send attempts are successful, after that it stops...

Hey, I'm trying to create a kind of stopwatch and for the best responsibility, I use an interrupt, from which the subroutine to send the data is called. (When I...

![6E33D1B3-7604-4379-9213-B9B9EF501AE4](https://user-images.githubusercontent.com/123577652/214621962-5184974e-3477-430e-bb2a-9f3d45ab8674.png) Hello, i export tempearture by bme280 to google sheet. How can I change dots to commas? from 21.23 to 21,23 P.s. changing the zone in the sheet doesn't help...