Skip to content

Releases: bambooww/iot-tree

iot-tree-2.0.0

Choose a tag to compare

@bamboowwbambooww released this 27 Jul 23:54
  1. Improve user and role (user group) management: Admins can add different users and roles, and assign roles to users. Based on this, access authorization can be set in the project organization tree nodes (including HMI nodes) - this is achieved by setting one or more roles.

If a node itself does not have any authorization restrictions set, it will inherit the settings of its parent node.

When an HMI node in the organizational tree is limited by its own authorization or inherited authorization from its ancestors, during runtime, if the user wants to issue commands or perform other write operations on the monitoring UI displayed on the terminal, permission judgment will be triggered. If the current operator has not been verified, a user password verification dialog box will automatically pop up, and only authorized users can successfully write operations (issue commands).

2 Add an external HTTP API interface to the message flow node, and select an open api in the node to directly become an API for the backend system

  1. Addition, improvement, and bug modification of some message flow nodes

  2. Release version removes doc content to reduce volume

Users And Rules
HMI write operation (issue the command) authorization

用户与角色
HMI写操作(下达指令)授权) authorization

1 完善用户和角色(用户组)管理:管理员可以添加不同的用户和角色,并对用户进行角色分配。以此为基础,项目组织树节点中(含HMI节点),可以设定访问授权——这个通过设定一个或多个角色完成。

如果一个节点自身没有设置任何授权限定,则会继承父节点的设定。

当组织树中的一个HMI节点由自身授权或继承祖先的授权限定时,在运行过程中,用户如果要在终端展示的监控画面进行指令下达等写操作,则会触发权限判断。如果当前操作员没有进行验证,则会自动弹出用户密码验证对话框,并且只有有权限的用户才能写操作(下达指令)成功。

2 消息流节点新增外部HTTP Api接口,在节点中选择开放的接口,可以直接成为后端系统的api

3 一些消息流节点的新增、完善和bug修改

4 release版本去除doc内容,以减少体积

iot-tree-1.9.0

Choose a tag to compare

@bamboowwbambooww released this 19 May 09:51

Transplanted and open sourced data synchronization between sub sites and centers, enabling IOT Tree to provide stronger support for enterprise level distributed applications. It can provide efficient and fast data aggregation function for on-site devices to connect to the center or cloud IoT platform.

Reference :Center-substation data synchronization(Inner)

移植并开源了子站-中心的数据同步,使得IOT-Tree在企业级分布式应用提供更加强有力的支持。能够为现场设备接入到中心或云端物联网平台提供高效快捷的数据汇总功能。
参考文档:中心-子站数据同步(内置)

iot-tree-1.8.6

Choose a tag to compare

@bamboowwbambooww released this 31 Jan 07:23

The newly added gPRC service can support clients developed in various other languages and ensure high performance

The newly added RESTful Module in the message flow enables any process segment to be converted into a RESTful API, providing services externally

The newly added AI Device Ctrl module in the message flow can easily enable device link to LLM

新增gPRC服务,可以支持各种其他语言开发的客户端,而且能保证高性能
消息流新增RESTful Module,可以使得任何流程段都可以转换为RESTful Api,对外提供服务
消息流新增AI Device Ctrl模块,可以很方便的使得设备接入LLM

iot-tree-1.8.5

Choose a tag to compare

@bamboowwbambooww released this 29 Dec 05:07

Added integration with local LLM model nodes in the message flow. It can support setting prompt words and chat support.
Some interface improvements and bug handling

消息流中增加了对接本地运行LLM模型节点。可以支持提示词的设定,以及chat支持。
一些界面改进和bug的处理

iot-tree-1.8.2

Choose a tag to compare

@bamboowwbambooww released this 12 Nov 00:23

The tag has added a batch modification function.
The value option function for adding tag values supports setting enumeration values and displaying them in a list.
Improve some document and message flow nodes

标签增加了批量修改功能。
标签值加入的值选项功能,支持枚举值设定,并在列表中显示。
改进一些文档和消息流节点

iot-tree-1.8.0

Choose a tag to compare

@bamboowwbambooww released this 31 Oct 05:24

Improvements and additions to some message flow nodes
Handling of some bugs

iot-tree-1.7.9

Choose a tag to compare

@bamboowwbambooww released this 18 Oct 02:39

The newly added BACnet device service allows for the conversion of project data into the BACnet device protocol
Improve OPC UA Client access
Some bug handling

新增BACnet 设备服务,可以把项目接入数据转换为BACnet设备协议
改进OPC UA Client接入
一些bug处理