alexd321
alexd321
On an ssd1306_i2c I am able to call: ``` - lambda: |- id(my_display).turn_off(); ``` and ``` - lambda: |- id(my_display).turn_on(); ```
have you tried turning on active proxies? ``` bluetooth_proxy: active: true ``` I just did and then re-added the device and the sensors now seem to have populated
similar here, have a very dark screen, like the contrast is wrong. rolled back to 2023.5.4 and still the same issue. i dont remember which version i had installed when...
Reloading with v2022.12.1 now. I would guess one of these commits broke it. I am not familiar enough with github to look at file history across multiple versions. https://github.com/esphome/esphome/commits/dev/esphome/components/waveshare_epaper 
I suspect one of these waveshare files: https://github.com/esphome/esphome/compare/f83f1bf..bd6d6ca#diff-062684c9f1a454d53ffc74c0ef373f0f1bef8e954051d4b97536365b28bfdb37
based off @Buzzzsaw's suggestion this example sort of works: (blinks the onboard LED using ULP processor) **file: custom_compoents/ulptest.h** ``` /* * ESP32 Sketch shows that you can program the ulp...
there is also this PR https://github.com/esphome/esphome/pull/7548 waiting to be merged