LG TV On and Off problem

  • Platform information:
    • Hardware: Raspberry Pi 3
    • openHAB version:2.4.0

Weird one. I had items setup to Turn on my LG TV (wol) and another to turn it off. Both worked just fine for a while, the WOL item stopped working around Xmas time but the “off” command worked fine up until about last week. I’ve included both items below

WOL

Switch LGTV "TV" ["LG TV"] { wol="192.168.1.255#xx:xx:xx:xx:xx:xx" }

Off Item

Switch Telly "TV" ["LG TV"] {channel="lgwebos:WebOSTV:7d5b6f2e-5312-43cc-96be-a7a78a1798fc:power"}

When i trigger the “off” command, either via Alexa or through PaperUI the command is registered via the log files but nothing actually happens (below is the snippet)

2019-02-26 20:42:02.605 [ome.event.ItemCommandEvent] - Item 'lgwebos_WebOSTV_7d5b6f2e_5312_43cc_96be_a7a78a1798fc_power' received command OFF

2019-02-26 20:42:02.612 [nt.ItemStatePredictedEvent] - lgwebos_WebOSTV_7d5b6f2e_5312_43cc_96be_a7a78a1798fc_power predicted to become OFF

Anyone have any ideas?