Skip to content

Announcements

Node-RED Plugin Version 1.7.0-1

Sample control panel a Node-RED integration with Thinger.io

From Thinger.io we have released a new Node-RED Plugin version with some improvements and fixes, hoping to resolve some bugs and make flows easier.

One of the most useful features of this new version is the possibility to use the input message properties through the nodes configuration forms via templates, avoiding the need to use functions or change nodes before concatenating thinger nodes. For example, to call a resource of a device, we can do the following, given that the input message contains a property id and property resource:

Device Read input configuration through templates

This functionality is available for all Thinger.io nodes that allow input messages. More information for each individual node can be found in Node-RED node documentation.

Device Read node documentation

Given this new feature, the endpoint call node can now configure its payload through the configuration form:

Device Endpoint call node configuration form

The Asset Iterator node can now filter also assets based on assigned products.

Asset Iterator node product filter

Additionally, now the request against the Thinger.io sevice has a configuration timeout, with a default of 30 seconds.

Thinger.io server node input configuration

We welcome everyone to interact with us through our community at community.thinger.io as well as from this extensionss GitHub repository

The full changelog is available here

Checkout the doc for the this plugin.

Node-RED Plugin Version 1.6.0-1

Sample control panel a Node-RED integration with Thinger.io

From Thinger.io we have released a new Node-RED Plugin version with some improvements and fixes, thanks to the support of our community.

The main feature is the configuration of setting Timezone in the Bucket Read node.

Bucket Read node timezone input field

Also, the addition of the Project filter in the Asset Iterator node for devices and buckets.

Project Filter field in Asset Iterator

We welcome everyone to interact with us through our community at community.thinger.io as well as from this extensionss GitHub repository

The full changelog is available here

Checkout the doc for the this plugin.

Node-RED Plugin Version 1.5.0-1

Sample control panel a Node-RED integration with Thinger.io

From Thinger.io we have released a new Node-RED Plugin version with some improvements and fixes.

Between the highlights of this new version, we have added the possibility to filter by tags in the bucket read node, needed feature when using product buckets.

Bucket Read node form with bucket tags

Also available for configuration in the input message:

Bucket Read node tags property documentation

It is now possible to add a project to the device and bucket create nodes, extending and replicating the capabilities available in the UI.

Bucket Create node form with bucket tags

Between the fixes, we have made some improvements into the storage read and write nodes.

The full changelog is available here

In regards of the underlying Node-RED, we have update it to the last version 3.1.0. More information in Node-REDs blog post.

Checkout the doc for the this plugin.

SFTPGo Plugin Version 2.5.4-1

Alongside with the support of one of our customers we've integrated SFTPGo, a new Plugin to add capabilities to File Storages, adding support for SFTP, FTP and FTPS with individual user management. With this plugin you can leverage Thinger.io file storage backends for exchanging and storing files on the platform.

The support for this plugin in Thinger.io starts from the server version 5.3.6.

SFTPGo WebAdmin login with showcasing thinger credentials

Checkout the doc for the this plugin.