-
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/…
-
Blynk persistently disconnecting after some time.
Apparently issue #90 was not fixed in the latest compiled firmware. Try rebooting your router and check if OG hangs and only works again after poweri…
-
It would be wonderful to add blynk server connection.
add blynk libraries are open source
the user only needs: server, port and tocken (online or private)
http://docs.blynk.cc/#hardware-set-ups-…
-
First of all, sinric is an awesome service, thanks for providing it.
My issue is pretty specific and involves the interaction of two different services so I understand that it might be tough to sol…
-
As per title, I am no longer getting in app notifications from this node.
Have they been disabled somehow?
Pressing the inject node used to work, now it does not. Although still shows as connected…
-
Hello
I am using an esp32 with a SIM800C module and wired hardware serial lines according to the TTGO T-CALL board.
i am using example blynk code provided by this link - https://github.com/Xinyu…
-
Hi!
Happy New Year!
Perhaps this is an alternative: https://remotexy.com, or one could setup a local blynk server and use the legacy app perhaps?
Regards,
Holger
-
It seems like it is required to add `server="blynk.cloud"` to `BlynkLib.Blynk('YourAuthToken')`, so it will be -
`BlynkLib.Blynk('YourAuthToken', server="blynk.cloud")`
Otherwise, I am getting -
…
-
I have had this problem for about a week now but didn't say anything because I hoped the resolution of #16 may have also resolved this problem but it doesn't...and I am not even sure its a node-red-co…
-
Thanks for the code.
you have a bug in the code, at least with the latest version of Blink, the thing is that when the local server is connected with this configuration in port 80, Blink port 8080 an…