tavicu / homebridge-samsung-tizen

Homebridge plugin for Samsung TV's with Tizen OS
MIT License
647 stars 88 forks source link

TV turn off #360

Closed NikDevx closed 3 years ago

NikDevx commented 3 years ago

TV turns off every 1 hour by itself after updated plugin version

tavicu commented 3 years ago

First step is to start homebridge in debug mode with ‘homebridge -D’

then follow the logs when the tv turns off and see if any command was sent to tv to turn it off!

The plugin does not send anything without your action! So if you get in the logs that the command was sent, you need to check your automations

NikDevx commented 3 years ago

Thanks.