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