merdok / homebridge-webos-tv

Homebridge plugin for LG webOS TVs
MIT License
646 stars 88 forks source link

TV asks constantly to accept connection #486

Closed Vicelow closed 1 year ago

Vicelow commented 1 year ago

Hi there,

since a few days my LG (with webos 03.34.65) asks every few minutes to accept the remote connection "If you accept this connect, LG Remote App will be able to access and store information about your TV“. I’ve clicked „yes“ uncountable times but it still would bring up the notification. Also reinstalled the Homebridge plugin, the HomeKit TV device and unpaired the TV in homebridge. No success though. Is this a TV bug or with the plugin / homebridge? Any idea?

many thanks Vicelow

merdok commented 1 year ago

You have to make sure that homebridge can write files to the settings directory for the plugin. I suspect the permissions changed and the plugin cannot write the key anymore, hence it will ask in every restart.

Vicelow commented 1 year ago

Many thanks for the quick answer - that sounds plausible. Probably because I have recently moved Homebridge on my Synology NAS from docker to native app. Would you know by chance how to set the permission? For now I navigated to the folder "Homebridge" and set the permission for user "homebridge" to all folders and subfolders. (apologies for screenshot in German)

Bildschirmfoto 2023-04-09 um 10 33 19
merdok commented 1 year ago

You would need to figure out that by yourself. I do not use a NAS so I am not sure how to do it. As an alternative you can specify the key file location in your config and choose a directory where you have write permissions.

Vicelow commented 1 year ago

Alright, for now there was no further notification. I'll check and observe - thanks again for the support