puddly
puddly
@ErKeye You basically need to fill out just the `device`, TX and RX pin fields. Here's an example: ```yaml name: DSGW-210 Zigbee device: EFR32MG1B232F256GM32 # Taken from the product datasheet...
It's a little difficult to say, you just have to figure it out 😅. One way would be to see how the UART is set up on Linux, see what...
The commit you're linking to is over two years old and doesn't reflect what's is the repository today: https://github.com/zigpy/zigpy-deconz/blob/dev/zigpy_deconz%2Fzigbee%2Fapplication.py#L64
Please upload diagnostics JSON for your device.
Interesting. These counters haven't been used in a few releases, I wonder why you have an entity showing up looking like this?
Can you attach a full ZHA debug log of it failing to reconnect?
@erkr Your logs seem to specifically omit the logging I'm interested in. I need to see if this occurs with other people because reconnection logic is working as far as...
We're tracking this issue here: https://github.com/home-assistant/core/issues/130548. This isn't an issue with the bellows library.
I would instead use one of the other radios (e.g. the bellows library) with ZHA as a library. That should give you the simplest out-of-the-box experience. The ESP32 radio firmware...
> You mean I should ditch ESP32C6 radio and use a different chip with its supported library? Yes. https://github.com/zigpy/bellows talks to Silicon Labs chips and is what we primarily test...