javicalle
javicalle
> I also noticed that Home Assistant shows the battery percentage as 42% while reading the percentage remaining attribute shows 84%, which I'm guessing would need to be fixed with...
Could you share with us the values of the attributes again? > Any suggestion on making the cover.cover_close and cover.cover_open services work? Ummm, could you try to add an attribute...
I'm not sure why are the controls disabled. Could you share the values from your device?: * from the WindowCovering cluster attribute: `current_position_lift_percentage` * from the HA device status (from...
🤦🏻♂️ I had misunderstood the problem. So the buttons are _enabled_ in HA, but when you press them they only work when the quirk is configured, is that correct? Could...
Not analyzed the logs yet but to be all the info clear: * the quirk that you are testing, have the inverted code implemented? * my guess is that the...
To future review (`UNSUP_CLUSTER_COMMAND` ¿11?): ``` 2022-08-13 12:20:41.341 DEBUG (MainThread) [zigpy.zcl] [0x8279:1:0x0102] Received ZCL frame: b'\x08\x92\x0b\x00\x00' 2022-08-13 12:20:41.341 DEBUG (MainThread) [zigpy.zcl] [0x8279:1:0x0102] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=, is_manufacturer_specific=0, is_reply=1, disable_default_response=0,...
It looks like the same quirk should work as in this case: * https://github.com/zigpy/zha-device-handlers/issues/1551 The proposed version is the following, but there are several DPs whose meaning and functionality are...
Uppsssss, I have a diferent local version. I have fixed the code. Can you replace your version and test?
Please, attach the logs from operating the device. both from the physical device and from HA, identifying each one with the associated event.
There is the info about how enable the debug log level for ZHA: * https://www.home-assistant.io/integrations/zha/#debug-logging Once enabled (you will need to restart HA), look at the `home-assistant.log` file while you...