Comments on: ESP32/ESP8266: Firebase Data Logging Web App (Gauges, Charts, and Table) https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 02 Jul 2025 10:44:25 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Heath https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-984509 Wed, 20 Nov 2024 20:05:05 +0000 https://randomnerdtutorials.com/?p=108701#comment-984509 Hi,
I have run your example and it works fine but I wanted to know if there is a way to increase the time frame on the x axis. I am monitoring the temperature and I can only see it in the graphs for 10 minutes. I would like to see the data over a few hours period.

]]>
By: ecx https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-933247 Tue, 02 Jul 2024 11:02:07 +0000 https://randomnerdtutorials.com/?p=108701#comment-933247 Hi, the esp32 is uploading the json objects to the realtime database. The html webpage is loading, however, there is no data being displayed.
Hard refreshes have been done, with no errors in the console.
No code has been changed.
Using a windows machine.
Any ideas?
Thanks

]]>
By: Henry https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-915243 Mon, 13 May 2024 23:21:54 +0000 https://randomnerdtutorials.com/?p=108701#comment-915243 Well it is okay, as I figured out what my problem was.

]]>
By: Henry https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-915173 Mon, 13 May 2024 17:56:53 +0000 https://randomnerdtutorials.com/?p=108701#comment-915173 Hello Sara,
A very nice project you got here though I followed every step but I keep seeing this problem on my web application that tells me to “update the version number as needed”. Where did I could I have possible gone wrong cause i can’t see any values I got from the realtime database on the web application.

]]>
By: Oldemanriver https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-892296 Sat, 17 Feb 2024 16:15:09 +0000 https://randomnerdtutorials.com/?p=108701#comment-892296 Is there a way for several ESP32’s to connect to this one app and display readings on separate tabs? For example: a multi-zone heating/cooling in a home where the home would be the main page and each zone would be displayed/controlled from a separate tab.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-891487 Thu, 15 Feb 2024 10:31:18 +0000 https://randomnerdtutorials.com/?p=108701#comment-891487 In reply to Veronica Anzola.

Yes, if I can help.
Regards,
Sara

]]>
By: Veronica Anzola https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-890947 Wed, 14 Feb 2024 01:37:24 +0000 https://randomnerdtutorials.com/?p=108701#comment-890947 Hello, I am based on your code to make mine. Could you help me with some questions? It’s for my electronic engineering thesis.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-881542 Tue, 02 Jan 2024 10:20:44 +0000 https://randomnerdtutorials.com/?p=108701#comment-881542 In reply to Sourav.

Hi.
You need to go back to this tutorial to understand: https://randomnerdtutorials.com/esp32-data-logging-firebase-realtime-database/

Check the path that the board is publishing the data:https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2021/12/Firebase-BME280-datalogging-database.png

You would have to adjust the path for each board. Something like:

Board1: UsersData/>user_uid>/board1/temperature

For board 2:
Board1: UsersData/>user_uid>/board2/temperature

And so on…

I hope this helps.

Regards,
Sara

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-881538 Tue, 02 Jan 2024 10:12:29 +0000 https://randomnerdtutorials.com/?p=108701#comment-881538 In reply to Stefan.

Hi.
I think it has to do with the way we load the data on the JavaScript side.
It goes through a loop through all the data to display it on the web page.
Probably there are other methods to do display the data via JavaScript, but at the moment I don’t think I know how to fix the issue.
A quick “fix” is to increase the delay time between readings and delete the data periodically, but that’s not ideal.

Regards,
Sara

]]>
By: Stefan https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comment-881178 Sun, 31 Dec 2023 18:17:17 +0000 https://randomnerdtutorials.com/?p=108701#comment-881178 In reply to Ed.

Hi Ed, Sara, All,

Seems I have the same issue. my web app page works fine when I create new fresh one. When I get readings of day or two worth, the web app page loads up for ever, doesn’t even let me to choose the charts. This is with clearing cache, brows data, etc

I suspect it has something with amount of reading/ logs. Could you please guide me how to fix the issue.

Very nice project, I learned a lot, but it works responsive only for a day or two.

I am dealing with Firebase IT crowd atm, in case its something slows the web app on their side.

May Thanks
Stef

]]>