Remote is not working in Kodi

Signal from remote is received with irw, but no action in Kodi

irw /var/run/lirc/lircd-lirc0 

000000037ff07be1 00 KEY_UP harmony_350
000000037ff07be0 00 KEY_DOWN harmony_350

It worked for years now. As I didn’t use the remote often, I could not define exactly the time since when Kodi does not respond to remote.
The Lircmap.xml is still under .kodi/userdata/

<lircmap>
    <remote device="harmony_350">
      <power>KEY_POWER</power>

      <menu>KEY_MENU</menu>
      <start>KEY_EXIT</start> <!-- -->
      <pageplus>KEY_PAGEUP</pageplus>
      <pageminus>KEY_PAGEDOWN</pageminus>
      <info>KEY_INFO</info>
      <guide>KEY_EPG</guide>
      [...]

The Kodi log: hastebin

Did you check the My OSMC add-on and make sure the correct remote profile is enabled there?

Not sure which add-on.
There is remote in OSMC-Settings. As far as I understand this option change the softlink /etc/lirc/lircd.conf to selected conf. So my posted output of irw depends on correct selection. In the output the commands KEY_… is received correctly. Am I wrong?