luar123
luar123
It is working now, had to increase the idle stack size. Did not connect a dac, but logs look ok. @Dotsch2005: Try this [sdkconfig](https://github.com/user-attachments/files/18758349/sdkconfig.txt) You need to change wifi/server/audio board...
It creates a `sdkconfig.defaults` file that includes all non-default values from your `sdkconfig` file. It is never changed by `idf` but is applied when no `sdkconfig` file is present, like...
Seems we could even split it in multiple files, one for base configs (maybe target dependent) and one for the different audio board settings: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/build-system.html#custom-sdkconfig-defaults
I have tried only the default size 1536.
Did you enable PSRAM (I think most/all S3 modules have PSRAM)? Otherwise 1000ms buffer length is too much. You would need to reduce it in the snapserver config to ~700ms...
@steel4me you can probably use the the snapclient component from the PR on HA VPE. Or use other hardware like louder esp: https://github.com/sonocotta/esp32-audio-dock And as mentioned MA and esphome teams...
The main issue is that deepsleep is not made for this usecase and ligh sleep is not available in esphome #4916, https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_sleep/deep_sleep: > Implementing a standard Zigbee Sleepy Device is...
Thanks for the logs. So, * zigbee takes ~3s for the setup * the first update from the sensor (after 3-6s) leads to an unspecified warning * the second update...
> I now had this running for the day and most of the time I can see that values are reported correctly. But every now and then it misses an...
Some quick comments: * missing exposes: maybe not auto detected and you have to create a custom converter * `ESP_ZIGBEE_ATTRIBUTE: The requested update attribute` can be ignored * metering cluster...