OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
104 stars 30 forks source link

Add stop function for Fibaro FGRM 222 roller shutter #90

Open balk77 opened 4 years ago

balk77 commented 4 years ago

Hi,

I have a Fibaro FGRM 222 roller shutter which I can operate to a certain position, including the extremes (0 and 100). But I cannot (or I don't know how to) stop the cover while in motion.

I am using the MQTT cover component in Home Assistant to directly communicate with qt-openzwave.

Would somebody be able to explain me how to stop a cover while in motion or can somebody maybe implement this option? I tried to look through the source but since I am not a programmer it is a bit hard for me to figure out.

DomiStyle commented 3 years ago

Same issue with the FGR-223.

Switched over from the Home Assistant Z-wave integration to the OpenZWave beta and now the stop button for the FGR-223 is gone in the HA interface.

hogend commented 3 years ago

I have the same problem. It is the HA code that issues a set_position(0) for "open" and a set_position(99) for "close". Using the MQTT API directly, I can start and stop the covers without any problems. This is being changed for the, hopefully, next release of HA.