gablau / node-red-contrib-blynk-ws

Old/Legacy Blynk library implementation for Node-RED using WebSockets
MIT License
31 stars 10 forks source link

Unable to connect to Blynk server across the internet... #14

Closed aaro668 closed 4 years ago

aaro668 commented 5 years ago

Hi, I am having trouble connecting to my own blynk server across the internet. I have RPi running local blynk server on my own network at home (internal IP adress is 192.168.0.59), here is the server.properties file: server.zip I have node-red running on a RPi that is not on my local network, but it needs to access the local blynk server across the internet and through port forwarding. In node-red I have blynk ws node set up like this: image (I have scribbled the public IP address for security) On my main router I have port forwarding set up like this: incoming port 9494 > local IP 192.168.0.59 local Port 8080 I would have expected this to work, but instead I am getting these errors: image

And I am unable to get it to connect. Am I missing something here? I did read that I might need a certificate, how do I set this up to work? thanks!

gablau commented 4 years ago

Hi, I don't know if you have already solved the problem, to me it would seem to be a problem of internet connectivity.

let me know Regards