Osram +smart plug - poll actual switch setting to update openHAB app

  • Platform information:
    • Hardware: RPI 4b - 8GB + deCONZ + HUE binding

    • OS: Raspian

    • Java Runtime Environment: openjdk

    • openHAB version: latest

    • Items configuration related to the issue

      Switch   SteckdoseBuerotischOnOff                "Bürotish OnOff"           {cannel="hue:0010:00212E05D6B3:5:switch"}
      
      Switch   SteckdoseBueroMehrfachsteckdoseOnOff    "Steckdose OnOff"      {channel="hue:0010:00212E05D6B3:9:switch"}
      
    • Sitemap configuration related to the issue

      Frame label="Büro" {
      
      Switch item=SteckdoseBueroMehrfachsteckdoseOnOff label="Steckdose OnOff"
      
      Switch item=SteckdoseBuerotischOnOff label="Bürotish OnOff"
      
          }
      
  • Issue of the topic: please be detailed explaining your issue

Hello Community,

maybe a stupid question but I´m a newbie on openHAB and I believe you can help me :slight_smile:

I have 2 Osram +smart plugs integrated over deCONZ and the HUE binding in openHAB. The smart plug has a on/off button on the top and sometimes it´s faster to press this button then to open the app and power on/off them there. When I use the button on the smart plug the openHAB app got not be updated.

When status is offline and I manually start it, the app stays offline.
When status is online and I manually stop it, the app stays online.

Is there a way to poll the actual status of the switch from the plug?

Thanks for some feedback.

Greetings
disaster_home