-
After last update when i go to login on my local server as usual i got this message: "Command is bad formed,check syntax and passed params" ..
-
Got latest Node-Red updates yesterday and latest BLYNK node updated. All was fine until this evening - the App said my generic board was not connected. Sure enough I looked into Node-Red and all the B…
-
All I know is that this works. Credit `bbx10node@gmail.com` from [here.](https://github.com/bbx10/esp-pcd-weather/blob/master/esp-pcd-weather.ino) Now just to see if it plays nice with Blynk.
```
#i…
-
Seems like library bug. (Checked sending mail from server with above body - works).
http://community.blynk.cc/t/swedish-letters-aao-in-email/3152
-
Many users asking how to connect JS to local BLynk server. Here is answer :
```
var blynk = new Blynk.Blynk(AUTH, options= {addr:"192.168.0.101",port:8441});
```
Please update your instructable acco…
-
I am running a local blynk server (0.11.4) on a Raspberry Pi with a self-signed SSL certificate, as instructed in the wiki.
When trying to connect through blynk-library-js (0.0.23), I get the followi…
-
Hello. 4.0.32.Final, Ubuntu 14.04. I have a production system running for few weeks. Was reviewing logs and found this:
```
io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1
a…
-
I made investigation regarding https://github.com/blynkkk/blynk-server/issues/56. Approach for requesting info as separate hardware command doesn't fit current server workflow well. So it would be nic…
-
Here's another issue: can be replicated as follows:
simple node-red flow - inject node with string 101 and blynk write node to v6 value widget , deploy.
remove internet connection to , press inject…
-
I'm looking for ideas as I don't really know where the problem is.
I installed BLYNK on my Raspberry Pi 2. I have blynk and node-red talking no problem using your excellent nodes... however.... so I…