gablau / node-red-contrib-blynk-iot

Blynk IoT / Blynk 2.0 library implementation for Node-RED using TLS
MIT License
17 stars 7 forks source link

node-red-contrib-blynk-iot

Information Panel\ NEW Blynk IoT Platform library implementation for Node-RED

npm version Npm download GitHub stars GitHub issues License

NPM


Node-RED <-> Blynk IoT Platform

This library supports secure TLS connection to new Blynk IoT Platform cloud server.

For Blynk cloud server, you can use blynk.cloud as the server url.

Local server is not yet supported.

Do not work on old Blynk 0.1 legacy platform

If you installed Node Red globally use this command to install npm install --global node-red-contrib-blynk-iot

Supported events, commands and widgets

Events: write\ Commands: write, sync (virtual/all), set property, metadata (get/set), log event\ Widgets: LCD, zeRGBa, styled button, image gallery

Changelog

See the changelog for all the details of each releases

Node-RED palette

Available Nodes

Blynk App Settings

Use Raspberry PI as hardware to access 256 virtual pins or Generic Board for 32.

How to use

Set your blynk server url, Auth Token and Template ID in configuration node

Information Panel

See help panel on every nodes

Information Panel

Debug

Use the verbose -v flag when starting Node-RED to get more information or use node-red-log and enable log on Configuration Node as needed

Log settings

Compatibility

This library is not retrocompatible and cannot replace node-red-contrib-blynk-ws.

The new Blynk IoT platform does not allow migration from the old Blynk 0.1 (legacy), so neither does this library.


Blynk is a unique IoT platform for connecting any hardware to the cloud, designing apps to control them, and managing your deployed products at scale.

Blynk Banner

Downloads

Blynk Arduino Library

Blynk Mobile App: Google Play | App Store

Quickstart: Arduino + Ethernet shield

When you are connected - check the included examples on how to use different types of connections (transports) and explore Blynk features. You can combine any example for your hardware + transport + features.

Supported boards, Ethernet, WiFi, Bluetooth, GSM, Serial, USB...

Full list of supported hardware is here.
Check out our Examples Browser: http://examples.blynk.cc

Documentation and other helpful links

Full Blynk Documentation - a complete guide on Blynk features
Community (Forum) - join a 500,000 Blynk community to ask questions and share ideas
Help Center - helpful articles on various Blynk aspects
Code Examples Browser - browse examples to explore Blynk possibilities
Official Website

Social Media:

Facebook | Twitter | Youtube | Instagram | LinkedIn

Blynk libraries for other platforms

Libraries by community

Attributions

The node-red-contrib-blynk-iot was born as a fork of node-red-contrib-blynk-ws to support new Blynk IoT Platform

License

This project is released under The MIT License (MIT)