Closed raypp2 closed 8 years ago
What ValueID's do you have exposed on this device?
If you have the Increment/Decrement ValueID's, the Stop Command is sent when the Button is Released.
any update?
Closing. Please reopen if you have updates.
I had the same problem, but eventually got it to work. Here's how to use the Somfy ZRTSI interface:
To make the shades go down, "push" the Bright button:
zwave.setValue(<shade id>, 38, 1, 1, true);
To stop the shades while they're moving down, "release" the Bright button:
zwave.setValue(<shade id>, 38, 1, 1, false);
To make the shades go up, "push" the Dim button:
zwave.setValue(<shade id>, 38, 1, 2, true);
To stop the shades while they're going up, "release" the Dim button:
zwave.setValue(<shade id>, 38, 1, 2, false);
Hi @joelrbrandt, what API are you running in your examples? I wonder what the arguments represent (besides the shade id of course).
I am trying to do the same - make the dimmable part work with my roller shades so that the shade stops at 25, 50 , 75% and I am wondering if all it takes is adjustment of the values that homseer uses to send to the shade?
Much appreciated. Tomasz
My setup:
Never mind, just realized what page I am on :) .... open-zwave of course After searching the API here: http://www.openzwave.com/dev/namespaceOpenZWave.html it is not obvious to me what class the zwave object is of, in the above example. I guess I will pull the code down.
I wonder if I will be able to translate these params to homseer params.
I'm looking for a command that could trigger the STOP signal in Somfy window shade motors. It seems this should be possible by sending the following:
0x26 COMMAND_CLASS_SWITCH_MULTILEVEL argument: 0x05 (SWITCH_MULTILEVEL_STOP_LEVEL_CHANGE)
I've tried a number of unsuccessful variations on: zwave.setValue(shade_node,38,1,00x05);
My UP and DOWN commands have been working correctly.
Reports of Working Z-Wave Commands
http://wiki.micasaverde.com/index.php/Window_Covering_Notes
http://forums.indigodomo.com/viewtopic.php?f=5&t=9356&sid=82e75990c85c4d2219c3de22d55bf9c8&start=30
Z-Wave Device Specifications ZRTSI - Z-Wave to RTS Interface https://www.somfysystems.com/file.cfm/ZRTSI_Spec_Sheet.pdf?contentid=311990
The stop command serves a number of important functions:
Device Information node6: Somfy, Unknown: type=5a52, id=5402 node6: name="", type="Motor Control Class A", location="" node6: class 37 node6: Switch=false
node6: class 38 node6: Level=0 node6: Bright=undefined node6: Dim=undefined node6: Ignore Start Level=true node6: Start Level=0
node6: class 134 node6: Library Version=7 node6: Protocol Version=3.42 node6: Application Version=1.08
Z-Wave Interface: Aeotec Z-Stick Gen 5