Network & MQTT
WiFi Connection
Go to Network → WiFi (Client).
| Parameter | Description |
|---|---|
| SSID | Your WiFi network name (click to select from list) |
| Password | WiFi network password |
| Enable | Enable/disable WiFi client |
After saving, the device restarts and connects to the specified network.
Access Point (AP)
The device can operate simultaneously as a client and as an access point.
Go to Network → Access Point.
| Parameter | Default | Description |
|---|---|---|
| SSID | scalior-slc-XXXXXX | Name of the created network |
| Password | printed in the manual | Password to connect to the AP |
| Enable | — | Enable/disable the access point |
The access point is useful as a backup way to access the device if it loses connection to the home network.
MQTT
Go to Network → MQTT.
| Parameter | Description |
|---|---|
| Broker address | MQTT server IP or domain |
| Port | Broker port (typically 1883) |
| Device name | Unique device name in the MQTT network |
| Login | MQTT username |
| Password | MQTT password |
| Enable | Enable/disable MQTT |
| Master topics only | If enabled — publishes only common control topics without per-flight separation |
Base Topic
All MQTT messages are published under the base topic:
scalior-slc-{MAC}/
For example, a device with MAC AA:BB:CC:DD:EE:FF will use topic scalior-slc-aabbccddeeff/.
Connection Management
Each connection type can be toggled without entering settings:
| Action | Effect |
|---|---|
| "Disconnect WiFi" button | Disconnects WiFi client |
| "Disconnect AP" button | Disables the access point |
| "Disconnect MQTT" button | Terminates the MQTT connection |
Connection Status
In the control panel, MQTT status is displayed in the connections section:
| Status | Description |
|---|---|
| Disabled by user | MQTT is turned off in settings |
| Not connected | No connection to broker |
| Connecting... | Connection is being established |
| Connected | Connection is active |
| IP lost | Network connection lost |