sermayoral / ha-samsungtv-encrypted

Samsung TV Encrypted Models (H & J Series) custom component for Home Assistant
Apache License 2.0
38 stars 24 forks source link

Issues with turn off and turn on. #55

Open photonforge opened 4 years ago

photonforge commented 4 years ago

I was previously able to turn off and turn on the TV using HDMI-CEC branch. Since the latest update, turn off is not working.

turn_on_action does not seem to work with the command turn on 0 as described in the readme.

I am able to turn on the TV using the command activate, as below

entity_id: media_player.kodi method: Addons.ExecuteAddon addonid: script.json-cec params: command: activate

but this switches the source to the raspberry pi with kodi running.

How do i turn on the TV without changing the source and how do i get the turn off working again?

thanks