Blynk 2.0 and blynk-library-js

Hi,

I’ve tried to connect my device (RPI) to Blynk 2.0 using blynk-library-js (0.5.4). It seems that the last version of this library is not working with the latest Blynk Cloud version, authorization failed:
SSL authorization …
SSL not authorized

I am sure that I have a valid API token, but it seems that the latest version of this lib is not working well, probably there should be valid BLYNK_TEMPLATE_ID and BLYNK_DEVICE_NAME on top of every NodeJs script, but I don’t have support for this in the version 0.5.4.

I just want to send some data from DHT11 (RPI) using JavaScript (NodeJs). I am not familiar how to use C++ on RPI?

Does anyone know, is there will be published a new version of blynk-library-js?

JavaScript lib for Blynk - blynk-library - npm.

Thanks a lot.