Hello,
don't know if this is the right category.
I create a simple bat script with this content:
c:\windows\Syswow64\TaskKill /F /IM kodi.exe
timeout /T 1
ping 10.1.1.218 -n 1 -w 10000 > nul
start "Kodi" "C:\Program Files (x86)\Kodi\Kodi.exe"
And it works correctly.
I create this script because it allow to wake up my television (with my LG tv i can't wake up, only turn it off!) trough CEC.
But now i don't understand how to use this script on my sitemaps.
I add "org.openhab.binding.exec" but not i don't understand how to configure items and where to add on sistemap it.
Thanks in advance and really sorry :(