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

fix: Removed status indicator, ensure display is ready before updating #17

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

hostcc
Copy link
Owner

@hostcc hostcc commented Sep 20, 2024

  • display.yaml: Ensure display is ready before updating, on recent ESPHome versions the lambdas performing diplay updates might get called before display component is ready, leading to creash
  • indicator.yaml: Removed status indicator, seemingly leading to crash on newer ESPHome versions since it is handled by WiFi controller. It is suspected the processing might now have some concurrency issues or race condition
  • schedule.yaml: Allowed to be optional
  • rtc.yaml, time.yaml, display.yaml: Updated to allow excluding those (using dereference operator instead of id, otherwise ESPHome will claim it can't resolve referenced symbol)

* `display.yaml`: Ensure display is ready before updating,
   on recent ESPHome versions the lambdas performing diplay
   updates might get called before display component is ready,
   leading to creash
* `indicator.yaml`: Removed status indicator, seemingly
   leading to crash on newer ESPHome versions since it is
   handled by WiFi controller. It is suspected the
   processing might now have some concurrency issues or
   race condition
* `schedule.yaml`: Allowed to be optional
* `rtc.yaml`, `time.yaml`, `display.yaml`: Updated to allow
   excluding those (using dereference operator instead of `id`,
   otherwise ESPHome will claim it can't resolve referenced symbol)
@hostcc hostcc added the bug Something isn't working label Sep 20, 2024
@hostcc hostcc self-assigned this Sep 20, 2024
@hostcc hostcc merged commit fcb656c into main Sep 20, 2024
3 checks passed
@hostcc hostcc deleted the fix/no-status-led branch September 20, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant