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
24
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.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
40
decreased by-14.89%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-blynk-ws

Blynk app integration with Node Red using WebSockets protocol

NPM npm version

Websockets version

This works for both local and cloud Blynk servers. For local, wss:// works if you ve got a certificate installed on Blynk cloud server. For Blynk cloud server, you can use ws://blynk-cloud.com:8080/websockets or with SSL wss://blynk-cloud.com:9443/websockets as the server url.

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

Supports both SSL wss:// and non secure ws:// connection to local server and Blynk cloud server.

Supported events and widgets

  • read event
  • write event
  • app event
  • write command
  • set property
  • emails
  • notify
  • LCD widget

Blynk App Settings

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

How to use

See help of every nodes

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

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.

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
MIT licence

Keywords

FAQs

Package last updated on 15 Sep 2017

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