Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

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

Open
lukaskrawczyk opened this issue Mar 4, 2019 · 1 comment
Open

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

lukaskrawczyk opened this issue Mar 4, 2019 · 1 comment

Comments

@lukaskrawczyk
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants