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

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

@lukaskrawczyk

Description

@lukaskrawczyk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions