qt-openzwave icon indicating copy to clipboard operation
qt-openzwave copied to clipboard

Add stop function for Fibaro FGRM 222 roller shutter

Open balk77 opened this issue 4 years ago • 2 comments

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.

balk77 avatar May 28 '20 20:05 balk77

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.

DomiStyle avatar Jan 20 '21 20:01 DomiStyle

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.

hogend avatar Jan 26 '21 14:01 hogend