Wake Screen

  "rules": {
    "1rc5aavh5yvf61rucf2aaz98f7": {
      "name": "Turn Screen ON",
      "condition": {
        "item": "v3ifgbx2kkm51jjah44ir20zx.MonOFF_Tablet#switch.state",
        "operator": "eq",
        "value": "on"
      },
      "action": {
        "type": "turn-on-screen",
        "binding": null,
        "value": null
      }
    },
    "o4ic8887ilvu196xscxx9coak": {
      "name": "Turn Screen OFF",
      "condition": {
        "item": "v3ifgbx2kkm51jjah44ir20zx.MonOFF_Tablet#switch.state",
        "operator": "eq",
        "value": "off"
      },
      "action": {
        "type": "turn-off-screen",
        "binding": null,
        "value": null
      }
    }
  },

now I am very rarely where I use it, but as soon as the opportunity presents itself, I will!

I sent a log. I am in a hustle and bustle, I forgot the procedure, but the fact is that the application was open, and after a few seconds I saw a dark screen. Perhaps you need to ignore my report, next time I will describe my actions in more detail.

Sent a report. The behavior is:
OpenHAB changed the state of the item.
The rule worked, the screen on the tablet turned on.
After a few seconds, the screen turned off.
I pressed a button on the tablet, the screen turned on.
I sent a log.
The screen remained on.

@igor I kindly ask for your support again. Screensaver on/off was working flawlessly for over a year now. But for some weeks/month it stopped. Can’t say which version of HH stopped working.

Another thing that is confusing is how different screen wake/sleep setting influence each other. Do I need so set “sleep time” in Android settings? And I must NOT set “stay screen awake” to ON in HH settings. Correct?

The thing is: It DOES react on input_boolean.screensaver#switch.state but only as long as the tablet is kind of “awake”. Once the screen starts to dim, and then goes off, after a short time it won’t wake up again!!

Any idea what I need to do to make it work again?

  "rules": {
"screen-on": {
  "name": "Turn Screen ON",
  "condition": {
    "item": "14cx1bwdduxnp1akulikr73xu0.input_boolean.screensaver#switch.state",
    "operator": "eq",
    "value": "on"
  },
  "action": {
    "type": "turn-on-screen",
    "binding": null,
    "value": null
  },
  "enabled": true
},
"screen-off": {
  "name": "Turn Screen OFF",
  "condition": {
    "item": "14cx1bwdduxnp1akulikr73xu0.input_boolean.screensaver#switch.state",
    "operator": "eq",
    "value": "off"
  },
  "action": {
    "type": "turn-off-screen",
    "binding": null,
    "value": null
  },
  "enabled": true
}

checked, it doesn’t work for me either :frowning:
PS Checked, it works! The screen goes blank after the time set in the screen settings as the time to enter sleep mode.

@Igor,

Any news on the wake screen by motion on camera?