[SOLVED] Two different Project on the same login

Hi Blynkers,

My Blynk apps on NOTE 4 acting strangely. Finally I did one project and there are two different projects, depending on what type of Internet connection use (WiFi or GSM). There are different: name of the Project, layout, auth token, sharing and left energy. Did someone meet with similiar problem? For this reason my Project (initially turning home lighting) is useless… :frowning: Did I somewhere make a mistakes? The Project Blynk I consider the best in the market at this point, so help me please Blynkers.

Regards

Pawel



Does blynk-cloud.com resolve to different IP addresses? If so, that is probably your problem. Try to use the IP address instead of the blynk-cloud.com using the custom server button on the home screen of Blynk.

What do You mean? What adress I should to use for proper action?

Exactly what I say. It may be possible the blynk-cloud.com resolves to different IP addresses. Try to find out on which network it resolves to what IP address and post that here.

When I add manually IP address on the home screen (46.101.143.225 - IP blynk-cloud.com) and las hour it’s OK. Now I can switching between GSM and local WiFi (the same where Arduino is mounted) and my project working good. I hope that now will always be good. I do not understand why the default application’s settings did not work well…
Thanks for your helping hand!

Nope. I changed nothing on arduino and get error messages form serial monitor:

0] Blynk v0.3.7 on Arduino Uno
[0] Getting IP…
[1629] IP:192.168.0.100
[5001] Connecting to blynk-cloud.com:8442
[14393] Connecting to blynk-cloud.com:8442
[15050] Invalid auth token
[19755] Connecting to blynk-cloud.com:8442
[20401] Invalid auth token
[25111] Connecting to blynk-cloud.com:8442
[25754] Invalid auth token

Reset Arduino not working. I have no idea. Is there problem with blynk-cloud server?

Hello, yes, this is blynk server bug. Quick fix would be - ping blynk-cloud.com from network where your hardware is. Take IP and put it in mobile app. That’s it. Sorry fro inconveniences.

No problem Dmitriy. Thanks for your advise.

Regards

Pawel

simply delete all projects and get start with new project with new auth. token

So let’s summarize:
I checked IP by using ping blynk-cloud.com. I got two results (below):

Microsoft Windows [Version 6.3.9600]
© 2013 Microsoft Corporation. Wszelkie prawa zastrzeżone.

C:\Windows\system32>ping blynk-cloud.com

Pinging blynk-cloud.com [46.101.143.225] with 32 bytes of data:
Reply from 46.101.143.225: bytes=32 time=37ms TTL=53
Reply from 46.101.143.225: bytes=32 time=39ms TTL=53
Reply from 46.101.143.225: bytes=32 time=55ms TTL=53
Reply from 46.101.143.225: bytes=32 time=40ms TTL=53

Ping statistics for 46.101.143.225:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 37ms, Maximum = 55ms, Average = 42ms

C:\Windows\system32>ping blynk-cloud.com

Pinging blynk-cloud.com [188.166.177.186] with 32 bytes of data:
Reply from 188.166.177.186: bytes=32 time=288ms TTL=40
Reply from 188.166.177.186: bytes=32 time=287ms TTL=40
Reply from 188.166.177.186: bytes=32 time=288ms TTL=40
Reply from 188.166.177.186: bytes=32 time=288ms TTL=40

Ping statistics for 188.166.177.186:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 287ms, Maximum = 288ms, Average = 287ms

When I used 46.101.143.225 (port 8443), my project name was Smart Home (correct project, where initial energy balance was 3.000). But when I used 188.166.177.186 (port 8443), I had Salon LED (old wrong project) and as said harshgp I deleted all project (one project). With clear Blynk I have initial energy balance 1.800.
So which IP address is correct?

I got two IP’s from the same network (listed above).

that doesn’t sound very simple!

@PawKon do you use some proxies, VPNs?

You may use

There is no proxy, no VPN.

Same issue in a different thread

Forgive me for my absence, but I had a holiday. I solved my problem giving the IP (46.101.143.225) in the mobile application settings and changing blynk-cloud.com in BlynkConfig.h to IP. For two weeks, everything works properly. Thanks for your help.

Regards

Pawel