xaviml / controllerx

Create controller-based automations with ease to control your home devices and scenes.

Home Page:https://xaviml.github.io/controllerx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE REQUEST] Support for a new predefined action - max_or_down/min_or_up

alh84001 opened this issue · comments

Feature Request

I have a couple of RGBW zigbee lights (gledopto and hue) and I set up some controllers to both cycle through colors and color temperature. However, when I change to a color different than white, there is no color temp property on the state, and then the controller can't find the reference point for starting a cycle.

Describe the solution / feature you'd like

If possible, I propose to add a new action that would check if color temp info is available. If not, it would set it to min/max, and if it is set, it would cycle through the temp range. It would be somewhat similar to min_max/max_min actions.

Describe alternatives you've considered

Right now I perform a different action to set color temp to min or max temp, and start from there.

###Additional context
(Unrelated to the request above - is it possible to hold after a double or triple click, and have that as a separate button action? I haven't found that mentioned in the docs. Something like e.g.hold$2).

Hi @alh84001 ,

Thank you for your suggestion, and sorry for the late reply.

It would be helpful if you can:

  • Show the existing workaround solution you have in place, which you mentioned at the end of your OP.
  • Show how you would expect the new feature to look like from the configuration point of view.

Regards,
Xavi M.