OH3: Switch item OFF command not received

  • Platform information: OH3
    • Hardware: CPUArchitecture/RAM/storage_
    • OS: Ubuntu server 20.04.1 LTS
    • Java Runtime Environment: OpenJDK 11.0.9.1
    • openHAB version: OH3
  • Issue of the topic: I used a fresh and new installation. Without any bindings I created a new switch item in model configuration.
    On UI I can use the switch. The command ON is wokring fine. But if I switch to OFF in UI the command will not bereceived in OH3 in background.

In logs I can see if the item receives the command ON - but the OFF command will not be perfomed.
So I can not use the swtich item : for mqtt, rules, …

Item configuration:
Type: switch
Category: lightblub
Semantic Class: Switch
Semantic Property: Light
Tags: switch, light
class: Point_Control_Switch
relatesTo: Property_Light
Metadata : no

Log entries:
2021-01-15 12:24:35.002 [INFO ] [openhab.event.ItemCommandEvent ] - Item ‘desk_light’ received command ON
2021-01-15 12:24:37.384 [INFO ] [openhab.event.ItemCommandEvent ] - Item ‘desk_light’ received command ON

Is this the issue?

Basically, try a different browser/device…

Hi,
@BremerButjer:

I have to disable and enable again “implicit user role for unauthenticated requests” in “API Security” and also switch to https.

Now it seems to work again.

Thank you for your help =)

Thanks for this Info. I will try this out.