Can I add devices to RCMS in bulk?
A: Devices can be added in RCMS individually or in batches. To add devices in batches click the arrow button next to the ADD button in Add/Remove devices to show the Batch Import option. From there you can download a .xlsx template that can be populated with device information to upload in batches.
Related Articles
How to Update Firmware via RCMS
Prerequisites 1. Device must be: Registered in RCMS platform Connected to RCMS Online status Update Process Step-by-Step Instructions 1. Access RCMS platform 2. Locate the device: Through Groups navigation OR use "View All Devices" and search by: ...
RobustOS Configuration Guide (RCMS / FW / Ping Detection)
Overview This guide outlines the complete process for configuring and upgrading cellular gateway devices across three stakeholder companies: Device Holder (Stock Manager & Main Player) Customers (End Users) Monitoring Company (RCMS Server Operator) ...
Can I activate the RCMS App via SMS?
A: Yes, for devices already in the field it is possible to install and activate the RCMS App remotely using SMS
How to Integrate RCMS API with Python
Project Setup 1. Create project directory: mkdir rcms_api cd rcms_api 2. Install required dependencies with pip for e.x.: python -m pip install requests 3. Create main client file rcms_client.py: import hashlib import hmac import json import time ...
Can I limit who can see my devices?
A: By using device groups you can limit the amount of access registered users on your account can have with certain devices. For example if you have a specific set of devices that can only be handled by a senior employee you can only assign that user ...