Skip to content

Failed to upload to the display: PIPE_WRITE aborted: no ACK progress after 3 PTO probes #116

Description

@PaulOckenden

Describe the bug
I'm using an E1001, latest firmware.

A simple drawcustom Hello World gives the following error:

Failed to upload to the display: PIPE_WRITE aborted: no ACK progress after 3 PTO probes

This is the drawcustom script:

alias: Test big display
description: ''
triggers: []
conditions: []
actions:
  - action: opendisplay.drawcustom
    metadata: {}
    target:
      device_id: [REDACTED]
    data:
      background: white
      rotate: 0
      payload:
        - type: text
          value: Hello World 1234
          x: 0
          'y': 0
          size: 15
      refresh_type: partial
      dry-run: false
mode: single

The OpenDisplay integration sees the display correctly, and if I press the buttons they are detected pretty much instantly by HomeAssistant.

It's also worth noting that the display works perfectly with the tools at https://opendisplay.org/firmware/display/index.html - I'm able to upload images etc.

Am I doing something wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions