tzapu / node-red-contrib-blynk-websockets

MIT License
35 stars 12 forks source link

New Blynk server #8

Open scropion86 opened 8 years ago

scropion86 commented 8 years ago

hi Alex,

my Node-red since yesterday was not connecting to Blynk - Public Cloude - and as per @dmitry the server is changed to blynk-cloud.com , the new websocket URL is ws://blynk-cloud.com:8082/websocket

here is Dmitry post

tzapu commented 8 years ago

updated on github,

thanks alex

On 26 May 2016, at 16:38, Mohammed Lotfy notifications@github.com wrote:

hi Alex,

my Node-red since yesterday was not connecting to Blynk - Public Cloude - and as per @dmitry https://github.com/dmitry the server is changed to blynk-cloud.com , the new websocket URL is ws://blynk-cloud.com:8082/websocket

here http://community.blynk.cc/t/cloud-blynk-cc-host-is-no-longer-supported/6264/70?u=scropion86 is Dmitry post

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/tzapu/node-red-contrib-blynk-websockets/issues/8

scropion86 commented 8 years ago

is those changes will automaticly reflict to npm as my node-red is hosted on IBM bluemix and the online editor is not allowing me to change blynk-websockets.html file , so i have to update the node from npm.

gablau commented 7 years ago

New default port changed! http://community.blynk.cc/t/0-23-0-0-23-1-server-port-changes/12373

Plain WebSockets port : 8082 -> 8080 (merged with HTTP API); Since 0.23.0. SSL WebSockets port : 8081 -> 9443 (merged with HTTPS API); Since 0.23.0.

man6663 commented 7 years ago

ws://blynk-cloud.com:8080/websocket ?

gablau commented 7 years ago

No, the correct url is: ws://blynk-cloud.com:8080/websockets see pull #18