ioBroker/ioBroker.lovelace

Blinds with tilt option not working correctly

Closed this issue · 0 comments

Describe the bug
The lovelace adapter does not correctly support blinds with tilt option. The detected device probably mixes up the two ACTUAL (ACTUAL from the blind and TILT_ACTUAL of the tilt) states of the blind. Thus the UI is not working properly (buttons).

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'devices' create one cover with tilt (TILT_SET and TILT_ACTUAL) option
  2. Click on 'ENTITIES' in the instance of lovelace
  3. Search for new device
  4. See error already in the states where SET and TILT_ACTUAL is mixed up

Expected behavior
Lovelace adapter supports TILT options and thus does not mix up the ACTUAL and TILT_ACTUAL states.

Screenshots & Logfiles
Objects view of 2 devices (Arbeitszimmer working without tilt support, ArbeitszimmerJalousie not working)
objects
Detected Entities view of lovelace adapter
lovelacedetection
Since both devices share the knx objects the behaviour on the ui should be the same but looks different (and the websocket does not contain the receive ACTUAL events for the not working device with TILT ).
uiview

Versions:

  • Adapter version: 4.1.2 and 3.0.1
  • JS-Controller version: 5.0.17
  • Node version: v18.19.0
  • NPM version: 9.2.0
  • Devices version: iobroker.devices@1.1.5
  • Operating system: RaspberryOS
  • type-detector version in iobroker/node_modules/iobroker.type-detector: 3.0.5