hxmelab / node-red-contrib-bosch-shc

Bosch Smart Home Controller (SHC) nodes for Node-Red
https://flows.nodered.org/node/node-red-contrib-bosch-shc
MIT License
20 stars 6 forks source link

Stop ShutterControl #22

Closed DeepHyperspace closed 4 years ago

DeepHyperspace commented 4 years ago

Hi hxmelab,

is it possible to send a Stop-Command to a ShutterControl? I was only able to set a level, but not to interrupt the moving of the shutter.

hxmelab commented 4 years ago

I think this should be possible. I'll try to find that out next week.

DeepHyperspace commented 4 years ago

There is a property called payload.state.operationState if you set this to "STOPPED" the shutter stops. I was able to set that state using ioBroker node and the ioBroker.bshb adapter.

Maybe you can implement that function in your next version :-) thanks in advance

2020-02-29 17_07_58-Node-RED _ 192 168 178 65

hxmelab commented 4 years ago

Ok, I added three commands with v0.2.17: open, close, stop Could you please test if this is working for you?

DeepHyperspace commented 4 years ago

Ok, I added three commands with v0.2.17: open, close, stop Could you please test if this is working for you?

Works perfectly thanks a lot for the quick enhancement 👍