zigbee2mqtt-frontend
zigbee2mqtt-frontend copied to clipboard
Scene_add command for scene transitions
Currently we can't set up scenes with a transition via frontent. The docu says:
Scene transition times can only be set with the scene_add command. To make use of the scene_store command and use transitions, first create a new scene using the scene_add command: [...] That will create an empty scene. You can then set the values of your devices and call the scene_store command, using the same ID provided in the scene_add command: [...] he scene_store command overrites all values except the transition value.
I see two different options:
-
Replace the current button with "scene_add" function, followed by a "scene store" and let us provide a transition time via input field:
-
Add a separate button for "scene_add" with a transition time. Then change the existing button for storing a scene that way, that we can overwrite existing scenes. Then we can use the one button to add a scene with a configured transition time, and the other button to overwrite the existing scene with the device.
This change would also be useful for people not using transition times, as right now you have to delete and recreate a scene every time you want to adjust settings.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bump
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.