Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-blynk-ws

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-blynk-ws

Node Red integration with Blynk App and Server through websockets

  • 0.7.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
70
increased by62.79%
Maintainers
1
Weekly downloads
 
Created
Source

npm version Npm download GitHub stars GitHub issues License

NPM


node-red-contrib-blynk-ws

Blynk library implementation for Node-RED using WebSockets

What is Blynk?

Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets. If you need more information, please follow these links:

Node-RED blynk Websockets version

This library supports both SSL (wss://) and non secure (ws://) connection to local server and Blynk cloud server. For local server, wss:// works only if you ve got a certificate installed. For Blynk cloud server, you can use ws://blynk-cloud.com/websockets or with SSL wss://blynk-cloud.com/websockets as the server url.

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

Supported events, commands and widgets

Events:

  • read
  • write
  • app (connected/disconected)

Commands:

  • write
  • bridge
  • sync (virtual/all)
  • set property

Widgets:

  • emails
  • notify
  • LCD
  • table
  • zeRGBa
  • styled button

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 128 virtual pins or Generic Board for 32.

How to use

See information 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 retrocompatible and can replace node-red-contrib-blynk-websockets. To do this:

  • stop node-red
  • install node-red-contrib-blynk-ws npm install node-red-contrib-blynk-ws
  • remove node-red-contrib-blynk-websockets npm uninstall node-red-contrib-blynk-websockets
  • edit your flow file eg: "my-flows.js" search for 'blynk-websockets-' and replace with 'blynk-ws-'
  • start node-red.

Implementations for other platforms

Attributions

The node-red-contrib-blynk-ws was born as a fork of node-red-contrib-blynk-websockets https://github.com/tzapu/node-red-contrib-blynk-websockets
Some javascripts code was derived from blynk-library-js:
https://github.com/vshymanskyy/blynk-library-js

License

This project is released under The MIT License (MIT)

Keywords

FAQs

Package last updated on 03 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc