2023-12-19, 15:59
Hi everyone,
I have an LG 43NANO763QA, rooted, Home Assistant integrated with Kodi version 20.90.821.
Kodi was installed through Homebrew app.
With the help of Home Assistant and the webos integration, I can automatically start Kodi and play random content (for the kids) on it.
I have a problem however with Kodi UI after the first start. Kodi does not show progress bar, any menu elements, and does not react to remote buttons (left/right or back).
I mean, TV was freshly turned on (via Wake up On Lan), then with the help of the 'media_player' Home Assistant service I start Kodi.
example:
I think the rest of the steps are irrelevant.
A playlist generated on a remote node gets uploaded through ssh to the playlist folder. Via another media_player.play_media call I instruct Kodi to play the given playlist.
I could reproduce the problem without starting the playlist, just by starting Kodi.
When Kodi was not the first app started after TV turn on, the problem did not appear. (I had progress menu bar, and app responded to remote buttons).
It did not help if I automatically started another application before Kodi. Some human interaction was required for Kodi to fully work.
I could also observe, that 'Movies' (top element on left bar) was highlighted with blue, when I started Kodi at first, through HA.
This was not the case, when it was started via remote, from LG Homescreen. No menu element was preselected.
I am not convinced that this is a Kodi issue, but lets face it, I cannot go to LG to help me with the rooted TV
I have an LG 43NANO763QA, rooted, Home Assistant integrated with Kodi version 20.90.821.
Kodi was installed through Homebrew app.
With the help of Home Assistant and the webos integration, I can automatically start Kodi and play random content (for the kids) on it.
I have a problem however with Kodi UI after the first start. Kodi does not show progress bar, any menu elements, and does not react to remote buttons (left/right or back).
I mean, TV was freshly turned on (via Wake up On Lan), then with the help of the 'media_player' Home Assistant service I start Kodi.
example:
Code:
service: media_player.select_source
target:
entity_id:
- media_player.lg_joci
device_id: []
area_id: []
data:
source: Kodi
I think the rest of the steps are irrelevant.
A playlist generated on a remote node gets uploaded through ssh to the playlist folder. Via another media_player.play_media call I instruct Kodi to play the given playlist.
I could reproduce the problem without starting the playlist, just by starting Kodi.
When Kodi was not the first app started after TV turn on, the problem did not appear. (I had progress menu bar, and app responded to remote buttons).
It did not help if I automatically started another application before Kodi. Some human interaction was required for Kodi to fully work.
I could also observe, that 'Movies' (top element on left bar) was highlighted with blue, when I started Kodi at first, through HA.
This was not the case, when it was started via remote, from LG Homescreen. No menu element was preselected.
I am not convinced that this is a Kodi issue, but lets face it, I cannot go to LG to help me with the rooted TV