This blueprint creates an automation for the fibaro dimmer 2 functions of the S2 switch.
Select witch device you want to use and than create actions for all S2 functions:
1 press
2 presses
3 presses
hold
In order for this to work, you got to turn on parameter 28 in the zwave device settings
Edit: I loaned some code from: ZWaveJS - Fibaro dimmer 2 - S1 and S2 scenes to get it properly working again with ZWaveJS. If you want to include scene activation for S1 aswell you can use this automation. I wanted this one to remain clean and only add support for the S2
Invalid blueprint: expected a dictionary for dictionary value @ data['blueprint']['input']['s2_button_hold']['selector']. Got OrderedDict([('action', [])]) expected a dictionary for dictionary value @ data['blueprint']['input']['s2_button_once']['selector']. Got OrderedDict([('action', [])]) expected a dictionary for dictionary value @ data['blueprint']['input']['s2_button_trice']['selector']. Got OrderedDict([('action', [])]) expected a dictionary for dictionary value @ data['blueprint']['input']['s2_button_twice']['selector']. Got OrderedDict([('action', [])])
Hmm this is very strange. I restarted mij HA and now I get the same error. It worked before my restart…
I could just select 1 action and save the automation.
For now I removed the [] after the action. It is no longer optional, but it should work again.
I will look for a solution for this, but I see someone else also having trouble with this as well in another topic not giving me much hope for now.
Hmm that is strange. I got the whole list of zwave devices, lights and sensors.
I’m can’t think of anything on how to fix this unfortunately. I don’t think this is due to the blueprint, because it just searches for all zwave devices.
“Have you tried turning it off and on again? ” (Maybe a restart can help, I also had some strange behaviour that fixed itself after a restart of HA).
Sorry that I can’t be of more help.
Could it be a bug?
For test sake I imported this blueprint again to check if I got the same problem. This is not the case, so I don’t think the blueprint is wrong.
I am not a dev, so I don’t know what else I can do.
You can try to report this as a bug, then they can look into it.
did anyone ever found a solution to why we cant add a entity? i t hink this could fix my issue with the parameters! can anyone assist on making an automation? mu problem is that i have to press 2 times to togle the light on and again click twice to turn of the light.
I wouldn’t call it a problem than, because some are using another zwave integration. But good that there probebly is a solution.
I use the zwave integration from the integration panel (installed with the ui)
I haven’t used the beta persoon, but more info can be found here: https://www.home-assistant.io/integrations/ozw/
In an example they use ‘ozw.scene_activated’.
So I assume the integration needs to be ozw, but I dont know if it works if you replica all the zwave with ozw. Maybe someone who is using the beta integration can test this.