完整的名字叫做node-red-dashboard 搜索出来后,点击安装即可, 安装需要一点时间,稍等一会。安装完成后,刷新一下页面.就可以在节点列表的左侧看到相应的节点 一共有16个节点,分别是 button 按钮节点 dropdown 下拉选择节点 switch 开关节点 slider 轮播图 numeric 数字滑块 text input 文本输入 date picker 日期选择 ...
图标可用的在https://klarsys.github.io/angular-material-icons/ 都配置完成后 点击完成。 点击部署 这样我们就部署了一个按钮节点到Dashboard中, 部署后我们到哪里去看配好的页面那。 默认是到这个地址访问UI。 http:// ip+port/ui 以我的为例,Node-RED的访问地址是http://192.168.99.102:1880/# 那么ui的...
Dashboard的控件一般都可以设置Label或名字,Label和名字也可以通过传入消息的属性来指定或修改。其实控件的内容都可以用消息来配置,这属于比较高阶的用法,感兴趣的可以参考https://github.com/node-red/node-red-dashboard/blob/master/config-fields.md Dashboard带有的控件简介见下表。 名称 中文名 详细信息 button...
You may also create your own set of icons usingIcofont. Once downloaded you can serve them locally via Node-RED and add them to the head of the dashboard page by using a ui_template node : e.g. <link rel="stylesheet" href="myserver/path/icofont.css"> ...
This module provides a set of nodes in Node-RED to quickly create a live data dashboard. These nodes require node.js version 8. The last version to support node v6 was 2.9.5. From version 2.10.0 you can create and install widget nodes like other Node-RED nodes. See theWikifor more ...
This node can be used to visualize all kind of graphical stuff in the Node-RED dashboard. This can range from simple graphics (e.g. a round button, ...) to very complex graphics (floorplans, industrial processes, piping, wiring, ...). But even those complex graphics will consist out...
Your real-time SCADA dashboard is now live, displaying data flowing from your PLC via Modbus and MQTT, orchestrated by Node-RED. Ubidots’ SCADA widget comes with a rich library of standard icons commonly used in industrial settings. Plus, you can create custom icons to tailor your visualizat...
Just open Manage palette from node-red dashboard menu, switch to Install tab and search for hapcan word. Only stable releases. Using npm Only stable releases npm install node-red-contrib-hapcan Using github Latest available version - working in most cases. git clone https://github.com/Onix...
Warning: this version uses the Node-Red plugin system; the Node-Red version must be equals or major than 3.1.1 HUE button node: NEW: now you can select the value and the dim direction to be transmitted, when Toggle Status is set to unchecked. Thanks @cybersmart-eu for the suggestion....
On top right corner of the Node-RED window you have a tab calleddashboard. Select that tab (1). To add a tab to the user interface click on the+tabbutton (2). Once created, you can edit the tab by clicking on theeditbutton(3). ...