Skip to content

OLED and Event Log Abbreviations

Abbreviations that can be found in the event log or error display are documented here.

AbbreviationMeaning
Inpt ctlInput controller
Out ctlOutput controller
Temp senTemperature sensor
No I/O setup (EEPROM)I/O cannot be configured because the EEPROM UUID is empty
No I/O file to readI/O cannot be configured because there is no file matching the controller's UUID in ConfigFS
No I/O ConfigFS offlineConfigFS is not mounted
In parse err errorThere was an ArduinoJSON parsing failure when trying to read the controller's ports section of the configuration file with error specified
In prt # > maxThe input port number specified in the controller's JSON is greater than the number of ports defined for the controller
In prt # ch > maxThe number of port channels defined on the port exceed the maximum (typically 4)
In prt # < 1The input port number specified is less than 1
In prt # ch # inv actInput port # channel # has an invalid action and the action will be ignored
Out prt # > maxThe output number specified in the controller's JSON is greater than the number of outputs defined for the controller
Out prt # < 1The output number specified is less than 1
Out prt # no idThe output number specified is missing the required id field in the JSON configuration
Out parse err errorThere was an ArduinoJSON parsing failure when trying to read the controller's outputs section of the configuration file with error specified
MQTT conn timeoutMQTT connection timeout
MQTT conn lostMQTT connection lost
MQTT conn failMQTT connection failed
MQTT conn disconnectMQTT connection disconnected
MQTT bad credsMQTT bad credentials
!RC MAC addressA rogue client with MAC address attempted to connect during provisioning mode
MQTT obj missingAn mqtt object is missing from the controller's configuration JSON
MQTT entity missingThe configuration is missing the entity (host, user, or password) that is required
OTA parse err errorThere was an error while trying to parse the controller's configuration for OTA configuration; OTA will not be enabled
OTA cfg no urlThe URL field is missing from the OTA object on the controller's configuration; OTA will not be enabled
OTA cfg no certThe controller's OTA configuration uses HTTPS but the certificate field is missing from the controller's configuration; OTA will not be enabled
OTA cfg inv protoThe protocol specified in the controller's OTA configuration does not start with either http or https
Err mkdir certsThe certificates directory does not exist on the config partition and it could not be created
Err mkdir ctlrsThe controllers directory does not exist on the config partition and it could not be created
Err mkdir clientsThe clients directory does not exist on the config partition and it could not be created