Comments on: ESP8266 Daily Task – Publish Temperature Readings to ThingSpeak https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 30 May 2022 10:54:00 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Tobi https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-754565 Mon, 30 May 2022 10:54:00 +0000 http://randomnerdtutorials.com/?p=52343#comment-754565 Just related to my previous post...it should have been <code>String(atof(humidityTemp))</code>]]> In reply to Sara Santos.

Thanks a lot – yes, much simpler with the ThingsSpeak.h functions. Thanks for sharing! 🙏
Just related to my previous post…it should have been
String(atof(humidityTemp))

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-754547 Mon, 30 May 2022 08:48:13 +0000 http://randomnerdtutorials.com/?p=52343#comment-754547 In reply to Tobi.

Hi.
Thanks for sharing that.
At the moment, I recommend using this example instead: https://randomnerdtutorials.com/esp8266-nodemcu-thingspeak-publish-arduino/
Regards,
Sara

]]>
By: Tobi https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-753923 Fri, 27 May 2022 19:31:28 +0000 http://randomnerdtutorials.com/?p=52343#comment-753923 Hi Sara & Rui, thanks a lot for the great tutorials!
It seems that ThingSpeak slightly changed their setup and the above code now fails. This seems to be related to the spaces in front of the values passed to the field1/field2.
I overcame the problem by wrapping the humidityTemp and temperatureTemp by String(float(humidityTemp))

]]>
By: Antoine Perederii https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-663923 Thu, 26 Aug 2021 09:19:35 +0000 http://randomnerdtutorials.com/?p=52343#comment-663923 Hello
How can I change from days to hours?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-536380 Sun, 03 Jan 2021 12:00:18 +0000 http://randomnerdtutorials.com/?p=52343#comment-536380 In reply to usama.

Hi.
Double-check your configurations on Thingspeak and make sure you are using the right API key.
Regards,
Sara

]]>
By: usama https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-536289 Sun, 03 Jan 2021 07:25:16 +0000 http://randomnerdtutorials.com/?p=52343#comment-536289 im getting data on srial monitor but not getting data on thingspeak kindly give me an idea what should i do

]]>
By: john https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-500102 Sat, 26 Sep 2020 01:17:21 +0000 http://randomnerdtutorials.com/?p=52343#comment-500102 will this work with the esp32?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-367249 Sun, 26 May 2019 09:06:27 +0000 http://randomnerdtutorials.com/?p=52343#comment-367249 In reply to Matthew du Preez.

Hi Matthew.
This project uses the daily task library. So, it will repeat the task daily.
If you want to update every 15 minutes, I recommend using deep sleep with timer wake up.
You can read our tutorial about deep sleep with timer wake up with the ESP32: https://randomnerdtutorials.com/esp32-timer-wake-up-deep-sleep/
I hope this helps.
Regards,
Sara

]]>
By: Matthew du Preez https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-367072 Fri, 24 May 2019 13:10:41 +0000 http://randomnerdtutorials.com/?p=52343#comment-367072 In reply to Sara Santos.

hi there Sara
how do you make it update every 15 minutes,
and can you use an esp 32 ?

tks Matthew

]]>
By: Matthew https://randomnerdtutorials.com/esp8266-daily-task-publish-temperature-readings-to-thingspeak/#comment-367069 Fri, 24 May 2019 12:49:25 +0000 http://randomnerdtutorials.com/?p=52343#comment-367069 can I use an esp 32 instead?

]]>