Page 1 of 1

How to connect ESPEasy to Blynk IoT

Posted: 30 Jan 2024, 14:02
by velja
Hello,
All day I search information how to connect my ESP module to Blynk server but with no much success. I found flash file ESP_Easy_mega_20220809_custom_ESP8266_4M1M that has Blynk HTTP and register on Blynk. On serial port log I see that there is no connection to controller.
Here is my controller configuration:
1111.JPG
1111.JPG (65.93 KiB) Viewed 1149 times
I'm now confused and need some help, some example.
Thank you

Re: How to connect ESPEasy to Blynk IoT

Posted: 31 Jan 2024, 14:27
by Ath
AFAICS, the Controller port should be set to 80, and not 85, unless your router/firewall does some translation, but I wouldn't expect that to work, as you'd probably also have to use a local address/host for that translation to be applied.
And enabling the extended credentials should only be needed if the password is very long, but we can't see if that's needed, as after saving it's replaced by 5 * chars in the UI ;)

Re: How to connect ESPEasy to Blynk IoT

Posted: 01 Feb 2024, 13:04
by velja
Well, I try with port 80 and for extended credentials check/uncheck and rezult is the same. Also host name leave blank (I read that's default).

On Blynk web site I get those parameters:
BLYNK_TEMPLATE_ID "xxxxxx"
BLYNK_TEMPLATE_NAME "yyyyy"
BLYNK_AUTH_TOKEN "zzzzzzzzzzzzz"

and I supose that I use some of them to connect on Blynk server. For password I use BLYNK_AUTH_TOKEN but with no success.

Re: How to connect ESPEasy to Blynk IoT

Posted: 01 Feb 2024, 14:04
by TD-er
I did edit your post to remove some user credentials.