tavicu / homebridge-samsung-tizen

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

Samsung Frame TV Power up/down #355

Closed psdc-create closed 3 years ago

psdc-create commented 3 years ago

Powering up and down on a Samsung Frame only goes to the gallery image. Is there a was to set the duration of the power on switch?

tavicu commented 3 years ago

Hi. https://github.com/tavicu/homebridge-samsung-tizen/issues/318#issuecomment-817323066

psdc-create commented 3 years ago

Thanks for the great plug-in and videos. I have set main to yes in the interface and "options": [ "Frame.RealPowerMode"] - power is still toggling between gallery mode and live TV. Am I messing this up?

tavicu commented 3 years ago

Did you restart the homebridge after that? :)

psdc-create commented 3 years ago

Yes I did (:

Sent from my iPhone

On 29 Apr 2021, at 6:12 pm, Octavian Ruda @.***> wrote:

 Did you restart the homebridge after that? :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

tavicu commented 3 years ago

Could you show me how your config file looks?

psdc-create commented 3 years ago

After a full restart of my Pi the power button takes me directly to TV but rather than shutting down, it takes me to gallery view.

config: ...

tavicu commented 3 years ago

Follow the indications from here to force plugin to see it as a frame: https://github.com/tavicu/homebridge-samsung-tizen/issues/318#issuecomment-817726064

  1. Try to use multiple instances of homebridge! You have a lot of accessories on only one instance.
  2. Don't add inputs that you don't use! You have 15 inputs as app. That translates to 15 requests every 30 seconds to your TV!
psdc-create commented 3 years ago

I tried multiple instances and lost everything. Setting up from scratch again…. There really needs to be more explicit instructions on instances.

Sent from my iPhone

On 29 Apr 2021, at 10:00 pm, Octavian Ruda @.***> wrote:

 Follow the indications from here to force plugin to see it as a frame: #318 (comment)

Try to use multiple instances of homebridge! You have a lot of accessories on only one instance. Don't add inputs that you don't use! You have 15 inputs as app. That translates to 15 requests every 30 seconds to your TV! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

tavicu commented 3 years ago

I tried multiple instances and lost everything. Setting up from scratch again…. There really needs to be more explicit instructions on instances.

I suggest using https://github.com/oznu/docker-homebridge

I have two years since i switched to docker and didn’t had any problems! Also I recommend getting a raspberry pi! They are really cheap and useful for things like this :)