luar123

Results 97 comments of luar123

What you could try: - put it next to the coordinator, there have been reports of esp32-c6 with reconnect issues due to low signal quality. - erase fully using esptool...

I don't have a C6 and didn't investigate this issue, but have a look at #10 and https://github.com/luar123/zigbee_esphome/discussions/41

There is a enum datatype in zigbee which could be used together with a custom cluster and custom converters in z2m/zha. I don't think this is can be done easily...

Actually there is the multistate output cluster that could be used, however, support in z2m and zha is missing: https://github.com/zigpy/zha/issues/479 Also adding this cluster through yaml is non-trivial as the...

You could do that, just set `router: true` and define one dummy endpoint for example with `device_type: test` and a basic or identifying cluster without attributes. With the next update...

Have it mostly working, just need to fix a few small things. But I am traveling in the next weeks. So maybe end of September but more likely until end...

Try the examples and work through the troubleshooting section. If that doesn't work and you want help provide full yaml and logs.

Now it should be enough to add ``` zigbee: id: zb router: true power_supply: 1 components: None ```

Please have a look at the examples, you need to provide a partition csv with zigbee partitions: ``` esp32: board: esp32-c6-devkitc-1 #flash_size: 4MB partitions: partitions_zb.csv framework: type: esp-idf ```