06. Event Messages
This is a list of the event messages emitted by the NEQTO Engine when the status changes.
These can be checked on the NEQTO Console or the NEQTO daemon logs.
| Type | Level | Message | Contents and Conditions |
|---|---|---|---|
| Engine | info | Registration Complete (xx.xx.xx) | Emits when the device's startup registration process has been completed. |
| Engine | info | Certification Complete (xx.xx.xx) | Emits when the device's authentication process has been completed. |
| Engine | info | Connected via ***: *** | Indicates the wireless type and status of the device. Emits before executing the script and when the node status is updated. |
| Engine | info | Checking Script... | Emits when checking NEQTO for updates to the script. |
| Engine | info | Script Updated | Emits when an updated script has been downloaded from NEQTO. |
| Engine | info | Ready | Emits when the script is ready to be executed. |
| Engine | fatal | Entering Safemode... | Emits when Safe Mode has been entered, usually after a script execution failure. <Less than Version 00.02.00> It will be notified at error level. |
| Engine | error | Script Too big | Emits when the operation script code size is too large. |
| Engine | error | Script out of memory (***) | Emits when the memory available for use on the operation script has been exhausted. |
| Engine | error | Script Failed (***) | Emits when the user's uploaded script fails. |
| Engine | info | [SAFEMODE] Checking Script... | Emits when checking NEQTO for updates to the script in Safe Mode. |
| Engine | info | [SAFEMODE] Ready | Emits when the script is not updated as a result of checking NEQTO in Safe Mode. |
| Engine | info | [SAFEMODE] Script Updated | Emits when an updated script has been downloaded from NEQTO in Safe Mode. |
| Engine | info | Running FOTA... | Emits when the FOTA sequence begins. |
| Engine | info | FOTA Config (***) | Emits when the necessary configuration files are downloaded during a FOTA command execution. |
| Engine | info | FW Download Complete (xx.xx.xx) | Emits when all necessary information needed to perform the FOTA command execution has been downloded. |
| Engine | info | FOTA OK (xx.xx.xx) | Emits when the FOTA command execution finishes. |
| Fota | info | FW Name, xx.xx.xx, OK | Same as above. |
| Engine | warn | Already new (xx.xx.xx) | Emits when a FOTA command is dispatched, but the firmware version currently on the device is the same as the requested version. |
| Fota | warn | FW Name, xx.xx.xx, Already new | Same as above. |
| Engine | error | FOTA Verification failed (xx.xx.xx) | Emits when there is a download failure during a FOTA command execution, and the requested firmware is corrupted. |
| Fota | error | FW Name, xx.xx.xx, Verification failed | Same as above. |
| Engine | error | FOTA Device Type mismatch | Emits when the FOTA command execution fails because another device's firmware is specified. |
| Fota | error | FW Name, None, Device Type mismatch | Same as above. |
| Engine | error | FOTA FW Version incorrect | Emits when the FOTA command execution fails because an incorrect firmware version is specified. |
| Fota | error | FW Name, None, FW Version incorrect | Same as above. |
| Engine | error | FOTA Failed (storage error) | Emits when attempting to save the FOTA script fails. |
| Engine | error | FOTA Failed (script not found) | Emits when FOTA command execution fails because the FOTA script could not be found. |
| Engine | error | FOTA Failed (***) | Emits when a FOTA command execution fails. |
| Fota | error | FW Name, xx.xx.xx, Failed | Same as above. |
| Engine | error | FOTA Timeout (xx.xx.xx) | Emits when the FOTA command execution fails due to timeout. |
| Fota | error | FW Name, xx.xx.xx, Timeout | Same as above. |
| Engine | info | GetLog OK | Emits when the debug log acquisition process is completed. |
| Engine | error | GetLog Failed | Emits when the debug log acquisition process fails. |
| Engine | warn | Factory reset | Emits when the device receives a "Factory Reset" command. <Less than Version 00.02.00> It will be notified at error level. |
| User | info | *** | When the user arbitrarily notifies at the info level. |
| User | warn | *** | When the user arbitrarily notifies at the warn level. |
| User | error | *** | When the user arbitrarily notifies at the error level. |
| User | fatal | *** | When the user arbitrarily notifies at the fatal level. |
| Engine | info | Trigger command arrived (***) | <NEQTO daemon log output only> When a trigger command is received from the NEQTO Console. |
| Engine | info | Express mode. Waiting for 1st NW connection... (***) | <NEQTO daemon log output only> When a network connection timeout process begins in Express mode. |
| Engine | info | Express mode. 1st NW connection timeout | <NEQTO daemon log output only> When a network connection timeout occurs in Express mode. |
| Engine | info | Certification bypassed (xx.xx.xx) | <NEQTO daemon log output only> When certification was bypassed in Express mode. |
*1: *** is a placeholder for detailed messages.
*2: xx.xx.xx is a placeholder for version information.
Updated: 2025-01-23
