Jorge Schrauwen

Results 90 comments of Jorge Schrauwen

> @sjorge I don't think so, it's happening even 20 secs after z2m startup. So that would mean they don't get added at all then, somehow 🤔

It matches on this line https://github.com/Koenkk/zigbee-herdsman-converters/blob/010319fc669fbdc2d7ef9ad3aa12ee4f3c540a0e/src/devices/ubisys.ts#L763 The D1 and R0 are the only devices I don't have and I can't replicate with my S1/S2/J1 which get the clusters extended the...

I'm able to replicate on latest dev, it was fine right after i merged the change though 🤷 I won't have time this weekend to dig further, but should have...

@Koenkk I have a theory: https://github.com/Koenkk/zigbee-herdsman-converters/blob/010319fc669fbdc2d7ef9ad3aa12ee4f3c540a0e/src/devices/ubisys.ts#L314 We pass `{}` as the 3rd argument, I believe it's calling: https://github.com/Koenkk/zigbee-herdsman/blob/a2bede94b93fbbb35236d71aeeada1a8533268ba/src/zspec/zcl/utils.ts#L232-L236 So the 3rd argument would be `customClusters` ... so we're passing a...

@adriaandotcom Seems my theory from yesterday was correct, https://github.com/Koenkk/zigbee-herdsman-converters/pull/7532 should fix this.

It got merged into zhc, and there has been a zhc release, so I think it should be in dev already.

Just tried with my unused one on dev ~~(well from yesterday somewhere when I last updated)~~ I update and paired again. ``` Zigbee2MQTT:debug 2024-02-11 13:41:07: Received MQTT message on 'zigbee2mqtt/bridge/request/permit_join'...

Actually I noticed you're not pairing but z2m is probably trying to trigger a reconfigure at startup. zh also got this change https://github.com/Koenkk/zigbee-herdsman/commit/2d3a5d1d25f45360e253946d26f4e8b95ea75e26 this release, I only have this specific...

Wake up the device so it can finish a reconfigure. It never completes due to a timeout. So z2m will try again later.

The last 3 updates there were some changes to the device, so if there are no updates it should no reconfigure. But there were a few recently so that is...