I have a Qubino roller shutter module in “venetian blinds” mode.
In this mode, it presents itself as two different device, one for controller open/close of the blind and one for open/close the slats.
I like to combine this into “one virtual device” do that I can use the mushroom cover card to control all from one card (Like I have with some Fibaro roller shutter 2 devices in venetian blind mode)
Is there a way to make that happen ?
Thanks, I saw that , however it’s a bit complicated for me…
I think I have to look at “group position” and “tilt position” I have however no idea where in this template I should enter the correct ID’s.
My “cover” entity = cover.flush_shutter
My “tilt” entity = cover.flush_shutter_2
The Z-Wave integration does not support tilt for your device. Doesn’t matter whether you have one or two entities, neither of them support it. Someone needs to write the code for it.
A workaround would be to use the zwave_js.set_value service call in your cover template, and specify the second endpoint for your tilt command. If you need to report tilt position, the value of the result can be obtained through the zwave_js.value_updated platform trigger.
Great, thanks for pointing in that direction, it was not exactly like that as the “flush shutter 2” also required “cover.set.cover.position” of-course but that was just logic thinking from my side.
One more adjustment in the “sensor” part and now, end result looks like this and works !