Dedicated Commands

This document provides a list of dedicated serial commands (Command Line Interface) that can be used for debugging the GrowSpace Gateway Q1 device on-site or for directly modifying network/MQTT se

In This Guide

we introduce the serial commands that allow you to directly check or modify key settings of the GrowSpace Gateway Q1 device, diagnose network issues, and check the MQTT server integration status.

By connecting to the device through a terminal (such as Tera Term), you can enter the commands below to perform flexible debugging based on the on-site situation.


Operating Environment

Item
Description

Connection Type

USB Serial (COM port)

Software

Tera Term or similar terminal tools

Baudrate

115200

Input Method

Command waiting state after booting is complete


Basic Commands

Commands
Description

restart

System Reboot

basicSetting=

Set MQTT ID, password, IP, Wi-Fi SSID/password, and UWB PanID all at once

basicSetting?

View all the information entered above at once

restart

restart

The gateway will restart immediately. This command is used to apply settings after making changes.

Input Example

Output Example


basicSetting=

It allows you to set MQTT, Wi-Fi, and PanID all at once, and the input should be in JSON format.

Input Example

Output Example

Notes

  • Only 2.4GHz Wi-Fi is supported (5GHz is not supported)

  • Changes are saved immediately and the device will automatically reboot


basicSetting?

This command allows you to check the currently saved MQTT, Wi-Fi, and PanID settings.

Input Example

Output Example


Network Configuration Commands

Commands
Description

IP?

Check the current connected IP

networkConnected?

Verify network connection status

wifiID= / wifiID?

Set and check the Wi-Fi SSID

wifiPW= / wifiPW?

Set and check the Wi-Fi password

IP?

Check the current IP address of the gateway.

Output Example :


networkConnected?

Verify the network connection status.

Output Example :


wifiID= / wifiID?

Set or verify the Wi-Fi SSID.

Output Example :

After entering, the device will automatically restart, and the reboot log will be displayed.


wifiPW= / wifiPW?

Set or verify the Wi-Fi password.

Output Example :

After entering, the device will automatically restart, and the ESP boot log will be displayed.


UWB Configuration and Verification

Commands
Description

gatewayUwbID?

Check the unique UWB ID of the gateway.

uwbPanID= / uwbPanID?

Set and verify the Pan ID.

gatewayUwbID?

Input Example

Output Example

uwbPanID=

Input Example

Output Example

uwbPanID?

Input Example

Output Example


MMQTT Configuration Commands

Commands
Description

mqttIP= / mqttIP?

Set and verify the MQTT server IP

mqttIpFG!

Automatically set the Frigrow-specific MQTT IP

mqttID= / mqttID?

Set and verify the MQTT connection ID

mqttPW= / mqttPW?

Set and verify the MQTT connection password

project= / project?

Set and verify the project ID for MQTT Topic

mqttIP= / mqttIP?

Set and verify the MQTT broker address

Input Example

Output Example

mqttIpFG!

Automatically set to the Frigrow-specific server IP

Input Example

Output Example

mqttID= / mqttID?

Set and verify the MQTT connection ID

Input Example

Output Example

mqttPW= / mqttPW?

Set and verify the MQTT password

Input Example

Output Example

project= / project?

Set and verify the Project ID in the MQTT Topic path

Input Example

Output Example


By using the above commands, you can easily check the settings of the GrowSpace Gateway Q1 device and quickly debug based on the on-site situation.

After making configuration changes, always restart the device using the restart command to apply the changes.

Last updated