javicalle

Results 408 comments of javicalle

That would be my proposal: remote_e1.py ```python """Aqara E1-series wireless remote.""" from zigpy.profiles import zha from zigpy.zcl.clusters.general import ( Basic, Identify, MultistateInput, OnOff, Ota, PowerConfiguration, ) from zhaquirks.const import (...

You will need to enable the local quirk: * https://github.com/zigpy/zha-device-handlers/discussions/693#discussioncomment-857274 Create inside the `custom_zha_quirks` a new `remote_e1.py` file. Copy the code above inside the file. Restart HA and pair the...

> 1. There are no buttons in the card of this device I'd say that's normal behavior if it's a remote: there's no switch and the keystrokes are handled via...

Users are reporting problems for this device in the setting of attributes: > What I had to do when getting or setting attributes is first click the switch 5 times...

Just to be sure. What was the problem? The setting value procedure? Are all the events working? From both buttons? And the both button event too? Thanks in advanced.

Have you tried with the `operation_mode=1` (event)? If not working, maybe listening to events can give us some info.

Can you try to listen to `zha_event`s? That can be done from the developers view panel, events tab. Activate the `zha_event` listening and try the buttons presses.

It seems nothing more can be done here. Args from command are the same, so it is not possible to distinguish.

~~I believe that you can add your model info at the `TuyaMoesCover0601` (`ts0601_cover.py` file) and `TUYA_COVER_COMMAND` (`__init__.py` file).~~ That is not true. You would need a new cover class with...