Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollershutter problem with Snapshot 1244 #672

Closed
s-simma opened this issue Apr 1, 2018 · 2 comments
Closed

Rollershutter problem with Snapshot 1244 #672

s-simma opened this issue Apr 1, 2018 · 2 comments

Comments

@s-simma
Copy link

s-simma commented Apr 1, 2018

Hi,
I updated my system from v2.1 to 2.3 Snapshot 1244 (fresh installation).
I used my old item, rules, things configuration.
I recompiled my sienna powerline binding and put it into the addon-folder.

1. Problem with Rollershutter and Basic-UI
Pressing UP, DOWN, STOP button sends the command to the item.
08:29:45.957 [INFO ] [smarthome.event.ItemCommandEvent ] - Item 'JalousieEZT' received command UP
But with the new version the "handleCommand" function in my binding is no longer triggered.

@OverRide
public void handleCommand(ChannelUID channelUID, Command command) {
...
...
}
This worked perfect in v2.1, and it even works if i use the new compiled binding in v2.1

2. Sending commands from habPanel to Rollershutter item
In v2.1 it was possible to send a command directly from habPanel to the rollershutter item
ng-click="sendCmd(config.blind_item, 'STOP')"

with the new version this creates the following warning:
08:28:27.617 [WARN ] [.rest.core.internal.item.ItemResource] - Received HTTP POST request at 'items/gSienna' with an invalid status value 'STOP'.

@kaikreuzer
Copy link
Member

Is this issue still open or did you meanwhile find any reason/solution for it?

@wborn
Copy link
Member

wborn commented Sep 28, 2019

Let's close this issue since there hasn't been any reply.

@wborn wborn closed this as completed Sep 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants