good morning
I did a blynk application on my android mobile which works perfectly with my hardware based on a nodemcu ESP8266 ; I can read the voltage , current , temperature of my house and controlling my heater and burner .
Recently i wanted to make a connection with node red and i downloaded node-red-contrib-blynk-ws , followed the instructions , and dragged the “read event” node and filled it exactly with the url ws://blynk-cloud.com/websockets and my secret Auth Token.
The problem is that the connection failed and node red rolled continuously the messages :
[blynk-ws-client:75d1454a.53689c]start connection:ws://blynk-cloud.com/websockets
[blynk-ws-client:75d1454a.53689c]Websocket Error :read ECONNRESET
[blynk-ws-client:75d1454a.53689c]Client Error
[blynk-ws-client:75d1454a.53689c]Reconnect in 5 seconds…
[blynk-ws-client:75d1454a.53689c]Websocket closed:ws://blynk-cloud.com/websockets
[blynk-ws-client:75d1454a.53689c]Reconnect in 5 seconds…
[blynk-ws-client:75d1454a.53689c]start connection:ws://blynk-cloud.com/websockets
[blynk-ws-client:75d1454a.53689c]Websocket Error:Unexpected serverresponse:101
messages are displayed without stopping ; i tried to close the connection and i failed.
How can i solve this problem in order to make the connection in success and secondly to
be able to read form the virtual pins ?
thank you in advance
Fady Jaatour