jaruba / ha-samsungtv-tizen

📺 HomeAssistant - For Samsung TVs 2016+, Includes SmartThings API and Channel List Support
Apache License 2.0
288 stars 64 forks source link

Power Off not working anymore #103

Open MaestroMetty opened 3 years ago

MaestroMetty commented 3 years ago

Hi, I have the TV connected to the WiFi and every command was working just fine, now i noticed that i can't turn it off anymore via HA, i've tried every update method (except smart things cause it says TV is always on) with the same result, TV can only turn on. Now, i have a broadlink mini in the room, can i define, under media_player: -> platform: samsungtv_tizen -> turn_off_action or will it break? Thanks.

Screwdgeh commented 3 years ago

I am not familiar with this broadlink component, but I'm 99% sure defining a turn_off_action inside the samsungtv_tizen component will break or at least not be recognized and throw an error. You could try to define a universal media player to control everything by using the universal media player instead: https://www.home-assistant.io/integrations/universal/. This you can link to both the samsungtv_tizen component and only to broadlink for the turn off command.

More interesting for us though would be to understand why the turn off action is not working anymore...

Could you try to execute the following service calls (Developer tools -> Services tab) from your HASS UI and see if your TV responds to any of these: image image image

Stooovie commented 3 years ago

Same issue here on my NU8000. All commands work except power off. It did work for a year before.

admeno commented 3 years ago

had the same issue. In my case i had also the integrated home-assistant component used. After deleting the home-assistant integration and reinstalling this component from scratch it works again.