OpenEPaperLink / Home_Assistant_Integration

Home assistant Integration for the OpenEPaperLink project
https://openepaperlink.de
Apache License 2.0
149 stars 34 forks source link

Graphical prevew editor #67

Closed Fettkeewl closed 10 months ago

Fettkeewl commented 10 months ago

Is your feature request related to a problem? Please describe. It's tediously slow to send image after image while trying to create a layout with data using the open_epaper_link.drawcustom service

Describe the solution you'd like A simple website where you can try your yaml code for this integration and get a quick preview. User can select tag pixel WxH and start writing yaml and generate a mockup image of the code

Describe alternatives you've considered none, I'm doing it the slow and tedious way

Additional context

svenove commented 10 months ago

Have you tried using “dry-run: true”? Not sure if it’s documented yet, but that will generate the image so you can preview it, but won’t send it to the AP.

Fettkeewl commented 10 months ago

Have you tried using “dry-run: true”? Not sure if it’s documented yet, but that will generate the image so you can preview it, but won’t send it to the AP.

Where is it generated? In the access point? And no I haven't seen such a config :) will take a look at it

Edit:found it, cool thanks!