luar123
luar123
> I'll look into that. For clarification, you mean something like [this](https://github.com/Koenkk/zigbee2mqtt.io/blob/master/docs/externalConvertersExample/sensor.js) ? It's weird the others are exposed "by default" and not this one, I'll ask on their channels...
The example config should work as is, but there are limitations: My normal setup is an old esp32 without psram and pcm5102a DAC. This works fine as long as the...
Yes, due to #9163 `__init__.py` needs to be adapted.
@c-MM does it compile for you (clean build)? I had to add ``` platformio_options: build_flags: "-Wno-incompatible-pointer-types" ```
> luar123 Do you think it's ,much work to get rid of the IPv6 requirement? I think at least with the current state from upstream master branch it would be...
I guess you are on 2025.7.x. I am running on the current dev environment which switched to idf5.4. So keep that in mind when 2025.8 is released.
Ah yes, please delete the whole `.esphome/build/` folder. `esphome clean` is not enough.
Are you running esphome from the addon? See https://github.com/esphome/esphome/issues/9895 .Esphome folder is hidden and should be in the same folder as yaml file, but maybe this is different when running...
I tried it here with 2025.7.3 and dev, both are working fine if full `.esphome` folder is deleted. Can't test the addon. What config are you using? Please try the...
Basically there are two options: 1. remove ipv6 config from yaml and try to fix build errors. If those are only in decoder.cpp it should be doable, but if there...