Shutdown Vero 4K via Kodi Shutdown - but how to turn on?

Thanks Tom_Doyle. I should have found that myself… :blush:

Meanwhile I found out how to remap the Home button on the OSMC remote to CECToggleState in at least the home screen and login screen as the button there seems to have no function and is placed in the exact spot of the osmc remote where you would expect a power button. This way I can simulate a “power off/on” action which makes me feel comfortable enough to not have the device actually turn off / on…

I added a file ~/.kodi/userdata/keymaps/cectoggle.xml with this content:

<keymap>
  <Home>
    <remote>
        <start>CECToggleState</start>
    </remote>
  </Home>
  <LoginScreen>
    <remote>
        <start>CECToggleState</start>
    </remote>
  </LoginScreen>
</keymap>

@sam_nazarko: This may also be a nice suggestion to implement as an option to manually enable/disable using MyOSMC ?