steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

Rollershutter command STOP #39

Closed grzegorz914 closed 4 years ago

grzegorz914 commented 4 years ago

Please add command “STOP” to the rollershutter, in OH rollershutter use UP,STOP,DOWN command. In this state we can’t stop the rollershutter, after every press on HomeKit button we change only the move direction.

for example if use STOP: 1 press UP 2 press STOP 3 press DOWN 4 press STOP 5 press UP

or just send command STOP after press button if rollershutter is in moving state ......

thanks

steilerDev commented 4 years ago

Hi @grzegorz914,

the HAP specification defines a "Hold Position" characteristic, which I implemented (hopefully) correctly. See my implementation

For some reason however the user is not able to issue the hold position from the app. This is an issue on Apple's or homebridge's side, but as far as I can see nothing I can do.

If you find an issue that I can fix to support this, I would be very happy to do so. I did quite some research on this but could not come up with anything.

Sorry,

Frank