Comments on: ESP32: Getting Started with InfluxDB https://randomnerdtutorials.com/esp32-influxdb/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 23 May 2024 10:00:30 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: andrew https://randomnerdtutorials.com/esp32-influxdb/#comment-917536 Thu, 23 May 2024 10:00:30 +0000 https://randomnerdtutorials.com/?p=110608#comment-917536 This tutorial on using ESP32 with InfluxDB is exactly what I needed! The step-by-step instructions and clear explanations make it easy to follow. I’m excited to set up my own IoT projects with this combination. Thanks for the detailed guide!

]]>
By: Parms https://randomnerdtutorials.com/esp32-influxdb/#comment-915564 Wed, 15 May 2024 16:21:39 +0000 https://randomnerdtutorials.com/?p=110608#comment-915564 Your tutorials and the information that you unselfishly provide is almost unparalleled, and it’s saved me many hours of work. A small issue that would also add some value is to put a time stamp on such comments as “… at the moment there are some issues with version 2.0.2, so don’t select that one …”. Thanks.

]]>
By: Sky Agnitti https://randomnerdtutorials.com/esp32-influxdb/#comment-879729 Mon, 25 Dec 2023 05:06:37 +0000 https://randomnerdtutorials.com/?p=110608#comment-879729 Always love your tutorials!
Is there anyway to use micropython to send data to influxdb 1.8.x from an esp32?
I’ve tried
res = urequests.post(url, headers=headers, data=data)
and everything looks good via print(url) etc but nothing gets logged into influxdb.
I prefer to use python/ micropython over C and sketches but I am wracking my brains over this. I am successful when I use a simple curl command in my terminal though.
curl -i -XPOST ‘http://x.x.x.x:8086/write?db=sensor_data&u=xxx&p=xxx’ –data-binary ‘esp32,location=couch humidity=1,pressure=3,temperature=3’
but I cannot translate that to micropython. Any thoughts would be GREATLY appreciated.

]]>
By: Mohsin https://randomnerdtutorials.com/esp32-influxdb/#comment-846606 Tue, 11 Jul 2023 09:19:17 +0000 https://randomnerdtutorials.com/?p=110608#comment-846606 Please also make an article teaching the way to connect ESP32 with InfluxDB but with Micropython

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-influxdb/#comment-832225 Thu, 27 Apr 2023 08:42:31 +0000 https://randomnerdtutorials.com/?p=110608#comment-832225 In reply to Cezary.

Hi.
That is not possible with InfluxdB.
Regards,
Sara

]]>
By: supermarioprof https://randomnerdtutorials.com/esp32-influxdb/#comment-832149 Wed, 26 Apr 2023 21:30:50 +0000 https://randomnerdtutorials.com/?p=110608#comment-832149 In reply to moekoe.

I have exactly the same problem: no dashboard icon available.
I thought this could be a change in free plan but I couldn’t find any confirm about this.
To reproduce: create a new account and have a look.
It is also impossible to choose where to store data, only AWS is available

]]>
By: Cezary https://randomnerdtutorials.com/esp32-influxdb/#comment-831968 Tue, 25 Apr 2023 17:14:06 +0000 https://randomnerdtutorials.com/?p=110608#comment-831968 Is it a way to control ESP32 from influxdb/grafana? I think about LED on/off, send data (integer, float, text)… like in your Firebase or Ubidots tutorials.
BTW I also can not find dashboard icon in my influxdb page created today.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-influxdb/#comment-831494 Sun, 23 Apr 2023 09:19:30 +0000 https://randomnerdtutorials.com/?p=110608#comment-831494 In reply to moekoe.

Hi.
Do you mean that you don’t have the “Dashboard” icon on your InfluxDB page?
Can you show me a printscreen of your dashboard? (to share a picture, upload it to google drive and then share a link to the file).
Regards,
Sara

]]>
By: moekoe https://randomnerdtutorials.com/esp32-influxdb/#comment-831095 Thu, 20 Apr 2023 20:28:16 +0000 https://randomnerdtutorials.com/?p=110608#comment-831095 Hey there,
thanks for another awesome tutorial! Everything on ESP32 side is working brilliant, publishing data and receiving them in InfluxDB cloud works like a charm.

Unfortunately my InfluxDB cloud webpage looks differently and the sidemap only shows three points: Load Data, Data Explorer and Settings.
The Dashboard point is not visible and I’m wondering how to create one? Maybe I missed something?

Best regards and thanks again!
Moritz

]]>
By: Ahmad https://randomnerdtutorials.com/esp32-influxdb/#comment-826593 Thu, 23 Mar 2023 09:17:18 +0000 https://randomnerdtutorials.com/?p=110608#comment-826593 thanks anyway it’s a very great tutorial

]]>