docs

MQTT Connection Examples

Python Example import paho.mqtt.client as mqtt import json import ssl mqtt_user = '<Get mqtt user name from qstream console>' mqtt_pwd = '<Get mqtt passowrd from qstream console>' upstream_topic = '<Get mqtt topic to publish from qstream console>' def on_connect(client, userdata, flags, reason_code, properties=None): if reason_code == 0: print(f"Connected successfully") else: print(f"Could not connect") #qstream support […]
Read More

Pipelines

Add Data Pipeline Data pipelines help you to push the device data coming to cloud to be sent to various other platforms like mongo db, mysql, kafka,sftp for further analysis. Click on Data Pipeline from the main menu Select on the add button to create a new data pipeline  A new pipeline creation form is […]
Read More

Alarms

View Alarms Click on Alarms from the main menu  Once in the alarm view one can see all the open alarms existing where the rule condition is true currently If the rule condition becomes negative then the alarm will automatically close and can be accesses by switching open alarms/closed alarms switch button To view the […]
Read More

Rule

Add Rule Select menu to click on Rule Management Click on the add rule button to add a new rule  The rule form would open up. Setup an unique name for the rule The rule can be made active/inactive any time during or after the rule is created Then select the source parameter of the […]
Read More

Device

Add Device Device is a cloud endpoint for a physical device. Each device follows the device template created. The device pushes data to cloud using this endpoint through MQTT protocol Click menu to select device management.   Click on add button to add a fresh device  Provide an unique name for the device in the project […]
Read More

Template

Add Device Template Device templates define the various device configurations that one needs to manage. For each device type one template must be created Click menu to select device management.   Select option in side menu to select manage device templates Click on add button to create a new template Provide a name to the new […]
Read More