etiquetas.io icon

etiquetas.io

etiquetas.io

Overview

This node integrates with the etiquetas.io platform, specifically focusing on managing devices such as electronic shelf labels (ESL). The "Parar LED Da Etiqueta" operation under the Device resource allows users to stop or turn off the LED light on a specific price tag device. This can be useful in retail environments where controlling the visual indicators on ESLs is necessary, for example, to signal that a product is no longer on promotion or to conserve battery life.

Practical examples:

  • A store manager wants to remotely turn off the LED indicator on a price tag after a sale ends.
  • Automated workflows that deactivate LEDs on tags during non-business hours to save energy.

Properties

Name Meaning
storeId Identifier of the store where the device (price tag) is located. Can be selected from a list of stores or provided directly by ID.
pricetag The identifier of the specific price tag device whose LED should be stopped/turned off.

Output

The node outputs JSON data representing the result of the LED stop action on the specified price tag device. The exact structure depends on the API response from etiquetas.io but typically includes confirmation of the action's success or failure and any relevant metadata about the device or operation status.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for etiquetas.io to authenticate requests.
  • Uses internal methods to fetch store lists for selection (getStores).
  • Relies on etiquetas.io platform APIs to control device LEDs.

Troubleshooting

  • Invalid Store ID: If the storeId does not match an existing store or is malformed, the node may fail. Ensure the store ID is numeric and valid.
  • Price Tag Not Found: Providing an incorrect or non-existent price tag identifier will cause the operation to fail.
  • Authentication Errors: Missing or invalid API credentials will prevent the node from executing successfully.
  • Network Issues: Connectivity problems with etiquetas.io services can cause timeouts or errors.

Common error messages might include:

  • "ID inválido" indicating an invalid store ID format.
  • Authentication failures due to missing or incorrect API keys.
  • Device not found or unable to perform the LED stop action.

Resolving these usually involves verifying input parameters, ensuring correct credentials are configured, and checking network connectivity.

Links and References

Discussion