TECHNICAL DOCUMENTATION

Automata BMS Documentation

Comprehensive guides, API references, and resources to help you get the most out of your Automata BMS system.

Getting Started

New to Automata BMS? Start here with our setup guides and basic concepts.

API Reference

Complete API documentation for developers integrating with Automata BMS.

User Guides

Detailed instructions for using all features of the Automata BMS platform.

Troubleshooting

Solutions to common issues and answers to frequently asked questions.

Product Documentation

Explore detailed documentation for each Automata BMS product to maximize your system's potential.

BMS Controller

BMS Controller Documentation

Everything you need to know about installing, configuring, and maintaining your Automata BMS Controller hardware.

Installation & Setup

Hardware requirements, installation guides, and initial configuration.

Read guide

System Configuration

Detailed instructions for configuring sensors, zones, and automation rules.

Read guide

Security & Maintenance

Best practices for securing your controller and performing routine maintenance.

Read guide
FOR NEW USERS

Getting Started with Automata BMS

Follow these guides to quickly set up and start using your Automata BMS system.

System Setup

Initial configuration of your Automata BMS hardware and software components.

1

Hardware Installation

Learn how to properly install and connect your BMS Controller hardware.

Read installation guide
2

Network Configuration

Configure network settings to connect your controller to your building network.

Read network guide
3

Software Activation

Activate your Automata BMS software and connect to the cloud platform.

Read activation guide

Dashboard Setup

Configure your cloud dashboard for optimal monitoring and control.

1

Account Creation

Set up your administrator account and configure user permissions.

Read account guide
2

Dashboard Customization

Customize your dashboard views and widgets for your specific needs.

Read customization guide
3

Alert Configuration

Set up automated alerts and notifications for critical events.

Read alerts guide
FOR DEVELOPERS

API Reference

Integrate your applications with Automata BMS using our comprehensive API.

API Documentation

Authentication

API keys and OAuth2

Devices

Manage BMS devices

Sensors

Sensor data and configuration

Zones

Building zones management

Schedules

Automation schedules

Devices API

Endpoints for managing and monitoring BMS controller devices.

GET/api/v1/devicesList all devices
// Request
GET /api/v1/devices
Authorization: Bearer {api_key}

// Response
{
  "devices": [
    {
      "id": "dev_123456",
      "name": "Main Controller",
      "status": "online",
      "firmware": "v2.1.4",
      "last_seen": "2025-03-08T12:34:56Z"
    },
    {
      "id": "dev_789012",
      "name": "Floor 2 Controller",
      "status": "online",
      "firmware": "v2.1.3",
      "last_seen": "2025-03-08T12:30:22Z"
    }
  ],
  "total": 2,
  "page": 1,
  "per_page": 10
}
POST/api/v1/devicesRegister a new device
DETAILED INSTRUCTIONS

User Guides

Step-by-step instructions for using all features of the Automata BMS platform.

Energy Management
Optimize energy usage and reduce costs with intelligent controls.
HVAC Control
Manage heating, ventilation, and air conditioning systems efficiently.
Alerts & Notifications
Configure and manage system alerts and notifications.
PROBLEM SOLVING

Troubleshooting

Find solutions to common issues and answers to frequently asked questions.

Frequently Asked Questions

To reset your BMS Controller, locate the small reset button on the back of the device. Press and hold it for 10 seconds until the LED indicator flashes blue. This will restore factory settings but preserve your network configuration.

View detailed reset guide

Connection issues to the cloud dashboard are typically caused by network problems, firewall settings, or authentication issues. First, check your internet connection and ensure your controller has network access. Verify that your firewall allows outbound connections on ports 443 and 8883.

View connectivity troubleshooting guide

Firmware updates can be performed through the cloud dashboard. Navigate to Settings -> Devices, select your controller, and click "Check for Updates." If an update is available, follow the on-screen instructions to install it. Ensure your controller remains powered during the update process.

View firmware update guide

Need Additional Help?

Our support team is ready to assist you with any questions or issues you may have with your Automata BMS system.