Skip to content

Simplified version of the Node-RED MQTT node for Sense tecnic MQTT platform

Notifications You must be signed in to change notification settings

SenseTecnic/node-red-contrib-sts-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-red-contrib-sts-mqtt

These nodes were modified from the original IBM node-red mqtt nodes to simplify the broker configuration in using along with the Sense Tecnic MQTT(STS-MQTT) platform. Most of the modification was intended to minimize the steps that users need to perform to connect to STS-MQTT, in which aims to provide stable MQTT connections with less connection errors.

Node: Each connection would require a unique client ID set up on sts-mqtt server

STS-MQTT-in node

STS-MQTT-in node subscribes to a specified topic on STS-MQTT. If correct user credentials are provided, this node will return any messages from this topic.

In the Topic field, enter users/{username}/{topic name} to subscribe. For example, if user Tom would like to subscribes to topic "temperatureSensor", he would enter users/tom/temperatureSensor in the topic field.

Note: Please ensure that the username, client ID, topic all exist on STS-MQTT.

STS-MQTT-out node

STS-MQTT-out node publishes to a specified topic on STS-MQTT. If correct user credentials are provided, this node will send in msg.payload to this topic.

In the Topic field, enter users/{username}/{topic name} to subscribe. For example, if user Tom would like to subscribes to topic "temperatureSensor", he would enter users/tom/temperatureSensor in the topic field.

Note: Please ensure that the username, client ID, topic all exist on STS-MQTT.

About

Simplified version of the Node-RED MQTT node for Sense tecnic MQTT platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published