andrasU / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1 stars 0 forks source link

double Rocker for Rollershutter doesn't work #15

Closed ML19821 closed 10 months ago

ML19821 commented 1 year ago

I have a double for two rollershutters in my living room. When I add the double rocker, under channel I only have: "This thing has no channels. Either the thing type doesn't define channels, or they may be detected and appear later."

currently swagger is unfortunately not working, I always got 401 Authorization Required

so currently I can not provide a json of the double rocker.

ML19821 commented 1 year ago

I'm stupid. Of course i don't have to add the rocker, but the actor.

But is there any way to catch clicks on the rocker? I want to intercept a double click.

Now I have a JSON: response_1680464817891.json.txt

andrasU commented 10 months ago

Sorry for the late answer. Your rollershutter is controlled by one sensor only device, the actor is not inside the device. Therefore the this device is not having the feedbsck where the Blind is. This device can only control the movement up/down and command stop to the rollershutter. The rollershutter position shall be available from the rollershutter actor.

ML19821 commented 10 months ago

Yes, you're right. What I want is to intercept a double click within one second, but this is only possible if I configure the double rocker as a double switch within the Free@Home system, then it will be recognised as having two "switch" channels.

But then I'll lose the original Free@Home function, which distinguishes between a short press(short shutter movement) and a long press (full shutter movement).

There would be no solution for this. Let us close this issue here.