Dashboard Trouble

It goes offline after awhile but it does stay online

I have no idea what this means!

Pete.

It stays online for about 2 minutes then goes offline

Correction as long as my device is running the web dashboard shows online

My dashboard is still online however no new data is being inputted

A piece of advice.
Stop posting one line answers, take time to write an explanation which is correct, informative and complete.

As a new forum user you have limits on how many posts you can make per day, and you’re rapidly using-up that quota with nonsense.

Pete.

Noted and Apologies also i have noticed something new when looking through it
is this why my code stops working by any chance

22:19:18.194 ->  Humidity 59.70% Temperature 25.10%  CO2: 296.00PPM
22:19:18.194 ->  CO: 205.00PPM
22:19:18.194 -> [59487] Connecting to blynk.cloud:80
22:19:18.194 -> [59501] Connecting to blynk.cloud:8080
22:19:18.507 -> Lux: 266.80
22:19:18.507 -> HCHO Value: 0.07 ppm
22:19:18.507 ->  Humidity 59.70% Temperature 25.10%  CO2: 298.00PPM
22:19:18.553 ->  CO: 200.00PPM
22:19:19.520 -> Lux: 664.47
22:19:19.520 -> HCHO Value: 0.07 ppm
22:19:19.520 ->  Humidity 59.70% Temperature 25.10%  CO2: 291.00PPM
22:19:19.520 ->  CO: 206.00PPM
22:19:20.513 -> Lux: 660.79
22:19:20.513 -> HCHO Value: 0.07 ppm
22:19:20.513 ->  Humidity 59.60% Temperature 25.10%  CO2: 294.00PPM
22:19:20.513 ->  CO: 203.00PPM
22:19:21.481 -> Lux: 714.70
22:19:21.526 -> HCHO Value: 0.07 ppm
22:19:21.526 ->  Humidity 59.60% Temperature 25.10%  CO2: 281.00PPM
22:19:21.526 ->  CO: 206.00PPM
22:19:22.525 -> Lux: 789.35
22:19:22.525 -> HCHO Value: 0.07 ppm
22:19:22.525 ->  Humidity 59.70% Temperature 25.10%  CO2: 283.00PPM
22:19:22.525 ->  CO: 207.00PPM
22:19:23.209 -> [64488] Connecting to blynk.cloud:80
22:19:23.209 -> [64489] Connecting to blynk.cloud:8080
22:19:23.521 -> Lux: 788.89

Please edit the post replace the screenshot of your serial output with the text, copied from your serial monitor and pasted with triple backticks at the beginning and end, the same way that you do when posting g code.

Pete.

Probably, but you seem reluctant to provide information about whether the first of these messages corresponds with the data values in Blynk no longer updating.

You’ve also not provided any information about whether you’ve made the code changes that I suggested.

You’re not making it easy to help you!

Pete.

If i try and place away the veml it shows me this

   Wire.begin();
   ^~
C:\Users\21040813\Downloads\sketch_aug6a\sketch_aug6a.ino:32:3: error: 'veml' does not name a type
   veml.begin();
   ^~

exit status 1

Compilation error: 'Wire' does not name a type```

and i think this is what you want?


```22:18:32.209 -> [13560] Connecting to TheWhiteHouse
22:18:35.898 -> [17274] IP: 192.168.1.82
22:18:35.898 -> [17275] 
22:18:35.898 ->     _  _          _
22:18:35.898 ->    / _ )/ /_ __  / /_
22:18:35.898 ->   / _  / / // / _ \/  '_/
22:18:35.898 ->  /_//\_, /////\\
22:18:35.898 ->         /_/ v1.2.0 on Arduino
22:18:35.898 -> 
22:18:35.898 ->  #StandWithUkraine    https://bit.ly/swua
22:18:35.898 -> 
22:18:35.898 -> 
22:18:35.898 -> [17275] Connecting to blynk.cloud:80
22:18:36.085 -> [17422] Ready (ping: 47ms).
22:18:37.463 -> Lux: 7.37
22:18:37.494 -> HCHO Value: 0.07 ppm
22:18:37.667 ->  Humidity 59.90% Temperature 25.00%  CO2: 293.00PPM
22:18:37.790 ->  CO: 213.00PPM
22:18:38.429 -> Lux: 6.45
22:18:38.507 -> HCHO Value: 0.06 ppm
22:18:38.663 ->  Humidity 59.90% Temperature 25.00%  CO2: 286.00PPM
22:18:38.789 ->  CO: 207.00PPM
 22:19:13.851 ->  CO: 203.00PPM
22:19:14.516 -> Lux: 7.37
22:19:14.563 -> HCHO Value: 0.06 ppm
22:19:14.703 ->  Humidity 59.70% Temperature 25.10%  CO2: 286.00PPM
22:19:14.828 ->  CO: 203.00PPM
22:19:15.499 -> Lux: 6.45
22:19:15.578 -> HCHO Value: 0.06 ppm
22:19:15.703 ->  Humidity 59.70% Temperature 25.10%  CO2: 305.00PPM
22:19:15.857 ->  CO: 203.00PPM
22:19:16.524 -> Lux: 6.45
22:19:16.556 -> HCHO Value: 0.06 ppm
22:19:16.713 ->  Humidity 59.70% Temperature 25.10%  CO2: 301.00PPM
22:19:16.837 ->  CO: 203.00PPM
22:19:18.194 -> Lux: 6.91
22:19:18.194 -> HCHO Value: 0.07 ppm
22:19:18.194 ->  Humidity 59.70% Temperature 25.10%  CO2: 296.00PPM
22:19:18.194 ->  CO: 205.00PPM
22:19:18.194 -> [59487] Connecting to blynk.cloud:80
22:19:18.194 -> [59501] Connecting to blynk.cloud:8080
22:19:18.507 -> Lux: 266.80```

Your small segment of compilation error makes no sense in isolation, and without the code that created it is useless anyway.

You need to start using triple backticks correctly. They belong on a separate line above and below the block of code, serial output or compiler output. Failing to use them properly messes-up the rest of your post, and hides the firts line of the code etc that you are posting.

No, it’s not.
The reason that this is of no use is because I can’t see what is happening in Blynk at 22:19:18 so I don’t know if this serial monitor message corresponds with the values in Blynk ceasing to update.
Only you can see that, and you’re not telling me whether the two coincide.

I’ve asked you multiple times to explain more, provide relevant, accurate and useful information, but you don’t seem to want to do that.

Pete.

Sorry The Blynk Dashboard does coincide with those numbers shown in the serial monitor and they are updating until i see these lines

22:19:18.194 -> [59487] Connecting to blynk.cloud:80
22:19:18.194 -> [59501] Connecting to blynk.cloud:8080

from here on the code stops updating although the arduino keeps running the web dashboard stops being updated
is there anything else i am missing out i do not really know what else you might need my apologies

Yes, lots of things.
Go back and read my comments from today see what question you haven’t answered and what information you haven’t provided.

I’ll sit back and wait for a post from you that answers all of those questions and provided all of the info I’ve asked for.

Pete.