Nerivec
Nerivec
Try with `/dev/serial/by-id/` in the serial config instead of `/dev/ttyUSB0`. It seems to fix a lot of weird starting issues. To get the proper ID for your adapter: ```ls -l...
Seems it never manages to connect to your adapter (just fails at the wrong time because of above PR). Try enabling debug to get more info (tick `Show unused optional...
Looks like this code doesn't have the CRC appended to it. I tested it locally, it seems to still be accepted by the adapter, so I'll modify the code to...
It's an [error detection mechanism](https://en.wikipedia.org/wiki/Cyclic_redundancy_check) for data. Actually, you should be able to use your code with current release, simply by adding the CRC to it. If my math is...
Indeed seems to be the same issue as that other thread. Can you try switching to `debug` level for your logs, and send the log file after you tried to...
Closing since the issue here (install code) should be fixed in dev/next release. Will reply in the aforementioned issue for the twinguard pairing troubles.
> So it should be fine providing only the code of the QR from now on? (Without CRC) After next release, it will be available yes, for now in dev....
re https://github.com/Koenkk/zigbee2mqtt/issues/22443, https://github.com/Koenkk/zigbee2mqtt/issues/22436
@Laguite14 Most people reported having no issues with upgrading from 6.10.3 to 7.x.x, but a few had to re-pair devices.
Silabs is splitting support for those old chips (Series 0 & 1) in the next firmware release. darkxst mentioned that support will be dropped in new firmware releases because of...