Pierre

Results 39 comments of Pierre

It's more the `DPToAttributeMapping` from my tests. With the `DPToAttributeMapping` from `zhaquirks.tuya.mcu`, attributes are used: ```python from zhaquirks.tuya import ( TuyaLocalCluster, TuyaManufCluster, TuyaNewManufCluster, ) from zhaquirks.tuya.mcu import ( DPToAttributeMapping, TuyaMCUCluster,...

Yes, my attributes look like this right now: ```python attributes = TuyaMCUCluster.attributes.copy() attributes.update( { # ramdom attribute IDs 0xEF02: ("sensitivity", t.uint32_t, True), 0xEF03: ("min_range", t.uint32_t, True), 0xEF04: ("max_range", t.uint32_t, True),...

@rabin-io whatever the final solution will be your code was already useful, I used it to understand things and how the device work (last one, I know now why the...

OK, on my side I'm stuck: 1. The right method: 1. I like the approach of the given quirk, but I can't match the entities in ZHA to set them...

> @bemble, just checking, did you ever submit a PR to zha with this stuff? No, for 2 reasons: 1. I didn't find a good solution IMO (see my last...

> Our OAuth credentials have been stored under the domain `aladdin_genie`. In order to replace the existing integration, I will need these credentials to be stored under the `aladdin_connect` domain...

Is there any “profile on the same server” feature considered? My use-case: I use my profile for my audio books and we have also a shared account with my wife...

Thanks for the issue. I also noticed this behavior, but only on my main door. I also have the same behavior in MiHome. I guess it's due to a not...

Could you send me the "dependencies" part of your package.json? Maybe a conflict between different packages.

No problem. I was talking about the "main" package.json, in your node-red directory. Otherwise, a screenshot of your palette should be OK (Menu > Manage palette).