Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Lilygo T5-4.7 e-paper device #99

Closed
BeardedTinker opened this issue Feb 25, 2023 · 4 comments
Closed

Support for Lilygo T5-4.7 e-paper device #99

BeardedTinker opened this issue Feb 25, 2023 · 4 comments
Assignees
Labels
Device Everything related to physical devices Enhancement New feature or request old-issue

Comments

@BeardedTinker
Copy link
Owner

BeardedTinker commented Feb 25, 2023

Adding support for Lilygo e-paper T5 device.

So far tried few examples, and this one mostly works:
https://www.reddit.com/r/homeassistant/comments/sdx5gg/yet_another_lilygo_t5_eink_esphome_dashboard/

Adapted to my setup, changed language to English, but still more work is needed.

@BeardedTinker BeardedTinker self-assigned this Feb 25, 2023
@BeardedTinker BeardedTinker added Enhancement New feature or request Device Everything related to physical devices labels Feb 25, 2023
BeardedTinker added a commit that referenced this issue Feb 28, 2023
@BeardedTinker
Copy link
Owner Author

Problem with some bootloop/panic in ESPHome we were having on stream looks like falls down to this:

  - source:
      type: git
      url: https://github.com/kaweksl/esphome
      ref: dev
    components:
      - lilygo_t5_47_battery 
      - lilygo_t5_47_display

A T-5 still doesn't have native ESPHome support, we need to use one of the available external sources for components.
Display one works OK, but when I pull data related entities, I get panic/bootloop.
For example:
//it.printf(xRes - pad, yRes - pad/2, id(font_small), TextAlign::BASELINE_RIGHT, "%.2fV/%.0f%%", id(batt_volt).voltage->state, id(batt).state);
If enabled this will crash the device.
Maybe there is a workaround but I didn't find it for now.

BeardedTinker added a commit that referenced this issue Mar 14, 2023
@BeardedTinker
Copy link
Owner Author

BeardedTinker commented Mar 15, 2023

Following files are used my my version of the project - based on folder location:

/esphome

  • common.hr
  • t5.yaml
  • Google_Sans_Bold.ttf
  • Google_Sans_Medium.ttf
  • materialdesignicons-webfont.ttf

/entities/binary_sensors

  • balcony_temp_falling.yaml
  • balcony_temp_rising.yaml

/entities/templates

  • distance_andrej.yaml
  • distance_mirta.yaml

@stale
Copy link

stale bot commented Jun 15, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Copy link

stale bot commented Mar 13, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Device Everything related to physical devices Enhancement New feature or request old-issue
Projects
None yet
Development

No branches or pull requests

1 participant