madmicio / LG-WebOS-Remote-Control

Remote Control for LG TV WebOS
393 stars 74 forks source link

Power off not working #69

Closed zener05 closed 2 years ago

zener05 commented 2 years ago

Hi, when I try to turn off the TV, it does nothing - TV is still running.

All other buttons are working, there is a problem with power off button only. I have webOS gen 1 (47LB650V from 2014).

Can you help me, please? Thank you.

madmicio commented 2 years ago

Can you turn off the TV from the home assistant media player?

zener05 commented 2 years ago

Yes, turning off from media player is working.

zener05 commented 2 years ago

Any ideas, please?

Remote control is awesome, I use it every day but this turn off problem is little bit bad 😔

zener05 commented 2 years ago

I found the problem.

My TV doesn't support command this._media_player_service("toggle"). If I use this._media_player_service("turn_off"), it is working. I also looked at the code of Media Player and I can see there action turn_off. That's reason why Media Player is working and your remote control is not working.

Is possible to fix it? Thank you.

madmicio commented 2 years ago

Yes, I'll fix it as soon as posssible

baczus commented 2 years ago

Hi,

first of all thanks for the great addon.

Could you provide ETA for the fix to this issue?

truxntrax commented 2 years ago

I have a tv with webos3 (60UH650V-ZB by LG Firmware: 05.60.25), but my power button has now stopped turning off my TV. Same as OP, when I use the off button on the standard media card the TV turns off. All the other buttons are still working. I think this behaviour change happened as I updated to the latest Homeassistant version (2022.2.3).

Edit - cool card and thanks for all your work - this always impresses people, when I show them ;-)

icornish72 commented 2 years ago

@truxntrax see breaking changes for the release. Specific issue logged -https://github.com/madmicio/LG-WebOS-Remote-Control/issues/78

truxntrax commented 2 years ago

@truxntrax see breaking changes for the release. Specific issue logged -#78

Hi, I have seen that issue. My issues is that power off doesn't work, like the op. I think issue 78 is around the power on change.

madmicio commented 2 years ago

fixed