Kodi binding detect prompt for input

Hello,

is there any way I can know if Kodi currently has the keyboard popup open and expects an input or not? I would like to switch some lights based on that but so far I haven’t figured out how to get that status yet. Using Yatse it can detect it and prompt on my phone to enter the text so somehow it seems to be possible.

Hi @Flole,

The Kodi JSON-RPC API triggers an event on user input (see https://kodi.wiki/view/JSON-RPC_API/v9#Input_3). Currently the binding ignores it. But it would be possible to forward it to OH2.