eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
861 stars 787 forks source link

[Homematic] HmIP-BBL not working if added as Rollershutter #6890

Open lukaskrawczyk opened 5 years ago

lukaskrawczyk commented 5 years ago

Context

Controlling a shutters height on the Jalousie actuator (HmIP-BBL) is not working if the resp. channel (4:LEVEL) is added as Rollershutter typed item.

Expected Behaviour

Clicking up/down/stop buttons on any of OpenHUB interfaces should move the shutters

Observed Behaviour

Clicking up/down/stop does not move the shutters. The command is recognized within the logs:

19:07:40.969 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'BBL_TYPE' received command DOWN
19:07:40.971 [INFO ] [arthome.event.ItemStatePredictedEvent] - BBL_TYPE predicted to become DOWN
19:07:40.973 [INFO ] [smarthome.event.ItemStateChangedEvent] - BBL_TYPE changed from 0 to 100

However, it is possible to control the shutters if the channel is configured as Dimmer typed item (using the slider). The Rollershutter item is also working on the Blind actuator (HmIP-BROLL).

// homematic.items (Snip)
// Working
Rollershutter BROLL_TYPE "Level" (gRollershutter) {channel="homematic:HmIP-BROLL:deadbeef:001117deadbeef:4#LEVEL"}

// Not Working
Rollershutter BBL_TYPE "Level" (gRollershutter) {channel="homematic:HmIP-BBL:deadbeef:001118deadbeef:4#LEVEL"}

// Workaround (Working)
Dimmer BBL_TYPE "Level" (gRollershutter) {channel="homematic:HmIP-BBL:deadbeef:001118deadbeef:4#LEVEL"}

Your Environment

Tested on OH 2.4M6 and OH2.5M1 (Docker) Ubuntu Linux 18.04.02 LTS Server

kirantpatil commented 5 years ago

You may need to raise this issue at either openhab-core or openhab2-addon since ESH is merged with OH.