Hi Oreste, as you know the Vitrum Switches support the Central Scene V3 class and buttons can be configured independently in this mode by setting the corresponding parameter (1 to 6) either to 7 (EP_SCENE_PB), 8 (EP_SCENE_TOGGLE), 9 (EP_SCENE_PB_TOGGLE) or to 26 (EP_CENTRAL_SCENE). Is this supported already in your App? Can the scene activation events be caught in rules and reacted upon?
Not in the current version but you can set zwave raw parameters and archive same results.
If you have some documentation to share, iāll add those settings in the app
Yes I have it. Please use the following link to download it: Nextcloud
Link will expire in 5 days.
Just got it. Thanks.
Iāll add the feature in the next days. Busy time at work.
Oreste
Alexus,
i had time to better look at the documentation and iām afraid that scenes works only on Vitrum products. There is no such scene functionality in Homey.
What you are referring to can be easily archieved by building a flow for every button and define scene logic within the flow.
This is what iām doing here and it works correctly.
Please tell me if you are referring to something different.
Oreste
Hi Oreste,
I will explain what I have tried to achieve in detail: I have set one button in pushbutton configuration (value 3). I have created a flow and wanted to have it run each time the button is pressed. But for some reason Homey is not able to detect such events. I have tried to same configuration with zwave2mqtt and I am able to catch the push button events. So I decided to give it a try and configure the button in SCENE_ACTIVATION modes (values 7,8 and 9) or in CENTRAL_SCENE_MODE (value 26). Again I wasnāt much successful in detecting any events in these modes to be able to trigger a flow. With zwave2mqtt I am able to catch everything. So I am not sure whether it is an App issue or if Zwave on Homey does not support SCENE_ACTIVATION and CENTRAL_SCENE_MODE command classes.
Or maybe I am missing somethingā¦