Homematic BLL not working

Hi,

I have problems with my homematic IP BLL (Raffstore) actors.
This is my item:

Rollershutter EG_WZ_Raffstore_1 "Raffstore Terassentüre [SCALE(Rollladen.scale):%d]" <rollershutter>  (g_EG_WZ_Roll, gShade) {channel="homematic:HmIP-BBL:1234:ABCD:4#LEVEL"}

This is the log-Info when I press up or down:

2019-11-29 22:05:53.000 [ome.event.ItemCommandEvent] - Item 'EG_WZ_Raffstore_1' received command UP
2019-11-29 22:05:53.001 [nt.ItemStatePredictedEvent] - EG_WZ_Raffstore_1 predicted to become UP

Sadly, nothing happens in reality. Controlling the Items via the Homematic GUI works perfectly.

Any ideas?

Daniel

Hi.
You have to use numbers for command.
Up = 1 and Down = 100
Greetings,
Markus

Hi,

tried it w/o success. Am I using the right channel for BLL?

2019-11-30 20:39:00.010 [ome.event.ItemCommandEvent] - Item 'EG_WZ_Raffstore_1' received command 1
2019-11-30 20:39:00.012 [nt.ItemStatePredictedEvent] - EG_WZ_Raffstore_1 predicted to become 1
2019-11-30 20:39:00.014 [vent.ItemStateChangedEvent] - EG_WZ_Raffstore_1 changed from 0 to 1
2019-11-30 20:39:00.014 [GroupItemStateChangedEvent] - g_EG_WZ_Roll changed from 0.60000000 to 0.60200000 through EG_WZ_Raffstore_1
2019-11-30 20:39:00.216 [vent.ItemStateChangedEvent] - EG_WZ_Raffstore_1 changed from 1 to 0