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?
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:
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?