node-red-contrib-blynk-ws
Version:
Node Red integration with Blynk App and Server through websockets
124 lines (123 loc) • 2.5 kB
JSON
[
{
"id": "74840535a62e0184",
"type": "tab",
"label": "01 - App, Read, Write events",
"disabled": false,
"info": "",
"env": []
},
{
"id": "f4d5e25d061c0e5a",
"type": "blynk-ws-in-app",
"z": "74840535a62e0184",
"name": "",
"client": "8c06e199.b82b28",
"x": 140,
"y": 120,
"wires": [["6e20550d6178a030"]]
},
{
"id": "39344729f96ced0d",
"type": "blynk-ws-in-read",
"z": "74840535a62e0184",
"name": "",
"pin": "1",
"pin_all": 0,
"client": "8c06e199.b82b28",
"x": 170,
"y": 180,
"wires": [["9be3261e9c8f518b"]]
},
{
"id": "61c00a54514b7c31",
"type": "blynk-ws-in-write",
"z": "74840535a62e0184",
"name": "",
"pin": "1",
"pin_all": 0,
"client": "8c06e199.b82b28",
"x": 170,
"y": 240,
"wires": [["f2d3bacfaec1ed14"]]
},
{
"id": "c05a7f448484963a",
"type": "comment",
"z": "74840535a62e0184",
"name": "Example App, Read, Write events",
"info": "",
"x": 200,
"y": 40,
"wires": []
},
{
"id": "6e20550d6178a030",
"type": "debug",
"z": "74840535a62e0184",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 390,
"y": 120,
"wires": []
},
{
"id": "9be3261e9c8f518b",
"type": "debug",
"z": "74840535a62e0184",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 390,
"y": 180,
"wires": []
},
{
"id": "f2d3bacfaec1ed14",
"type": "debug",
"z": "74840535a62e0184",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 390,
"y": 240,
"wires": []
},
{
"id": "8c06e199.b82b28",
"type": "blynk-ws-client",
"name": "Blynk Local Server 1",
"path": "ws://your-local-server.ip/websockets",
"key": "your-auth-token-here",
"dbg_all": true,
"dbg_read": false,
"dbg_write": false,
"dbg_notify": false,
"dbg_mail": false,
"dbg_prop": false,
"dbg_sync": false,
"dbg_bridge": false,
"dbg_low": true,
"dbg_pins": "",
"multi_cmd": true,
"proxy_type": "no",
"proxy_url": "",
"enabled": true
}
]