-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tradfri Open/Close Remote #71
Comments
Hi @hwikene, Thank you for your interest in adding a new device to ControllerX. I will be creating a new controller ( |
Hi @hwikene I just released ControllerX v2.6.0 with this controller: https://xaviml.github.io/controllerx/controllers/E1766 I also added the Cover Controller, so you are able to use this controller for lights, switches, and covers. Let me know how it works :) |
Hi @xaviml, I'm facing an issue with the E1766CoverController and its Click down → Close/Stop cover command. A first click will make the cover go down, however a second click will not stop it. I'm using the E1766 switch along with IKEA's Fyrtur cover. Both are configured through deconz. I've doubled checked that the switch is correctly sending out the events (click) as well as ensuring the cover is sending out state changes (closing with position state). Could you please help in investigating this situation? |
Hi @guymaurier, Could you send the logs from AppDaemon for when that happens as well as the supported_features from your cover (you can extract that from Developer Tools)? I will need to see what is happening under the hoods. Cheers, |
Hi, I just got my Fyrtur blinds working with deConz and ControllerX. It works... kind of. The issue is with the hold & release events. The way they are presented in the documentation doesn’t look correct. This remote behaves a tad differently than the on/off remote. I’ve listed below how the events should work: 1002 -> Doubles as both short and long press for opening the blinds, there’s no distinction. As it is working now, the holding and releasing of either the close or open button does not stop the blind from closing/opening. I’m not super familiar with the underpinnings of Home Assistant, but I would think this is how they would work in an automation: 1002 -> cover.open_cover Hope this helps. If there’s any other information I can help with, please let me know. Thank you for all your work! |
Hi @trevorbenyack, I was not aware of this behaviour for this controller. Right now, the default mapping for
I think this is okay since it allows to toggle the functionality of the clicks depending on the state of the blinds (as long as it supports opening/closing actions, see #199). However, it is missing:
I will add these 2 new predefined actions to the |
Hi @trevorbenyack, I added the changes to the dev branch. They will be in the next release, which will happen before next week. In the meantime, you can use the Cheers, |
The latest changes mentioned in this issue have been deployed in ControllerX v4.4.0. |
Thanks for your work on this! |
New Device Support
Device Information
Integrations
If possible, provide the event mappings for the different actions that can be performed on the controller. Specify the integration.
If you can provide mappings for multiple integrations, copy the section below as many times as needed.
Integration: deconz
Actions
button_z_press (up)
: 1002button_z_hold (up)
: 1003button_z_press (down)
: 2002button_z_hold (down)
: 2003Notes
(Optional) Additional notes for the integration, eg. known bugs, issues or limitations of the device for the specified integration.
The text was updated successfully, but these errors were encountered: